mirror of
https://github.com/Byron/gitoxide
synced 2025-10-06 01:52:40 +02:00
bump all prior pratch levels to majors
That way breakage upon release can be avoided, for sure.
This commit is contained in:
406
Cargo.lock
generated
406
Cargo.lock
generated
File diff suppressed because it is too large
Load Diff
@@ -7,7 +7,7 @@ repository = "https://github.com/GitoxideLabs/gitoxide"
|
||||
authors = ["Sebastian Thiel <sebastian.thiel@icloud.com>"]
|
||||
edition = "2021"
|
||||
license = "MIT OR Apache-2.0"
|
||||
version = "0.43.0"
|
||||
version = "0.44.0"
|
||||
rust-version = "1.74"
|
||||
default-run = "gix"
|
||||
include = ["src/**/*", "/build.rs", "LICENSE-*", "README.md"]
|
||||
|
@@ -51,8 +51,8 @@ serde = ["gix/serde", "dep:serde_json", "dep:serde", "bytesize/serde"]
|
||||
# deselect everything else (like "performance") as this should be controllable by the parent application.
|
||||
gix = { version = "^0.72.0", path = "../gix", default-features = false, features = ["merge", "blob-diff", "blame", "revision", "mailmap", "excludes", "attributes", "worktree-mutation", "credentials", "interrupt", "status", "dirwalk"] }
|
||||
gix-pack-for-configuration-only = { package = "gix-pack", version = "^0.59.0", path = "../gix-pack", default-features = false, features = ["pack-cache-lru-dynamic", "pack-cache-lru-static", "generate", "streaming-input"] }
|
||||
gix-transport-configuration-only = { package = "gix-transport", version = "^0.46.1", path = "../gix-transport", default-features = false }
|
||||
gix-archive-for-configuration-only = { package = "gix-archive", version = "^0.21.0", path = "../gix-archive", optional = true, features = ["tar", "tar_gz"] }
|
||||
gix-transport-configuration-only = { package = "gix-transport", version = "^0.47.0", path = "../gix-transport", default-features = false }
|
||||
gix-archive-for-configuration-only = { package = "gix-archive", version = "^0.21.1", path = "../gix-archive", optional = true, features = ["tar", "tar_gz"] }
|
||||
gix-status = { version = "^0.19.0", path = "../gix-status" }
|
||||
gix-fsck = { version = "^0.11.0", path = "../gix-fsck" }
|
||||
serde = { version = "1.0.114", optional = true, default-features = false, features = ["derive"] }
|
||||
@@ -70,7 +70,7 @@ futures-io = { version = "0.3.16", optional = true }
|
||||
blocking = { version = "1.0.2", optional = true }
|
||||
|
||||
# for 'organize' functionality
|
||||
gix-url = { version = "^0.30.1", path = "../gix-url", optional = true }
|
||||
gix-url = { version = "^0.31.0", path = "../gix-url", optional = true }
|
||||
jwalk = { version = "0.8.0", optional = true }
|
||||
|
||||
# for 'hours'
|
||||
|
@@ -19,8 +19,8 @@ doctest = false
|
||||
serde = ["dep:serde", "bstr/serde", "gix-date/serde"]
|
||||
|
||||
[dependencies]
|
||||
gix-date = { version = "^0.10.0", path = "../gix-date" }
|
||||
gix-utils = { version = "^0.2.1", path = "../gix-utils" }
|
||||
gix-date = { version = "^0.10.1", path = "../gix-date" }
|
||||
gix-utils = { version = "^0.3.0", path = "../gix-utils" }
|
||||
|
||||
thiserror = "2.0.0"
|
||||
bstr = { version = "1.12.0", default-features = false, features = [
|
||||
|
@@ -2,7 +2,7 @@ lints.workspace = true
|
||||
|
||||
[package]
|
||||
name = "gix-archive"
|
||||
version = "0.21.0"
|
||||
version = "0.21.1"
|
||||
repository = "https://github.com/GitoxideLabs/gitoxide"
|
||||
license = "MIT OR Apache-2.0"
|
||||
description = "archive generation from of a worktree stream"
|
||||
@@ -31,7 +31,7 @@ zip = ["dep:flate2", "dep:zip"]
|
||||
gix-worktree-stream = { version = "^0.21.0", path = "../gix-worktree-stream" }
|
||||
gix-object = { version = "^0.49.0", path = "../gix-object" }
|
||||
gix-path = { version = "^0.10.16", path = "../gix-path", optional = true }
|
||||
gix-date = { version = "^0.10.0", path = "../gix-date" }
|
||||
gix-date = { version = "^0.10.1", path = "../gix-date" }
|
||||
|
||||
flate2 = { version = "1.1.1", optional = true, default-features = false, features = ["zlib-rs"] }
|
||||
zip = { version = "2.6.1", optional = true, default-features = false, features = ["deflate"] }
|
||||
|
@@ -2,7 +2,7 @@ lints.workspace = true
|
||||
|
||||
[package]
|
||||
name = "gix-attributes"
|
||||
version = "0.25.1"
|
||||
version = "0.26.0"
|
||||
repository = "https://github.com/GitoxideLabs/gitoxide"
|
||||
license = "MIT OR Apache-2.0"
|
||||
description = "A crate of the gitoxide project dealing .gitattributes files"
|
||||
@@ -20,8 +20,8 @@ serde = ["dep:serde", "bstr/serde", "gix-glob/serde", "kstring/serde"]
|
||||
|
||||
[dependencies]
|
||||
gix-path = { version = "^0.10.16", path = "../gix-path" }
|
||||
gix-quote = { version = "^0.5.1", path = "../gix-quote" }
|
||||
gix-glob = { version = "^0.19.1", path = "../gix-glob" }
|
||||
gix-quote = { version = "^0.6.0", path = "../gix-quote" }
|
||||
gix-glob = { version = "^0.20.0", path = "../gix-glob" }
|
||||
gix-trace = { version = "^0.1.12", path = "../gix-trace" }
|
||||
|
||||
bstr = { version = "1.12.0", default-features = false, features = ["std", "unicode"] }
|
||||
|
@@ -14,14 +14,14 @@ rust-version = "1.70"
|
||||
doctest = false
|
||||
|
||||
[dependencies]
|
||||
gix-commitgraph = { version = "^0.27.1", path = "../gix-commitgraph" }
|
||||
gix-commitgraph = { version = "^0.28.0", path = "../gix-commitgraph" }
|
||||
gix-revwalk = { version = "^0.20.0", path = "../gix-revwalk" }
|
||||
gix-trace = { version = "^0.1.12", path = "../gix-trace" }
|
||||
gix-date = { version = "^0.10.0", path = "../gix-date" }
|
||||
gix-date = { version = "^0.10.1", path = "../gix-date" }
|
||||
gix-diff = { version = "^0.52.0", path = "../gix-diff", default-features = false, features = ["blob"] }
|
||||
gix-object = { version = "^0.49.0", path = "../gix-object" }
|
||||
gix-hash = { version = "^0.17.1", path = "../gix-hash" }
|
||||
gix-worktree = { version = "^0.40.1", path = "../gix-worktree", default-features = false, features = ["attributes"] }
|
||||
gix-hash = { version = "^0.18.0", path = "../gix-hash" }
|
||||
gix-worktree = { version = "^0.41.0", path = "../gix-worktree", default-features = false, features = ["attributes"] }
|
||||
gix-traverse = { version = "^0.46.0", path = "../gix-traverse" }
|
||||
|
||||
smallvec = "1.15.0"
|
||||
|
@@ -2,7 +2,7 @@ lints.workspace = true
|
||||
|
||||
[package]
|
||||
name = "gix-command"
|
||||
version = "0.5.1"
|
||||
version = "0.6.0"
|
||||
repository = "https://github.com/GitoxideLabs/gitoxide"
|
||||
license = "MIT OR Apache-2.0"
|
||||
description = "A crate of the gitoxide project handling internal git command execution"
|
||||
@@ -17,7 +17,7 @@ doctest = false
|
||||
[dependencies]
|
||||
gix-trace = { version = "^0.1.12", path = "../gix-trace" }
|
||||
gix-path = { version = "^0.10.16", path = "../gix-path" }
|
||||
gix-quote = { version = "^0.5.1", path = "../gix-quote" }
|
||||
gix-quote = { version = "^0.6.0", path = "../gix-quote" }
|
||||
|
||||
bstr = { version = "1.12.0", default-features = false, features = ["std", "unicode"] }
|
||||
shell-words = "1.0"
|
||||
|
@@ -2,7 +2,7 @@ lints.workspace = true
|
||||
|
||||
[package]
|
||||
name = "gix-commitgraph"
|
||||
version = "0.27.1"
|
||||
version = "0.28.0"
|
||||
repository = "https://github.com/GitoxideLabs/gitoxide"
|
||||
documentation = "https://git-scm.com/docs/commit-graph"
|
||||
license = "MIT OR Apache-2.0"
|
||||
@@ -20,7 +20,7 @@ doctest = false
|
||||
serde = ["dep:serde", "gix-hash/serde", "bstr/serde"]
|
||||
|
||||
[dependencies]
|
||||
gix-hash = { version = "^0.17.1", path = "../gix-hash" }
|
||||
gix-hash = { version = "^0.18.0", path = "../gix-hash" }
|
||||
gix-chunk = { version = "^0.4.11", path = "../gix-chunk" }
|
||||
|
||||
bstr = { version = "1.12.0", default-features = false, features = ["std"] }
|
||||
|
@@ -2,7 +2,7 @@ lints.workspace = true
|
||||
|
||||
[package]
|
||||
name = "gix-config-value"
|
||||
version = "0.14.13"
|
||||
version = "0.15.0"
|
||||
repository = "https://github.com/GitoxideLabs/gitoxide"
|
||||
license = "MIT OR Apache-2.0"
|
||||
description = "A crate of the gitoxide project providing git-config value parsing"
|
||||
|
@@ -20,11 +20,11 @@ serde = ["dep:serde", "bstr/serde", "gix-sec/serde", "gix-ref/serde", "gix-glob/
|
||||
|
||||
[dependencies]
|
||||
gix-features = { version = "^0.42.0", path = "../gix-features" }
|
||||
gix-config-value = { version = "^0.14.13", path = "../gix-config-value" }
|
||||
gix-config-value = { version = "^0.15.0", path = "../gix-config-value" }
|
||||
gix-path = { version = "^0.10.16", path = "../gix-path" }
|
||||
gix-sec = { version = "^0.10.13", path = "../gix-sec" }
|
||||
gix-sec = { version = "^0.11.0", path = "../gix-sec" }
|
||||
gix-ref = { version = "^0.52.0", path = "../gix-ref" }
|
||||
gix-glob = { version = "^0.19.1", path = "../gix-glob" }
|
||||
gix-glob = { version = "^0.20.0", path = "../gix-glob" }
|
||||
|
||||
winnow = { version = "0.7.7", features = ["simd"] }
|
||||
memchr = "2"
|
||||
|
@@ -2,7 +2,7 @@ lints.workspace = true
|
||||
|
||||
[package]
|
||||
name = "gix-credentials"
|
||||
version = "0.28.1"
|
||||
version = "0.29.0"
|
||||
repository = "https://github.com/GitoxideLabs/gitoxide"
|
||||
license = "MIT OR Apache-2.0"
|
||||
description = "A crate of the gitoxide project to interact with git credentials helpers"
|
||||
@@ -19,12 +19,12 @@ doctest = false
|
||||
serde = ["dep:serde", "bstr/serde", "gix-sec/serde"]
|
||||
|
||||
[dependencies]
|
||||
gix-sec = { version = "^0.10.13", path = "../gix-sec" }
|
||||
gix-url = { version = "^0.30.1", path = "../gix-url" }
|
||||
gix-sec = { version = "^0.11.0", path = "../gix-sec" }
|
||||
gix-url = { version = "^0.31.0", path = "../gix-url" }
|
||||
gix-path = { version = "^0.10.16", path = "../gix-path" }
|
||||
gix-command = { version = "^0.5.1", path = "../gix-command" }
|
||||
gix-config-value = { version = "^0.14.13", path = "../gix-config-value" }
|
||||
gix-prompt = { version = "^0.10.1", path = "../gix-prompt" }
|
||||
gix-command = { version = "^0.6.0", path = "../gix-command" }
|
||||
gix-config-value = { version = "^0.15.0", path = "../gix-config-value" }
|
||||
gix-prompt = { version = "^0.11.0", path = "../gix-prompt" }
|
||||
gix-trace = { version = "^0.1.12", path = "../gix-trace" }
|
||||
|
||||
thiserror = "2.0.0"
|
||||
|
@@ -2,7 +2,7 @@ lints.workspace = true
|
||||
|
||||
[package]
|
||||
name = "gix-date"
|
||||
version = "0.10.0"
|
||||
version = "0.10.1"
|
||||
repository = "https://github.com/GitoxideLabs/gitoxide"
|
||||
license = "MIT OR Apache-2.0"
|
||||
description = "A crate of the gitoxide project parsing dates the way git does"
|
||||
|
@@ -27,17 +27,17 @@ wasm = ["dep:getrandom"]
|
||||
doctest = false
|
||||
|
||||
[dependencies]
|
||||
gix-index = { version = "^0.39.1", path = "../gix-index", optional = true }
|
||||
gix-pathspec = { version = "^0.10.1", path = "../gix-pathspec", optional = true }
|
||||
gix-attributes = { version = "^0.25.1", path = "../gix-attributes", optional = true }
|
||||
gix-hash = { version = "^0.17.1", path = "../gix-hash" }
|
||||
gix-index = { version = "^0.40.0", path = "../gix-index", optional = true }
|
||||
gix-pathspec = { version = "^0.11.0", path = "../gix-pathspec", optional = true }
|
||||
gix-attributes = { version = "^0.26.0", path = "../gix-attributes", optional = true }
|
||||
gix-hash = { version = "^0.18.0", path = "../gix-hash" }
|
||||
gix-object = { version = "^0.49.0", path = "../gix-object" }
|
||||
gix-filter = { version = "^0.19.0", path = "../gix-filter", optional = true }
|
||||
gix-worktree = { version = "^0.40.1", path = "../gix-worktree", default-features = false, features = ["attributes"], optional = true }
|
||||
gix-command = { version = "^0.5.1", path = "../gix-command", optional = true }
|
||||
gix-worktree = { version = "^0.41.0", path = "../gix-worktree", default-features = false, features = ["attributes"], optional = true }
|
||||
gix-command = { version = "^0.6.0", path = "../gix-command", optional = true }
|
||||
gix-path = { version = "^0.10.16", path = "../gix-path", optional = true }
|
||||
gix-fs = { version = "^0.14.1", path = "../gix-fs", optional = true }
|
||||
gix-tempfile = { version = "^17.0.0", path = "../gix-tempfile", optional = true }
|
||||
gix-fs = { version = "^0.15.0", path = "../gix-fs", optional = true }
|
||||
gix-tempfile = { version = "^17.1.0", path = "../gix-tempfile", optional = true }
|
||||
gix-trace = { version = "^0.1.12", path = "../gix-trace", optional = true }
|
||||
gix-traverse = { version = "^0.46.0", path = "../gix-traverse", optional = true }
|
||||
|
||||
|
@@ -16,15 +16,15 @@ test = false
|
||||
|
||||
[dependencies]
|
||||
gix-trace = { version = "^0.1.12", path = "../gix-trace" }
|
||||
gix-index = { version = "^0.39.1", path = "../gix-index" }
|
||||
gix-index = { version = "^0.40.0", path = "../gix-index" }
|
||||
gix-discover = { version = "^0.40.0", path = "../gix-discover" }
|
||||
gix-fs = { version = "^0.14.1", path = "../gix-fs" }
|
||||
gix-fs = { version = "^0.15.0", path = "../gix-fs" }
|
||||
gix-path = { version = "^0.10.16", path = "../gix-path" }
|
||||
gix-pathspec = { version = "^0.10.1", path = "../gix-pathspec" }
|
||||
gix-worktree = { version = "^0.40.1", path = "../gix-worktree", default-features = false }
|
||||
gix-pathspec = { version = "^0.11.0", path = "../gix-pathspec" }
|
||||
gix-worktree = { version = "^0.41.0", path = "../gix-worktree", default-features = false }
|
||||
gix-object = { version = "^0.49.0", path = "../gix-object" }
|
||||
gix-ignore = { version = "^0.14.1", path = "../gix-ignore" }
|
||||
gix-utils = { version = "^0.2.1", path = "../gix-utils", features = ["bstr"] }
|
||||
gix-ignore = { version = "^0.15.0", path = "../gix-ignore" }
|
||||
gix-utils = { version = "^0.3.0", path = "../gix-utils", features = ["bstr"] }
|
||||
|
||||
bstr = { version = "1.12.0", default-features = false }
|
||||
thiserror = "2.0.0"
|
||||
|
@@ -15,11 +15,11 @@ rust-version = "1.70"
|
||||
doctest = false
|
||||
|
||||
[dependencies]
|
||||
gix-sec = { version = "^0.10.13", path = "../gix-sec" }
|
||||
gix-sec = { version = "^0.11.0", path = "../gix-sec" }
|
||||
gix-path = { version = "^0.10.16", path = "../gix-path" }
|
||||
gix-ref = { version = "^0.52.0", path = "../gix-ref" }
|
||||
gix-hash = { version = "^0.17.1", path = "../gix-hash" }
|
||||
gix-fs = { version = "^0.14.1", path = "../gix-fs" }
|
||||
gix-hash = { version = "^0.18.0", path = "../gix-hash" }
|
||||
gix-fs = { version = "^0.15.0", path = "../gix-fs" }
|
||||
|
||||
bstr = { version = "1.12.0", default-features = false, features = ["std", "unicode"] }
|
||||
thiserror = "2.0.0"
|
||||
|
@@ -102,7 +102,7 @@ gix-trace = { version = "^0.1.12", path = "../gix-trace" }
|
||||
|
||||
# for walkdir
|
||||
gix-path = { version = "^0.10.16", path = "../gix-path", optional = true }
|
||||
gix-utils = { version = "^0.2.1", path = "../gix-utils", optional = true }
|
||||
gix-utils = { version = "^0.3.0", path = "../gix-utils", optional = true }
|
||||
|
||||
# 'parallel' feature
|
||||
crossbeam-channel = { version = "0.5.15", optional = true }
|
||||
|
@@ -15,15 +15,15 @@ include = ["src/**/*", "LICENSE-*"]
|
||||
doctest = false
|
||||
|
||||
[dependencies]
|
||||
gix-hash = { version = "^0.17.1", path = "../gix-hash" }
|
||||
gix-hash = { version = "^0.18.0", path = "../gix-hash" }
|
||||
gix-trace = { version = "^0.1.12", path = "../gix-trace" }
|
||||
gix-object = { version = "^0.49.0", path = "../gix-object" }
|
||||
gix-command = { version = "^0.5.1", path = "../gix-command" }
|
||||
gix-quote = { version = "^0.5.1", path = "../gix-quote" }
|
||||
gix-utils = { version = "^0.2.1", path = "../gix-utils" }
|
||||
gix-command = { version = "^0.6.0", path = "../gix-command" }
|
||||
gix-quote = { version = "^0.6.0", path = "../gix-quote" }
|
||||
gix-utils = { version = "^0.3.0", path = "../gix-utils" }
|
||||
gix-path = { version = "^0.10.16", path = "../gix-path" }
|
||||
gix-packetline-blocking = { version = "^0.18.4", path = "../gix-packetline-blocking" }
|
||||
gix-attributes = { version = "^0.25.1", path = "../gix-attributes" }
|
||||
gix-packetline-blocking = { version = "^0.19.0", path = "../gix-packetline-blocking" }
|
||||
gix-attributes = { version = "^0.26.0", path = "../gix-attributes" }
|
||||
|
||||
encoding_rs = "0.8.32"
|
||||
bstr = { version = "1.12.0", default-features = false, features = ["std"] }
|
||||
|
@@ -2,7 +2,7 @@ lints.workspace = true
|
||||
|
||||
[package]
|
||||
name = "gix-fs"
|
||||
version = "0.14.1"
|
||||
version = "0.15.0"
|
||||
repository = "https://github.com/GitoxideLabs/gitoxide"
|
||||
license = "MIT OR Apache-2.0"
|
||||
description = "A crate providing file system specific utilities to `gitoxide`"
|
||||
@@ -22,7 +22,7 @@ serde = ["dep:serde"]
|
||||
bstr = "1.12.0"
|
||||
gix-path = { version = "^0.10.16", path = "../gix-path" }
|
||||
gix-features = { version = "^0.42.0", path = "../gix-features", features = ["fs-read-dir"] }
|
||||
gix-utils = { version = "^0.2.1", path = "../gix-utils" }
|
||||
gix-utils = { version = "^0.3.0", path = "../gix-utils" }
|
||||
thiserror = "2.0.0"
|
||||
serde = { version = "1.0.114", optional = true, default-features = false, features = ["std", "derive"] }
|
||||
|
||||
|
@@ -15,7 +15,7 @@ rust-version = "1.70"
|
||||
doctest = false
|
||||
|
||||
[dependencies]
|
||||
gix-hash = { version = "^0.17.1", path = "../gix-hash" }
|
||||
gix-hash = { version = "^0.18.0", path = "../gix-hash" }
|
||||
gix-hashtable = { version = "^0.8.0", path = "../gix-hashtable" }
|
||||
gix-object = { version = "^0.49.0", path = "../gix-object" }
|
||||
|
||||
|
@@ -2,7 +2,7 @@ lints.workspace = true
|
||||
|
||||
[package]
|
||||
name = "gix-glob"
|
||||
version = "0.19.1"
|
||||
version = "0.20.0"
|
||||
repository = "https://github.com/GitoxideLabs/gitoxide"
|
||||
license = "MIT OR Apache-2.0"
|
||||
description = "A crate of the gitoxide project dealing with pattern matching"
|
||||
|
@@ -2,7 +2,7 @@ lints.workspace = true
|
||||
|
||||
[package]
|
||||
name = "gix-hash"
|
||||
version = "0.17.1"
|
||||
version = "0.18.0"
|
||||
description = "Borrowed and owned git hash digests used to identify git objects"
|
||||
authors = ["Sebastian Thiel <sebastian.thiel@icloud.com>"]
|
||||
repository = "https://github.com/GitoxideLabs/gitoxide"
|
||||
|
@@ -20,4 +20,4 @@ hashbrown = { version = "0.14.0", default-features = false, features = [
|
||||
"inline-more",
|
||||
"raw"
|
||||
] }
|
||||
gix-hash = { version = "^0.17.0", path = "../gix-hash" }
|
||||
gix-hash = { version = "^0.18.0", path = "../gix-hash" }
|
||||
|
@@ -2,7 +2,7 @@ lints.workspace = true
|
||||
|
||||
[package]
|
||||
name = "gix-ignore"
|
||||
version = "0.14.1"
|
||||
version = "0.15.0"
|
||||
repository = "https://github.com/GitoxideLabs/gitoxide"
|
||||
license = "MIT OR Apache-2.0"
|
||||
description = "A crate of the gitoxide project dealing .gitignore files"
|
||||
@@ -19,7 +19,7 @@ doctest = false
|
||||
serde = ["dep:serde", "bstr/serde", "gix-glob/serde"]
|
||||
|
||||
[dependencies]
|
||||
gix-glob = { version = "^0.19.1", path = "../gix-glob" }
|
||||
gix-glob = { version = "^0.20.0", path = "../gix-glob" }
|
||||
gix-path = { version = "^0.10.16", path = "../gix-path" }
|
||||
gix-trace = { version = "^0.1.12", path = "../gix-trace" }
|
||||
|
||||
|
@@ -2,7 +2,7 @@ lints.workspace = true
|
||||
|
||||
[package]
|
||||
name = "gix-index"
|
||||
version = "0.39.1"
|
||||
version = "0.40.0"
|
||||
repository = "https://github.com/GitoxideLabs/gitoxide"
|
||||
license = "MIT OR Apache-2.0"
|
||||
description = "A work-in-progress crate of the gitoxide project dedicated implementing the git index file"
|
||||
@@ -25,14 +25,14 @@ serde = ["dep:serde", "smallvec/serde", "gix-hash/serde"]
|
||||
gix-features = { version = "^0.42.0", path = "../gix-features", features = [
|
||||
"progress",
|
||||
] }
|
||||
gix-hash = { version = "^0.17.1", path = "../gix-hash" }
|
||||
gix-hash = { version = "^0.18.0", path = "../gix-hash" }
|
||||
gix-bitmap = { version = "^0.2.14", path = "../gix-bitmap" }
|
||||
gix-object = { version = "^0.49.0", path = "../gix-object" }
|
||||
gix-validate = { version = "^0.9.5", path = "../gix-validate" }
|
||||
gix-validate = { version = "^0.10.0", path = "../gix-validate" }
|
||||
gix-traverse = { version = "^0.46.0", path = "../gix-traverse" }
|
||||
gix-lock = { version = "^17.0.0", path = "../gix-lock" }
|
||||
gix-fs = { version = "^0.14.1", path = "../gix-fs" }
|
||||
gix-utils = { version = "^0.2.1", path = "../gix-utils" }
|
||||
gix-lock = { version = "^17.1.0", path = "../gix-lock" }
|
||||
gix-fs = { version = "^0.15.0", path = "../gix-fs" }
|
||||
gix-utils = { version = "^0.3.0", path = "../gix-utils" }
|
||||
|
||||
hashbrown = "0.14.3"
|
||||
fnv = "1.0.7"
|
||||
|
@@ -2,7 +2,7 @@ lints.workspace = true
|
||||
|
||||
[package]
|
||||
name = "gix-lock"
|
||||
version = "17.0.1"
|
||||
version = "17.1.0"
|
||||
repository = "https://github.com/GitoxideLabs/gitoxide"
|
||||
license = "MIT OR Apache-2.0"
|
||||
description = "A git-style lock-file implementation"
|
||||
@@ -16,8 +16,8 @@ doctest = false
|
||||
test = true
|
||||
|
||||
[dependencies]
|
||||
gix-utils = { version = "^0.2.1", default-features = false, path = "../gix-utils" }
|
||||
gix-tempfile = { version = "^17.0.0", default-features = false, path = "../gix-tempfile" }
|
||||
gix-utils = { version = "^0.3.0", default-features = false, path = "../gix-utils" }
|
||||
gix-tempfile = { version = "^17.1.0", default-features = false, path = "../gix-tempfile" }
|
||||
thiserror = "2.0.0"
|
||||
|
||||
[dev-dependencies]
|
||||
|
@@ -2,7 +2,7 @@ lints.workspace = true
|
||||
|
||||
[package]
|
||||
name = "gix-mailmap"
|
||||
version = "0.27.0"
|
||||
version = "0.27.1"
|
||||
repository = "https://github.com/GitoxideLabs/gitoxide"
|
||||
license = "MIT OR Apache-2.0"
|
||||
description = "A crate of the gitoxide project for parsing mailmap files"
|
||||
@@ -20,7 +20,7 @@ serde = ["dep:serde", "bstr/serde", "gix-actor/serde"]
|
||||
|
||||
[dependencies]
|
||||
gix-actor = { version = "^0.35.0", path = "../gix-actor" }
|
||||
gix-date = { version = "^0.10.0", path = "../gix-date" }
|
||||
gix-date = { version = "^0.10.1", path = "../gix-date" }
|
||||
bstr = { version = "1.12.0", default-features = false, features = ["std", "unicode"] }
|
||||
thiserror = "2.0.0"
|
||||
serde = { version = "1.0.114", optional = true, default-features = false, features = ["derive"] }
|
||||
|
@@ -19,20 +19,20 @@ doctest = false
|
||||
serde = ["dep:serde", "gix-hash/serde", "gix-object/serde"]
|
||||
|
||||
[dependencies]
|
||||
gix-hash = { version = "^0.17.1", path = "../gix-hash" }
|
||||
gix-hash = { version = "^0.18.0", path = "../gix-hash" }
|
||||
gix-object = { version = "^0.49.0", path = "../gix-object" }
|
||||
gix-filter = { version = "^0.19.0", path = "../gix-filter" }
|
||||
gix-worktree = { version = "^0.40.1", path = "../gix-worktree", default-features = false, features = ["attributes"] }
|
||||
gix-command = { version = "^0.5.1", path = "../gix-command" }
|
||||
gix-worktree = { version = "^0.41.0", path = "../gix-worktree", default-features = false, features = ["attributes"] }
|
||||
gix-command = { version = "^0.6.0", path = "../gix-command" }
|
||||
gix-path = { version = "^0.10.16", path = "../gix-path" }
|
||||
gix-fs = { version = "^0.14.1", path = "../gix-fs" }
|
||||
gix-tempfile = { version = "^17.0.0", path = "../gix-tempfile" }
|
||||
gix-fs = { version = "^0.15.0", path = "../gix-fs" }
|
||||
gix-tempfile = { version = "^17.1.0", path = "../gix-tempfile" }
|
||||
gix-trace = { version = "^0.1.12", path = "../gix-trace" }
|
||||
gix-quote = { version = "^0.5.1", path = "../gix-quote" }
|
||||
gix-quote = { version = "^0.6.0", path = "../gix-quote" }
|
||||
gix-revision = { version = "^0.34.0", path = "../gix-revision", default-features = false, features = ["merge_base"] }
|
||||
gix-revwalk = { version = "^0.20.0", path = "../gix-revwalk" }
|
||||
gix-diff = { version = "^0.52.0", path = "../gix-diff", default-features = false, features = ["blob"] }
|
||||
gix-index = { version = "^0.39.1", path = "../gix-index" }
|
||||
gix-index = { version = "^0.40.0", path = "../gix-index" }
|
||||
|
||||
thiserror = "2.0.0"
|
||||
imara-diff = { version = "0.1.7" }
|
||||
|
@@ -16,10 +16,10 @@ doctest = false
|
||||
test = false
|
||||
|
||||
[dependencies]
|
||||
gix-hash = { version = "^0.17.1", path = "../gix-hash" }
|
||||
gix-hash = { version = "^0.18.0", path = "../gix-hash" }
|
||||
gix-object = { version = "^0.49.0", path = "../gix-object" }
|
||||
gix-date = { version = "^0.10.0", path = "../gix-date" }
|
||||
gix-commitgraph = { version = "^0.27.1", path = "../gix-commitgraph" }
|
||||
gix-date = { version = "^0.10.1", path = "../gix-date" }
|
||||
gix-commitgraph = { version = "^0.28.0", path = "../gix-commitgraph" }
|
||||
gix-revwalk = { version = "^0.20.0", path = "../gix-revwalk" }
|
||||
thiserror = "2.0.0"
|
||||
smallvec = "1.15.0"
|
||||
|
@@ -44,13 +44,13 @@ verbose-object-parsing-errors = ["winnow/std"]
|
||||
gix-features = { version = "^0.42.0", path = "../gix-features", features = [
|
||||
"progress",
|
||||
] }
|
||||
gix-hash = { version = "^0.17.1", path = "../gix-hash" }
|
||||
gix-hash = { version = "^0.18.0", path = "../gix-hash" }
|
||||
gix-hashtable = { version = "^0.8.0", path = "../gix-hashtable" }
|
||||
gix-validate = { version = "^0.9.5", path = "../gix-validate" }
|
||||
gix-validate = { version = "^0.10.0", path = "../gix-validate" }
|
||||
gix-actor = { version = "^0.35.0", path = "../gix-actor" }
|
||||
gix-date = { version = "^0.10.0", path = "../gix-date" }
|
||||
gix-date = { version = "^0.10.1", path = "../gix-date" }
|
||||
gix-path = { version = "^0.10.16", path = "../gix-path" }
|
||||
gix-utils = { version = "^0.2.1", path = "../gix-utils" }
|
||||
gix-utils = { version = "^0.3.0", path = "../gix-utils" }
|
||||
|
||||
itoa = "1.0.1"
|
||||
thiserror = "2.0.0"
|
||||
|
@@ -22,13 +22,13 @@ serde = ["dep:serde", "gix-hash/serde", "gix-object/serde", "gix-pack/serde"]
|
||||
[dependencies]
|
||||
gix-features = { version = "^0.42.0", path = "../gix-features", features = ["walkdir", "zlib", "crc32"] }
|
||||
gix-hashtable = { version = "^0.8.0", path = "../gix-hashtable" }
|
||||
gix-hash = { version = "^0.17.1", path = "../gix-hash" }
|
||||
gix-date = { version = "^0.10.0", path = "../gix-date" }
|
||||
gix-hash = { version = "^0.18.0", path = "../gix-hash" }
|
||||
gix-date = { version = "^0.10.1", path = "../gix-date" }
|
||||
gix-path = { version = "^0.10.16", path = "../gix-path" }
|
||||
gix-quote = { version = "^0.5.1", path = "../gix-quote" }
|
||||
gix-quote = { version = "^0.6.0", path = "../gix-quote" }
|
||||
gix-object = { version = "^0.49.0", path = "../gix-object" }
|
||||
gix-pack = { version = "^0.59.0", path = "../gix-pack", default-features = false }
|
||||
gix-fs = { version = "^0.14.1", path = "../gix-fs" }
|
||||
gix-fs = { version = "^0.15.0", path = "../gix-fs" }
|
||||
serde = { version = "1.0.114", optional = true, default-features = false, features = ["derive"] }
|
||||
|
||||
tempfile = "3.19.1"
|
||||
|
@@ -36,7 +36,7 @@ wasm = ["gix-diff?/wasm"]
|
||||
[dependencies]
|
||||
gix-features = { version = "^0.42.0", path = "../gix-features", features = ["crc32", "progress", "zlib"] }
|
||||
gix-path = { version = "^0.10.16", path = "../gix-path" }
|
||||
gix-hash = { version = "^0.17.1", path = "../gix-hash" }
|
||||
gix-hash = { version = "^0.18.0", path = "../gix-hash" }
|
||||
gix-chunk = { version = "^0.4.11", path = "../gix-chunk" }
|
||||
gix-object = { version = "^0.49.0", path = "../gix-object" }
|
||||
gix-hashtable = { version = "^0.8.0", path = "../gix-hashtable", optional = true }
|
||||
@@ -60,7 +60,7 @@ document-features = { version = "0.2.0", optional = true }
|
||||
|
||||
|
||||
[target.'cfg(not(target_arch = "wasm32"))'.dependencies]
|
||||
gix-tempfile = { version = "^17.0.0", default-features = false, path = "../gix-tempfile", optional = true }
|
||||
gix-tempfile = { version = "^17.1.0", default-features = false, path = "../gix-tempfile", optional = true }
|
||||
|
||||
[dev-dependencies]
|
||||
gix-testtools = { path = "../tests/tools" }
|
||||
|
@@ -2,7 +2,7 @@ lints.workspace = true
|
||||
|
||||
[package]
|
||||
name = "gix-packetline-blocking"
|
||||
version = "0.18.4"
|
||||
version = "0.19.0"
|
||||
repository = "https://github.com/GitoxideLabs/gitoxide"
|
||||
license = "MIT OR Apache-2.0"
|
||||
description = "A duplicate of `gix-packetline` with the `blocking-io` feature pre-selected"
|
||||
|
@@ -2,7 +2,7 @@ lints.workspace = true
|
||||
|
||||
[package]
|
||||
name = "gix-packetline"
|
||||
version = "0.18.5"
|
||||
version = "0.19.0"
|
||||
repository = "https://github.com/GitoxideLabs/gitoxide"
|
||||
license = "MIT OR Apache-2.0"
|
||||
description = "A crate of the gitoxide project implementing the pkt-line serialization format"
|
||||
|
@@ -16,7 +16,7 @@ doctest = false
|
||||
|
||||
[dependencies]
|
||||
gix-trace = { version = "^0.1.12", path = "../gix-trace" }
|
||||
gix-validate = { version = "^0.9.5", path = "../gix-validate" }
|
||||
gix-validate = { version = "^0.10.0", path = "../gix-validate" }
|
||||
bstr = { version = "1.12.0", default-features = false, features = ["std"] }
|
||||
thiserror = "2.0.0"
|
||||
once_cell = "1.21.3"
|
||||
|
@@ -2,7 +2,7 @@ lints.workspace = true
|
||||
|
||||
[package]
|
||||
name = "gix-pathspec"
|
||||
version = "0.10.1"
|
||||
version = "0.11.0"
|
||||
repository = "https://github.com/GitoxideLabs/gitoxide"
|
||||
license = "MIT OR Apache-2.0"
|
||||
description = "A crate of the gitoxide project dealing magical pathspecs"
|
||||
@@ -15,10 +15,10 @@ include = ["src/**/*", "LICENSE-*", "README.md"]
|
||||
doctest = false
|
||||
|
||||
[dependencies]
|
||||
gix-glob = { version = "^0.19.1", path = "../gix-glob" }
|
||||
gix-glob = { version = "^0.20.0", path = "../gix-glob" }
|
||||
gix-path = { version = "^0.10.16", path = "../gix-path" }
|
||||
gix-attributes = { version = "^0.25.1", path = "../gix-attributes" }
|
||||
gix-config-value = { version = "^0.14.13", path = "../gix-config-value" }
|
||||
gix-attributes = { version = "^0.26.0", path = "../gix-attributes" }
|
||||
gix-config-value = { version = "^0.15.0", path = "../gix-config-value" }
|
||||
|
||||
bstr = { version = "1.12.0", default-features = false, features = ["std"] }
|
||||
bitflags = "2"
|
||||
|
@@ -2,7 +2,7 @@ lints.workspace = true
|
||||
|
||||
[package]
|
||||
name = "gix-prompt"
|
||||
version = "0.10.1"
|
||||
version = "0.11.0"
|
||||
repository = "https://github.com/GitoxideLabs/gitoxide"
|
||||
license = "MIT OR Apache-2.0"
|
||||
description = "A crate of the gitoxide project for handling prompts in the terminal"
|
||||
@@ -15,8 +15,8 @@ rust-version = "1.70"
|
||||
doctest = false
|
||||
|
||||
[dependencies]
|
||||
gix-command = { version = "^0.5.1", path = "../gix-command" }
|
||||
gix-config-value = { version = "^0.14.13", path = "../gix-config-value" }
|
||||
gix-command = { version = "^0.6.0", path = "../gix-command" }
|
||||
gix-config-value = { version = "^0.15.0", path = "../gix-config-value" }
|
||||
|
||||
thiserror = "2.0.0"
|
||||
|
||||
|
@@ -71,20 +71,20 @@ required-features = ["async-client"]
|
||||
gix-features = { version = "^0.42.0", path = "../gix-features", features = [
|
||||
"progress",
|
||||
] }
|
||||
gix-transport = { version = "^0.46.1", path = "../gix-transport" }
|
||||
gix-hash = { version = "^0.17.1", path = "../gix-hash" }
|
||||
gix-shallow = { version = "^0.3.1", path = "../gix-shallow" }
|
||||
gix-date = { version = "^0.10.0", path = "../gix-date" }
|
||||
gix-utils = { version = "^0.2.1", path = "../gix-utils" }
|
||||
gix-transport = { version = "^0.47.0", path = "../gix-transport" }
|
||||
gix-hash = { version = "^0.18.0", path = "../gix-hash" }
|
||||
gix-shallow = { version = "^0.4.0", path = "../gix-shallow" }
|
||||
gix-date = { version = "^0.10.1", path = "../gix-date" }
|
||||
gix-utils = { version = "^0.3.0", path = "../gix-utils" }
|
||||
gix-ref = { version = "^0.52.0", path = "../gix-ref" }
|
||||
|
||||
gix-trace = { version = "^0.1.12", path = "../gix-trace", optional = true }
|
||||
gix-negotiate = { version = "^0.20.0", path = "../gix-negotiate", optional = true }
|
||||
gix-object = { version = "^0.49.0", path = "../gix-object", optional = true }
|
||||
gix-revwalk = { version = "^0.20.0", path = "../gix-revwalk", optional = true }
|
||||
gix-credentials = { version = "^0.28.1", path = "../gix-credentials", optional = true }
|
||||
gix-credentials = { version = "^0.29.0", path = "../gix-credentials", optional = true }
|
||||
gix-refspec = { version = "^0.30.0", path = "../gix-refspec", optional = true }
|
||||
gix-lock = { version = "^17.0.0", path = "../gix-lock", optional = true }
|
||||
gix-lock = { version = "^17.1.0", path = "../gix-lock", optional = true }
|
||||
|
||||
thiserror = "2.0.0"
|
||||
serde = { version = "1.0.114", optional = true, default-features = false, features = [
|
||||
@@ -106,7 +106,7 @@ document-features = { version = "0.2.0", optional = true }
|
||||
|
||||
[dev-dependencies]
|
||||
async-std = { version = "1.9.0", features = ["attributes"] }
|
||||
gix-packetline = { path = "../gix-packetline", version = "^0.18.5" }
|
||||
gix-packetline = { path = "../gix-packetline", version = "^0.19.0" }
|
||||
|
||||
[package.metadata.docs.rs]
|
||||
features = ["blocking-client", "document-features", "serde"]
|
||||
|
@@ -2,7 +2,7 @@ lints.workspace = true
|
||||
|
||||
[package]
|
||||
name = "gix-quote"
|
||||
version = "0.5.1"
|
||||
version = "0.6.0"
|
||||
repository = "https://github.com/GitoxideLabs/gitoxide"
|
||||
license = "MIT OR Apache-2.0"
|
||||
description = "A crate of the gitoxide project dealing with various quotations used by git"
|
||||
@@ -15,7 +15,7 @@ include = ["src/**/*", "LICENSE-*"]
|
||||
doctest = false
|
||||
|
||||
[dependencies]
|
||||
gix-utils = { version = "^0.2.1", path = "../gix-utils" }
|
||||
gix-utils = { version = "^0.3.0", path = "../gix-utils" }
|
||||
|
||||
bstr = { version = "1.12.0", default-features = false, features = ["std"] }
|
||||
thiserror = "2.0.0"
|
||||
|
@@ -22,15 +22,15 @@ serde = ["dep:serde", "gix-hash/serde", "gix-actor/serde", "gix-object/serde"]
|
||||
|
||||
[dependencies]
|
||||
gix-features = { version = "^0.42.0", path = "../gix-features", features = ["walkdir"] }
|
||||
gix-fs = { version = "^0.14.1", path = "../gix-fs" }
|
||||
gix-fs = { version = "^0.15.0", path = "../gix-fs" }
|
||||
gix-path = { version = "^0.10.16", path = "../gix-path" }
|
||||
gix-hash = { version = "^0.17.1", path = "../gix-hash" }
|
||||
gix-hash = { version = "^0.18.0", path = "../gix-hash" }
|
||||
gix-object = { version = "^0.49.0", path = "../gix-object" }
|
||||
gix-utils = { version = "^0.2.1", path = "../gix-utils" }
|
||||
gix-validate = { version = "^0.9.5", path = "../gix-validate" }
|
||||
gix-utils = { version = "^0.3.0", path = "../gix-utils" }
|
||||
gix-validate = { version = "^0.10.0", path = "../gix-validate" }
|
||||
gix-actor = { version = "^0.35.0", path = "../gix-actor" }
|
||||
gix-lock = { version = "^17.0.0", path = "../gix-lock" }
|
||||
gix-tempfile = { version = "^17.0.0", default-features = false, path = "../gix-tempfile" }
|
||||
gix-lock = { version = "^17.1.0", path = "../gix-lock" }
|
||||
gix-tempfile = { version = "^17.1.0", default-features = false, path = "../gix-tempfile" }
|
||||
|
||||
thiserror = "2.0.0"
|
||||
winnow = { version = "0.7.7", features = ["simd"] }
|
||||
|
@@ -16,8 +16,8 @@ doctest = false
|
||||
|
||||
[dependencies]
|
||||
gix-revision = { version = "^0.34.0", path = "../gix-revision", default-features = false }
|
||||
gix-validate = { version = "^0.9.5", path = "../gix-validate" }
|
||||
gix-hash = { version = "^0.17.1", path = "../gix-hash" }
|
||||
gix-validate = { version = "^0.10.0", path = "../gix-validate" }
|
||||
gix-hash = { version = "^0.18.0", path = "../gix-hash" }
|
||||
|
||||
bstr = { version = "1.12.0", default-features = false, features = ["std"] }
|
||||
thiserror = "2.0.0"
|
||||
|
@@ -27,12 +27,12 @@ merge_base = ["dep:gix-trace", "dep:bitflags"]
|
||||
serde = ["dep:serde", "gix-hash/serde", "gix-object/serde"]
|
||||
|
||||
[dependencies]
|
||||
gix-hash = { version = "^0.17.1", path = "../gix-hash" }
|
||||
gix-hash = { version = "^0.18.0", path = "../gix-hash" }
|
||||
gix-object = { version = "^0.49.0", path = "../gix-object" }
|
||||
gix-date = { version = "^0.10.0", path = "../gix-date" }
|
||||
gix-date = { version = "^0.10.1", path = "../gix-date" }
|
||||
gix-hashtable = { version = "^0.8.0", path = "../gix-hashtable", optional = true }
|
||||
gix-revwalk = { version = "^0.20.0", path = "../gix-revwalk" }
|
||||
gix-commitgraph = { version = "^0.27.1", path = "../gix-commitgraph" }
|
||||
gix-commitgraph = { version = "^0.28.0", path = "../gix-commitgraph" }
|
||||
gix-trace = { version = "^0.1.12", path = "../gix-trace", optional = true }
|
||||
|
||||
bstr = { version = "1.12.0", default-features = false, features = ["std"] }
|
||||
|
@@ -15,11 +15,11 @@ rust-version = "1.70"
|
||||
doctest = false
|
||||
|
||||
[dependencies]
|
||||
gix-hash = { version = "^0.17.1", path = "../gix-hash" }
|
||||
gix-hash = { version = "^0.18.0", path = "../gix-hash" }
|
||||
gix-object = { version = "^0.49.0", path = "../gix-object" }
|
||||
gix-date = { version = "^0.10.0", path = "../gix-date" }
|
||||
gix-date = { version = "^0.10.1", path = "../gix-date" }
|
||||
gix-hashtable = { version = "^0.8.0", path = "../gix-hashtable" }
|
||||
gix-commitgraph = { version = "^0.27.1", path = "../gix-commitgraph" }
|
||||
gix-commitgraph = { version = "^0.28.0", path = "../gix-commitgraph" }
|
||||
|
||||
thiserror = "2.0.0"
|
||||
smallvec = "1.15.0"
|
||||
|
@@ -2,7 +2,7 @@ lints.workspace = true
|
||||
|
||||
[package]
|
||||
name = "gix-sec"
|
||||
version = "0.10.13"
|
||||
version = "0.11.0"
|
||||
repository = "https://github.com/GitoxideLabs/gitoxide"
|
||||
license = "MIT OR Apache-2.0"
|
||||
description = "A crate of the gitoxide project providing a shared trust model"
|
||||
|
@@ -2,7 +2,7 @@ lints.workspace = true
|
||||
|
||||
[package]
|
||||
name = "gix-shallow"
|
||||
version = "0.3.1"
|
||||
version = "0.4.0"
|
||||
repository = "https://github.com/GitoxideLabs/gitoxide"
|
||||
authors = ["Sebastian Thiel <sebastian.thiel@icloud.com>"]
|
||||
license = "MIT OR Apache-2.0"
|
||||
@@ -20,8 +20,8 @@ test = false
|
||||
serde = ["dep:serde", "gix-hash/serde"]
|
||||
|
||||
[dependencies]
|
||||
gix-hash = { version = "^0.17.1", path = "../gix-hash" }
|
||||
gix-lock = { version = "^17.0.0", path = "../gix-lock" }
|
||||
gix-hash = { version = "^0.18.0", path = "../gix-hash" }
|
||||
gix-lock = { version = "^17.1.0", path = "../gix-lock" }
|
||||
|
||||
thiserror = "2.0.0"
|
||||
bstr = { version = "1.12.0", default-features = false }
|
||||
|
@@ -20,15 +20,15 @@ doctest = false
|
||||
worktree-rewrites = ["dep:gix-dir", "dep:gix-diff"]
|
||||
|
||||
[dependencies]
|
||||
gix-index = { version = "^0.39.1", path = "../gix-index" }
|
||||
gix-fs = { version = "^0.14.1", path = "../gix-fs" }
|
||||
gix-hash = { version = "^0.17.1", path = "../gix-hash" }
|
||||
gix-index = { version = "^0.40.0", path = "../gix-index" }
|
||||
gix-fs = { version = "^0.15.0", path = "../gix-fs" }
|
||||
gix-hash = { version = "^0.18.0", path = "../gix-hash" }
|
||||
gix-object = { version = "^0.49.0", path = "../gix-object" }
|
||||
gix-path = { version = "^0.10.16", path = "../gix-path" }
|
||||
gix-features = { version = "^0.42.0", path = "../gix-features", features = ["progress"] }
|
||||
gix-filter = { version = "^0.19.0", path = "../gix-filter" }
|
||||
gix-worktree = { version = "^0.40.1", path = "../gix-worktree", default-features = false, features = ["attributes"] }
|
||||
gix-pathspec = { version = "^0.10.1", path = "../gix-pathspec" }
|
||||
gix-worktree = { version = "^0.41.0", path = "../gix-worktree", default-features = false, features = ["attributes"] }
|
||||
gix-pathspec = { version = "^0.11.0", path = "../gix-pathspec" }
|
||||
|
||||
gix-dir = { version = "^0.14.0", path = "../gix-dir", optional = true }
|
||||
gix-diff = { version = "^0.52.0", path = "../gix-diff", default-features = false, features = ["blob"], optional = true }
|
||||
|
@@ -15,11 +15,11 @@ include = ["src/**/*", "LICENSE-*"]
|
||||
doctest = false
|
||||
|
||||
[dependencies]
|
||||
gix-pathspec = { version = "^0.10.1", path = "../gix-pathspec" }
|
||||
gix-pathspec = { version = "^0.11.0", path = "../gix-pathspec" }
|
||||
gix-refspec = { version = "^0.30.0", path = "../gix-refspec" }
|
||||
gix-config = { version = "^0.45.0", path = "../gix-config" }
|
||||
gix-path = { version = "^0.10.16", path = "../gix-path" }
|
||||
gix-url = { version = "^0.30.1", path = "../gix-url" }
|
||||
gix-url = { version = "^0.31.0", path = "../gix-url" }
|
||||
|
||||
bstr = { version = "1.12.0", default-features = false }
|
||||
thiserror = "2.0.0"
|
||||
|
@@ -2,7 +2,7 @@ lints.workspace = true
|
||||
|
||||
[package]
|
||||
name = "gix-tempfile"
|
||||
version = "17.0.1"
|
||||
version = "17.1.0"
|
||||
repository = "https://github.com/GitoxideLabs/gitoxide"
|
||||
license = "MIT OR Apache-2.0"
|
||||
description = "A tempfile implementation with a global registry to assure cleanup"
|
||||
@@ -31,7 +31,7 @@ doctest = false
|
||||
test = true
|
||||
|
||||
[dependencies]
|
||||
gix-fs = { version = "^0.14.1", path = "../gix-fs" }
|
||||
gix-fs = { version = "^0.15.0", path = "../gix-fs" }
|
||||
parking_lot = "0.12.1"
|
||||
dashmap = { version = "6.0.1", optional = true }
|
||||
once_cell = { version = "1.21.3", default-features = false, features = ["race", "std"] }
|
||||
|
@@ -2,7 +2,7 @@ lints.workspace = true
|
||||
|
||||
[package]
|
||||
name = "gix-transport"
|
||||
version = "0.46.1"
|
||||
version = "0.47.0"
|
||||
repository = "https://github.com/GitoxideLabs/gitoxide"
|
||||
license = "MIT OR Apache-2.0"
|
||||
description = "A crate of the gitoxide project dedicated to implementing the git transport layer"
|
||||
@@ -81,13 +81,13 @@ path = "tests/async-transport.rs"
|
||||
required-features = ["async-client"]
|
||||
|
||||
[dependencies]
|
||||
gix-command = { version = "^0.5.1", path = "../gix-command" }
|
||||
gix-command = { version = "^0.6.0", path = "../gix-command" }
|
||||
gix-features = { version = "^0.42.0", path = "../gix-features" }
|
||||
gix-url = { version = "^0.30.1", path = "../gix-url" }
|
||||
gix-sec = { version = "^0.10.13", path = "../gix-sec" }
|
||||
gix-packetline = { version = "^0.18.5", path = "../gix-packetline" }
|
||||
gix-credentials = { version = "^0.28.1", path = "../gix-credentials", optional = true }
|
||||
gix-quote = { version = "^0.5.1", path = "../gix-quote" }
|
||||
gix-url = { version = "^0.31.0", path = "../gix-url" }
|
||||
gix-sec = { version = "^0.11.0", path = "../gix-sec" }
|
||||
gix-packetline = { version = "^0.19.0", path = "../gix-packetline" }
|
||||
gix-credentials = { version = "^0.29.0", path = "../gix-credentials", optional = true }
|
||||
gix-quote = { version = "^0.6.0", path = "../gix-quote" }
|
||||
|
||||
serde = { version = "1.0.114", optional = true, default-features = false, features = [
|
||||
"std",
|
||||
|
@@ -16,12 +16,12 @@ autotests = false
|
||||
doctest = false
|
||||
|
||||
[dependencies]
|
||||
gix-hash = { version = "^0.17.1", path = "../gix-hash" }
|
||||
gix-hash = { version = "^0.18.0", path = "../gix-hash" }
|
||||
gix-object = { version = "^0.49.0", path = "../gix-object" }
|
||||
gix-date = { version = "^0.10.0", path = "../gix-date" }
|
||||
gix-date = { version = "^0.10.1", path = "../gix-date" }
|
||||
gix-hashtable = { version = "^0.8.0", path = "../gix-hashtable" }
|
||||
gix-revwalk = { version = "^0.20.0", path = "../gix-revwalk" }
|
||||
gix-commitgraph = { version = "^0.27.1", path = "../gix-commitgraph" }
|
||||
gix-commitgraph = { version = "^0.28.0", path = "../gix-commitgraph" }
|
||||
smallvec = "1.15.0"
|
||||
thiserror = "2.0.0"
|
||||
bitflags = "2"
|
||||
|
@@ -2,7 +2,7 @@ lints.workspace = true
|
||||
|
||||
[package]
|
||||
name = "gix-url"
|
||||
version = "0.30.1"
|
||||
version = "0.31.0"
|
||||
repository = "https://github.com/GitoxideLabs/gitoxide"
|
||||
license = "MIT OR Apache-2.0"
|
||||
description = "A crate of the gitoxide project implementing parsing and serialization of gix-url"
|
||||
|
@@ -2,7 +2,7 @@ lints.workspace = true
|
||||
|
||||
[package]
|
||||
name = "gix-utils"
|
||||
version = "0.2.1"
|
||||
version = "0.3.0"
|
||||
repository = "https://github.com/GitoxideLabs/gitoxide"
|
||||
license = "MIT OR Apache-2.0"
|
||||
description = "A crate with `gitoxide` utilities that don't need feature toggles"
|
||||
|
@@ -2,7 +2,7 @@ lints.workspace = true
|
||||
|
||||
[package]
|
||||
name = "gix-validate"
|
||||
version = "0.9.5"
|
||||
version = "0.10.0"
|
||||
repository = "https://github.com/GitoxideLabs/gitoxide"
|
||||
license = "MIT OR Apache-2.0"
|
||||
description = "Validation functions for various kinds of names in git"
|
||||
|
@@ -2,7 +2,7 @@ lints.workspace = true
|
||||
|
||||
[package]
|
||||
name = "gix-worktree-state"
|
||||
version = "0.18.1"
|
||||
version = "0.19.0"
|
||||
repository = "https://github.com/GitoxideLabs/gitoxide"
|
||||
license = "MIT OR Apache-2.0"
|
||||
description = "A crate of the gitoxide project implementing setting the worktree to a particular state"
|
||||
@@ -16,12 +16,12 @@ autotests = false
|
||||
doctest = false
|
||||
|
||||
[dependencies]
|
||||
gix-worktree = { version = "^0.40.1", path = "../gix-worktree", default-features = false, features = ["attributes"] }
|
||||
gix-index = { version = "^0.39.1", path = "../gix-index" }
|
||||
gix-fs = { version = "^0.14.1", path = "../gix-fs" }
|
||||
gix-hash = { version = "^0.17.1", path = "../gix-hash" }
|
||||
gix-worktree = { version = "^0.41.0", path = "../gix-worktree", default-features = false, features = ["attributes"] }
|
||||
gix-index = { version = "^0.40.0", path = "../gix-index" }
|
||||
gix-fs = { version = "^0.15.0", path = "../gix-fs" }
|
||||
gix-hash = { version = "^0.18.0", path = "../gix-hash" }
|
||||
gix-object = { version = "^0.49.0", path = "../gix-object" }
|
||||
gix-glob = { version = "^0.19.1", path = "../gix-glob" }
|
||||
gix-glob = { version = "^0.20.0", path = "../gix-glob" }
|
||||
gix-path = { version = "^0.10.16", path = "../gix-path" }
|
||||
gix-features = { version = "^0.42.0", path = "../gix-features" }
|
||||
gix-filter = { version = "^0.19.0", path = "../gix-filter" }
|
||||
|
@@ -16,12 +16,12 @@ doctest = false
|
||||
|
||||
[dependencies]
|
||||
gix-features = { version = "^0.42.0", path = "../gix-features", features = ["progress", "io-pipe"] }
|
||||
gix-hash = { version = "^0.17.1", path = "../gix-hash" }
|
||||
gix-hash = { version = "^0.18.0", path = "../gix-hash" }
|
||||
gix-object = { version = "^0.49.0", path = "../gix-object" }
|
||||
gix-attributes = { version = "^0.25.1", path = "../gix-attributes" }
|
||||
gix-attributes = { version = "^0.26.0", path = "../gix-attributes" }
|
||||
gix-filter = { version = "^0.19.0", path = "../gix-filter" }
|
||||
gix-traverse = { version = "^0.46.0", path = "../gix-traverse" }
|
||||
gix-fs = { version = "^0.14.1", path = "../gix-fs" }
|
||||
gix-fs = { version = "^0.15.0", path = "../gix-fs" }
|
||||
gix-path = { version = "^0.10.16", path = "../gix-path" }
|
||||
|
||||
thiserror = "2.0.0"
|
||||
|
@@ -2,7 +2,7 @@ lints.workspace = true
|
||||
|
||||
[package]
|
||||
name = "gix-worktree"
|
||||
version = "0.40.1"
|
||||
version = "0.41.0"
|
||||
repository = "https://github.com/GitoxideLabs/gitoxide"
|
||||
license = "MIT OR Apache-2.0"
|
||||
description = "A crate of the gitoxide project for shared worktree related types and utilities."
|
||||
@@ -23,15 +23,15 @@ attributes = ["dep:gix-attributes", "dep:gix-validate"]
|
||||
serde = ["dep:serde", "bstr/serde", "gix-index/serde", "gix-hash/serde", "gix-object/serde", "gix-attributes?/serde", "gix-ignore/serde"]
|
||||
|
||||
[dependencies]
|
||||
gix-index = { version = "^0.39.1", path = "../gix-index" }
|
||||
gix-fs = { version = "^0.14.1", path = "../gix-fs" }
|
||||
gix-hash = { version = "^0.17.1", path = "../gix-hash" }
|
||||
gix-index = { version = "^0.40.0", path = "../gix-index" }
|
||||
gix-fs = { version = "^0.15.0", path = "../gix-fs" }
|
||||
gix-hash = { version = "^0.18.0", path = "../gix-hash" }
|
||||
gix-object = { version = "^0.49.0", path = "../gix-object" }
|
||||
gix-glob = { version = "^0.19.1", path = "../gix-glob" }
|
||||
gix-glob = { version = "^0.20.0", path = "../gix-glob" }
|
||||
gix-path = { version = "^0.10.16", path = "../gix-path" }
|
||||
gix-attributes = { version = "^0.25.1", path = "../gix-attributes", optional = true }
|
||||
gix-validate = { version = "^0.9.5", path = "../gix-validate", optional = true }
|
||||
gix-ignore = { version = "^0.14.1", path = "../gix-ignore" }
|
||||
gix-attributes = { version = "^0.26.0", path = "../gix-attributes", optional = true }
|
||||
gix-validate = { version = "^0.10.0", path = "../gix-validate", optional = true }
|
||||
gix-ignore = { version = "^0.15.0", path = "../gix-ignore" }
|
||||
gix-features = { version = "^0.42.0", path = "../gix-features" }
|
||||
|
||||
serde = { version = "1.0.114", optional = true, default-features = false, features = ["derive"] }
|
||||
|
@@ -304,23 +304,23 @@ cache-efficiency-debug = ["gix-features/cache-efficiency-debug"]
|
||||
|
||||
|
||||
[dependencies]
|
||||
gix-utils = { version = "^0.2.1", path = "../gix-utils" }
|
||||
gix-fs = { version = "^0.14.1", path = "../gix-fs" }
|
||||
gix-utils = { version = "^0.3.0", path = "../gix-utils" }
|
||||
gix-fs = { version = "^0.15.0", path = "../gix-fs" }
|
||||
gix-ref = { version = "^0.52.0", path = "../gix-ref" }
|
||||
gix-discover = { version = "^0.40.0", path = "../gix-discover" }
|
||||
gix-tempfile = { version = "^17.0.0", path = "../gix-tempfile", default-features = false }
|
||||
gix-lock = { version = "^17.0.0", path = "../gix-lock" }
|
||||
gix-validate = { version = "^0.9.5", path = "../gix-validate" }
|
||||
gix-sec = { version = "^0.10.13", path = "../gix-sec" }
|
||||
gix-date = { version = "^0.10.0", path = "../gix-date" }
|
||||
gix-tempfile = { version = "^17.1.0", path = "../gix-tempfile", default-features = false }
|
||||
gix-lock = { version = "^17.1.0", path = "../gix-lock" }
|
||||
gix-validate = { version = "^0.10.0", path = "../gix-validate" }
|
||||
gix-sec = { version = "^0.11.0", path = "../gix-sec" }
|
||||
gix-date = { version = "^0.10.1", path = "../gix-date" }
|
||||
gix-refspec = { version = "^0.30.0", path = "../gix-refspec" }
|
||||
gix-filter = { version = "^0.19.0", path = "../gix-filter", optional = true }
|
||||
gix-dir = { version = "^0.14.0", path = "../gix-dir", optional = true }
|
||||
|
||||
gix-config = { version = "^0.45.0", path = "../gix-config" }
|
||||
gix-odb = { version = "^0.69.0", path = "../gix-odb" }
|
||||
gix-hash = { version = "^0.17.1", path = "../gix-hash" }
|
||||
gix-shallow = { version = "^0.3.1", path = "../gix-shallow" }
|
||||
gix-hash = { version = "^0.18.0", path = "../gix-hash" }
|
||||
gix-shallow = { version = "^0.4.0", path = "../gix-shallow" }
|
||||
gix-object = { version = "^0.49.0", path = "../gix-object" }
|
||||
gix-actor = { version = "^0.35.0", path = "../gix-actor" }
|
||||
gix-pack = { version = "^0.59.0", path = "../gix-pack", default-features = false, features = [
|
||||
@@ -331,41 +331,41 @@ gix-revwalk = { version = "^0.20.0", path = "../gix-revwalk" }
|
||||
gix-negotiate = { version = "^0.20.0", path = "../gix-negotiate", optional = true }
|
||||
|
||||
gix-path = { version = "^0.10.16", path = "../gix-path" }
|
||||
gix-url = { version = "^0.30.1", path = "../gix-url" }
|
||||
gix-url = { version = "^0.31.0", path = "../gix-url" }
|
||||
gix-traverse = { version = "^0.46.0", path = "../gix-traverse" }
|
||||
gix-diff = { version = "^0.52.0", path = "../gix-diff", default-features = false }
|
||||
gix-merge = { version = "^0.5.0", path = "../gix-merge", default-features = false, optional = true }
|
||||
gix-mailmap = { version = "^0.27.0", path = "../gix-mailmap", optional = true }
|
||||
gix-mailmap = { version = "^0.27.1", path = "../gix-mailmap", optional = true }
|
||||
gix-features = { version = "^0.42.0", path = "../gix-features", features = [
|
||||
"progress",
|
||||
"once_cell",
|
||||
] }
|
||||
gix-trace = { version = "^0.1.12", path = "../gix-trace" }
|
||||
|
||||
gix-glob = { version = "^0.19.1", path = "../gix-glob" }
|
||||
gix-credentials = { version = "^0.28.1", path = "../gix-credentials", optional = true }
|
||||
gix-prompt = { version = "^0.10.1", path = "../gix-prompt", optional = true }
|
||||
gix-index = { version = "^0.39.1", path = "../gix-index", optional = true }
|
||||
gix-attributes = { version = "^0.25.1", path = "../gix-attributes", optional = true }
|
||||
gix-ignore = { version = "^0.14.1", path = "../gix-ignore", optional = true }
|
||||
gix-worktree = { version = "^0.40.1", path = "../gix-worktree", optional = true, default-features = false }
|
||||
gix-worktree-state = { version = "^0.18.1", path = "../gix-worktree-state", optional = true }
|
||||
gix-glob = { version = "^0.20.0", path = "../gix-glob" }
|
||||
gix-credentials = { version = "^0.29.0", path = "../gix-credentials", optional = true }
|
||||
gix-prompt = { version = "^0.11.0", path = "../gix-prompt", optional = true }
|
||||
gix-index = { version = "^0.40.0", path = "../gix-index", optional = true }
|
||||
gix-attributes = { version = "^0.26.0", path = "../gix-attributes", optional = true }
|
||||
gix-ignore = { version = "^0.15.0", path = "../gix-ignore", optional = true }
|
||||
gix-worktree = { version = "^0.41.0", path = "../gix-worktree", optional = true, default-features = false }
|
||||
gix-worktree-state = { version = "^0.19.0", path = "../gix-worktree-state", optional = true }
|
||||
gix-hashtable = { version = "^0.8.0", path = "../gix-hashtable" }
|
||||
gix-commitgraph = { version = "^0.27.1", path = "../gix-commitgraph" }
|
||||
gix-pathspec = { version = "^0.10.1", path = "../gix-pathspec", optional = true }
|
||||
gix-commitgraph = { version = "^0.28.0", path = "../gix-commitgraph" }
|
||||
gix-pathspec = { version = "^0.11.0", path = "../gix-pathspec", optional = true }
|
||||
gix-submodule = { version = "^0.19.0", path = "../gix-submodule", optional = true }
|
||||
gix-status = { version = "^0.19.0", path = "../gix-status", optional = true, features = [
|
||||
"worktree-rewrites",
|
||||
] }
|
||||
gix-command = { version = "^0.5.1", path = "../gix-command", optional = true }
|
||||
gix-command = { version = "^0.6.0", path = "../gix-command", optional = true }
|
||||
|
||||
gix-worktree-stream = { version = "^0.21.0", path = "../gix-worktree-stream", optional = true }
|
||||
gix-archive = { version = "^0.21.0", path = "../gix-archive", default-features = false, optional = true }
|
||||
gix-archive = { version = "^0.21.1", path = "../gix-archive", default-features = false, optional = true }
|
||||
gix-blame = { version = "^0.2.0", path = "../gix-blame", optional = true }
|
||||
|
||||
# For communication with remotes
|
||||
gix-protocol = { version = "^0.50.0", path = "../gix-protocol" }
|
||||
gix-transport = { version = "^0.46.1", path = "../gix-transport", optional = true }
|
||||
gix-transport = { version = "^0.47.0", path = "../gix-transport", optional = true }
|
||||
|
||||
# Just to get the progress-tree feature
|
||||
prodash = { version = "29.0.2", optional = true, features = ["progress-tree"] }
|
||||
|
Reference in New Issue
Block a user