Skip to content

Commit 5f7f805

Browse files
committed
bump all prior pratch levels to majors
That way breakage upon release can be avoided, for sure.
1 parent cc5b696 commit 5f7f805

File tree

57 files changed

+397
-397
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

57 files changed

+397
-397
lines changed

Cargo.lock

+203-203
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ repository = "https://github.com/GitoxideLabs/gitoxide"
77
authors = ["Sebastian Thiel <[email protected]>"]
88
edition = "2021"
99
license = "MIT OR Apache-2.0"
10-
version = "0.43.0"
10+
version = "0.44.0"
1111
rust-version = "1.74"
1212
default-run = "gix"
1313
include = ["src/**/*", "/build.rs", "LICENSE-*", "README.md"]

gitoxide-core/Cargo.toml

+3-3
Original file line numberDiff line numberDiff line change
@@ -51,8 +51,8 @@ serde = ["gix/serde", "dep:serde_json", "dep:serde", "bytesize/serde"]
5151
# deselect everything else (like "performance") as this should be controllable by the parent application.
5252
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"] }
5353
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"] }
54-
gix-transport-configuration-only = { package = "gix-transport", version = "^0.46.1", path = "../gix-transport", default-features = false }
55-
gix-archive-for-configuration-only = { package = "gix-archive", version = "^0.21.0", path = "../gix-archive", optional = true, features = ["tar", "tar_gz"] }
54+
gix-transport-configuration-only = { package = "gix-transport", version = "^0.47.0", path = "../gix-transport", default-features = false }
55+
gix-archive-for-configuration-only = { package = "gix-archive", version = "^0.21.1", path = "../gix-archive", optional = true, features = ["tar", "tar_gz"] }
5656
gix-status = { version = "^0.19.0", path = "../gix-status" }
5757
gix-fsck = { version = "^0.11.0", path = "../gix-fsck" }
5858
serde = { version = "1.0.114", optional = true, default-features = false, features = ["derive"] }
@@ -70,7 +70,7 @@ futures-io = { version = "0.3.16", optional = true }
7070
blocking = { version = "1.0.2", optional = true }
7171

7272
# for 'organize' functionality
73-
gix-url = { version = "^0.30.1", path = "../gix-url", optional = true }
73+
gix-url = { version = "^0.31.0", path = "../gix-url", optional = true }
7474
jwalk = { version = "0.8.0", optional = true }
7575

7676
# for 'hours'

gix-actor/Cargo.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,8 @@ doctest = false
1919
serde = ["dep:serde", "bstr/serde", "gix-date/serde"]
2020

2121
[dependencies]
22-
gix-date = { version = "^0.10.0", path = "../gix-date" }
23-
gix-utils = { version = "^0.2.1", path = "../gix-utils" }
22+
gix-date = { version = "^0.10.1", path = "../gix-date" }
23+
gix-utils = { version = "^0.3.0", path = "../gix-utils" }
2424

2525
thiserror = "2.0.0"
2626
bstr = { version = "1.12.0", default-features = false, features = [

gix-archive/Cargo.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ lints.workspace = true
22

33
[package]
44
name = "gix-archive"
5-
version = "0.21.0"
5+
version = "0.21.1"
66
repository = "https://github.com/GitoxideLabs/gitoxide"
77
license = "MIT OR Apache-2.0"
88
description = "archive generation from of a worktree stream"
@@ -31,7 +31,7 @@ zip = ["dep:flate2", "dep:zip"]
3131
gix-worktree-stream = { version = "^0.21.0", path = "../gix-worktree-stream" }
3232
gix-object = { version = "^0.49.0", path = "../gix-object" }
3333
gix-path = { version = "^0.10.16", path = "../gix-path", optional = true }
34-
gix-date = { version = "^0.10.0", path = "../gix-date" }
34+
gix-date = { version = "^0.10.1", path = "../gix-date" }
3535

3636
flate2 = { version = "1.1.1", optional = true, default-features = false, features = ["zlib-rs"] }
3737
zip = { version = "2.6.1", optional = true, default-features = false, features = ["deflate"] }

gix-attributes/Cargo.toml

+3-3
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ lints.workspace = true
22

33
[package]
44
name = "gix-attributes"
5-
version = "0.25.1"
5+
version = "0.26.0"
66
repository = "https://github.com/GitoxideLabs/gitoxide"
77
license = "MIT OR Apache-2.0"
88
description = "A crate of the gitoxide project dealing .gitattributes files"
@@ -20,8 +20,8 @@ serde = ["dep:serde", "bstr/serde", "gix-glob/serde", "kstring/serde"]
2020

2121
[dependencies]
2222
gix-path = { version = "^0.10.16", path = "../gix-path" }
23-
gix-quote = { version = "^0.5.1", path = "../gix-quote" }
24-
gix-glob = { version = "^0.19.1", path = "../gix-glob" }
23+
gix-quote = { version = "^0.6.0", path = "../gix-quote" }
24+
gix-glob = { version = "^0.20.0", path = "../gix-glob" }
2525
gix-trace = { version = "^0.1.12", path = "../gix-trace" }
2626

2727
bstr = { version = "1.12.0", default-features = false, features = ["std", "unicode"] }

gix-blame/Cargo.toml

+4-4
Original file line numberDiff line numberDiff line change
@@ -14,14 +14,14 @@ rust-version = "1.70"
1414
doctest = false
1515

1616
[dependencies]
17-
gix-commitgraph = { version = "^0.27.1", path = "../gix-commitgraph" }
17+
gix-commitgraph = { version = "^0.28.0", path = "../gix-commitgraph" }
1818
gix-revwalk = { version = "^0.20.0", path = "../gix-revwalk" }
1919
gix-trace = { version = "^0.1.12", path = "../gix-trace" }
20-
gix-date = { version = "^0.10.0", path = "../gix-date" }
20+
gix-date = { version = "^0.10.1", path = "../gix-date" }
2121
gix-diff = { version = "^0.52.0", path = "../gix-diff", default-features = false, features = ["blob"] }
2222
gix-object = { version = "^0.49.0", path = "../gix-object" }
23-
gix-hash = { version = "^0.17.1", path = "../gix-hash" }
24-
gix-worktree = { version = "^0.40.1", path = "../gix-worktree", default-features = false, features = ["attributes"] }
23+
gix-hash = { version = "^0.18.0", path = "../gix-hash" }
24+
gix-worktree = { version = "^0.41.0", path = "../gix-worktree", default-features = false, features = ["attributes"] }
2525
gix-traverse = { version = "^0.46.0", path = "../gix-traverse" }
2626

2727
smallvec = "1.15.0"

gix-command/Cargo.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ lints.workspace = true
22

33
[package]
44
name = "gix-command"
5-
version = "0.5.1"
5+
version = "0.6.0"
66
repository = "https://github.com/GitoxideLabs/gitoxide"
77
license = "MIT OR Apache-2.0"
88
description = "A crate of the gitoxide project handling internal git command execution"
@@ -17,7 +17,7 @@ doctest = false
1717
[dependencies]
1818
gix-trace = { version = "^0.1.12", path = "../gix-trace" }
1919
gix-path = { version = "^0.10.16", path = "../gix-path" }
20-
gix-quote = { version = "^0.5.1", path = "../gix-quote" }
20+
gix-quote = { version = "^0.6.0", path = "../gix-quote" }
2121

2222
bstr = { version = "1.12.0", default-features = false, features = ["std", "unicode"] }
2323
shell-words = "1.0"

gix-commitgraph/Cargo.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ lints.workspace = true
22

33
[package]
44
name = "gix-commitgraph"
5-
version = "0.27.1"
5+
version = "0.28.0"
66
repository = "https://github.com/GitoxideLabs/gitoxide"
77
documentation = "https://git-scm.com/docs/commit-graph"
88
license = "MIT OR Apache-2.0"
@@ -20,7 +20,7 @@ doctest = false
2020
serde = ["dep:serde", "gix-hash/serde", "bstr/serde"]
2121

2222
[dependencies]
23-
gix-hash = { version = "^0.17.1", path = "../gix-hash" }
23+
gix-hash = { version = "^0.18.0", path = "../gix-hash" }
2424
gix-chunk = { version = "^0.4.11", path = "../gix-chunk" }
2525

2626
bstr = { version = "1.12.0", default-features = false, features = ["std"] }

gix-config-value/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ lints.workspace = true
22

33
[package]
44
name = "gix-config-value"
5-
version = "0.14.13"
5+
version = "0.15.0"
66
repository = "https://github.com/GitoxideLabs/gitoxide"
77
license = "MIT OR Apache-2.0"
88
description = "A crate of the gitoxide project providing git-config value parsing"

gix-config/Cargo.toml

+3-3
Original file line numberDiff line numberDiff line change
@@ -20,11 +20,11 @@ serde = ["dep:serde", "bstr/serde", "gix-sec/serde", "gix-ref/serde", "gix-glob/
2020

2121
[dependencies]
2222
gix-features = { version = "^0.42.0", path = "../gix-features" }
23-
gix-config-value = { version = "^0.14.13", path = "../gix-config-value" }
23+
gix-config-value = { version = "^0.15.0", path = "../gix-config-value" }
2424
gix-path = { version = "^0.10.16", path = "../gix-path" }
25-
gix-sec = { version = "^0.10.13", path = "../gix-sec" }
25+
gix-sec = { version = "^0.11.0", path = "../gix-sec" }
2626
gix-ref = { version = "^0.52.0", path = "../gix-ref" }
27-
gix-glob = { version = "^0.19.1", path = "../gix-glob" }
27+
gix-glob = { version = "^0.20.0", path = "../gix-glob" }
2828

2929
winnow = { version = "0.7.7", features = ["simd"] }
3030
memchr = "2"

gix-credentials/Cargo.toml

+6-6
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ lints.workspace = true
22

33
[package]
44
name = "gix-credentials"
5-
version = "0.28.1"
5+
version = "0.29.0"
66
repository = "https://github.com/GitoxideLabs/gitoxide"
77
license = "MIT OR Apache-2.0"
88
description = "A crate of the gitoxide project to interact with git credentials helpers"
@@ -19,12 +19,12 @@ doctest = false
1919
serde = ["dep:serde", "bstr/serde", "gix-sec/serde"]
2020

2121
[dependencies]
22-
gix-sec = { version = "^0.10.13", path = "../gix-sec" }
23-
gix-url = { version = "^0.30.1", path = "../gix-url" }
22+
gix-sec = { version = "^0.11.0", path = "../gix-sec" }
23+
gix-url = { version = "^0.31.0", path = "../gix-url" }
2424
gix-path = { version = "^0.10.16", path = "../gix-path" }
25-
gix-command = { version = "^0.5.1", path = "../gix-command" }
26-
gix-config-value = { version = "^0.14.13", path = "../gix-config-value" }
27-
gix-prompt = { version = "^0.10.1", path = "../gix-prompt" }
25+
gix-command = { version = "^0.6.0", path = "../gix-command" }
26+
gix-config-value = { version = "^0.15.0", path = "../gix-config-value" }
27+
gix-prompt = { version = "^0.11.0", path = "../gix-prompt" }
2828
gix-trace = { version = "^0.1.12", path = "../gix-trace" }
2929

3030
thiserror = "2.0.0"

gix-date/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ lints.workspace = true
22

33
[package]
44
name = "gix-date"
5-
version = "0.10.0"
5+
version = "0.10.1"
66
repository = "https://github.com/GitoxideLabs/gitoxide"
77
license = "MIT OR Apache-2.0"
88
description = "A crate of the gitoxide project parsing dates the way git does"

gix-diff/Cargo.toml

+8-8
Original file line numberDiff line numberDiff line change
@@ -27,17 +27,17 @@ wasm = ["dep:getrandom"]
2727
doctest = false
2828

2929
[dependencies]
30-
gix-index = { version = "^0.39.1", path = "../gix-index", optional = true }
31-
gix-pathspec = { version = "^0.10.1", path = "../gix-pathspec", optional = true }
32-
gix-attributes = { version = "^0.25.1", path = "../gix-attributes", optional = true }
33-
gix-hash = { version = "^0.17.1", path = "../gix-hash" }
30+
gix-index = { version = "^0.40.0", path = "../gix-index", optional = true }
31+
gix-pathspec = { version = "^0.11.0", path = "../gix-pathspec", optional = true }
32+
gix-attributes = { version = "^0.26.0", path = "../gix-attributes", optional = true }
33+
gix-hash = { version = "^0.18.0", path = "../gix-hash" }
3434
gix-object = { version = "^0.49.0", path = "../gix-object" }
3535
gix-filter = { version = "^0.19.0", path = "../gix-filter", optional = true }
36-
gix-worktree = { version = "^0.40.1", path = "../gix-worktree", default-features = false, features = ["attributes"], optional = true }
37-
gix-command = { version = "^0.5.1", path = "../gix-command", optional = true }
36+
gix-worktree = { version = "^0.41.0", path = "../gix-worktree", default-features = false, features = ["attributes"], optional = true }
37+
gix-command = { version = "^0.6.0", path = "../gix-command", optional = true }
3838
gix-path = { version = "^0.10.16", path = "../gix-path", optional = true }
39-
gix-fs = { version = "^0.14.1", path = "../gix-fs", optional = true }
40-
gix-tempfile = { version = "^17.0.0", path = "../gix-tempfile", optional = true }
39+
gix-fs = { version = "^0.15.0", path = "../gix-fs", optional = true }
40+
gix-tempfile = { version = "^17.1.0", path = "../gix-tempfile", optional = true }
4141
gix-trace = { version = "^0.1.12", path = "../gix-trace", optional = true }
4242
gix-traverse = { version = "^0.46.0", path = "../gix-traverse", optional = true }
4343

gix-dir/Cargo.toml

+6-6
Original file line numberDiff line numberDiff line change
@@ -16,15 +16,15 @@ test = false
1616

1717
[dependencies]
1818
gix-trace = { version = "^0.1.12", path = "../gix-trace" }
19-
gix-index = { version = "^0.39.1", path = "../gix-index" }
19+
gix-index = { version = "^0.40.0", path = "../gix-index" }
2020
gix-discover = { version = "^0.40.0", path = "../gix-discover" }
21-
gix-fs = { version = "^0.14.1", path = "../gix-fs" }
21+
gix-fs = { version = "^0.15.0", path = "../gix-fs" }
2222
gix-path = { version = "^0.10.16", path = "../gix-path" }
23-
gix-pathspec = { version = "^0.10.1", path = "../gix-pathspec" }
24-
gix-worktree = { version = "^0.40.1", path = "../gix-worktree", default-features = false }
23+
gix-pathspec = { version = "^0.11.0", path = "../gix-pathspec" }
24+
gix-worktree = { version = "^0.41.0", path = "../gix-worktree", default-features = false }
2525
gix-object = { version = "^0.49.0", path = "../gix-object" }
26-
gix-ignore = { version = "^0.14.1", path = "../gix-ignore" }
27-
gix-utils = { version = "^0.2.1", path = "../gix-utils", features = ["bstr"] }
26+
gix-ignore = { version = "^0.15.0", path = "../gix-ignore" }
27+
gix-utils = { version = "^0.3.0", path = "../gix-utils", features = ["bstr"] }
2828

2929
bstr = { version = "1.12.0", default-features = false }
3030
thiserror = "2.0.0"

gix-discover/Cargo.toml

+3-3
Original file line numberDiff line numberDiff line change
@@ -15,11 +15,11 @@ rust-version = "1.70"
1515
doctest = false
1616

1717
[dependencies]
18-
gix-sec = { version = "^0.10.13", path = "../gix-sec" }
18+
gix-sec = { version = "^0.11.0", path = "../gix-sec" }
1919
gix-path = { version = "^0.10.16", path = "../gix-path" }
2020
gix-ref = { version = "^0.52.0", path = "../gix-ref" }
21-
gix-hash = { version = "^0.17.1", path = "../gix-hash" }
22-
gix-fs = { version = "^0.14.1", path = "../gix-fs" }
21+
gix-hash = { version = "^0.18.0", path = "../gix-hash" }
22+
gix-fs = { version = "^0.15.0", path = "../gix-fs" }
2323

2424
bstr = { version = "1.12.0", default-features = false, features = ["std", "unicode"] }
2525
thiserror = "2.0.0"

gix-features/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ gix-trace = { version = "^0.1.12", path = "../gix-trace" }
102102

103103
# for walkdir
104104
gix-path = { version = "^0.10.16", path = "../gix-path", optional = true }
105-
gix-utils = { version = "^0.2.1", path = "../gix-utils", optional = true }
105+
gix-utils = { version = "^0.3.0", path = "../gix-utils", optional = true }
106106

107107
# 'parallel' feature
108108
crossbeam-channel = { version = "0.5.15", optional = true }

gix-filter/Cargo.toml

+6-6
Original file line numberDiff line numberDiff line change
@@ -15,15 +15,15 @@ include = ["src/**/*", "LICENSE-*"]
1515
doctest = false
1616

1717
[dependencies]
18-
gix-hash = { version = "^0.17.1", path = "../gix-hash" }
18+
gix-hash = { version = "^0.18.0", path = "../gix-hash" }
1919
gix-trace = { version = "^0.1.12", path = "../gix-trace" }
2020
gix-object = { version = "^0.49.0", path = "../gix-object" }
21-
gix-command = { version = "^0.5.1", path = "../gix-command" }
22-
gix-quote = { version = "^0.5.1", path = "../gix-quote" }
23-
gix-utils = { version = "^0.2.1", path = "../gix-utils" }
21+
gix-command = { version = "^0.6.0", path = "../gix-command" }
22+
gix-quote = { version = "^0.6.0", path = "../gix-quote" }
23+
gix-utils = { version = "^0.3.0", path = "../gix-utils" }
2424
gix-path = { version = "^0.10.16", path = "../gix-path" }
25-
gix-packetline-blocking = { version = "^0.18.4", path = "../gix-packetline-blocking" }
26-
gix-attributes = { version = "^0.25.1", path = "../gix-attributes" }
25+
gix-packetline-blocking = { version = "^0.19.0", path = "../gix-packetline-blocking" }
26+
gix-attributes = { version = "^0.26.0", path = "../gix-attributes" }
2727

2828
encoding_rs = "0.8.32"
2929
bstr = { version = "1.12.0", default-features = false, features = ["std"] }

gix-fs/Cargo.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ lints.workspace = true
22

33
[package]
44
name = "gix-fs"
5-
version = "0.14.1"
5+
version = "0.15.0"
66
repository = "https://github.com/GitoxideLabs/gitoxide"
77
license = "MIT OR Apache-2.0"
88
description = "A crate providing file system specific utilities to `gitoxide`"
@@ -22,7 +22,7 @@ serde = ["dep:serde"]
2222
bstr = "1.12.0"
2323
gix-path = { version = "^0.10.16", path = "../gix-path" }
2424
gix-features = { version = "^0.42.0", path = "../gix-features", features = ["fs-read-dir"] }
25-
gix-utils = { version = "^0.2.1", path = "../gix-utils" }
25+
gix-utils = { version = "^0.3.0", path = "../gix-utils" }
2626
thiserror = "2.0.0"
2727
serde = { version = "1.0.114", optional = true, default-features = false, features = ["std", "derive"] }
2828

gix-fsck/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ rust-version = "1.70"
1515
doctest = false
1616

1717
[dependencies]
18-
gix-hash = { version = "^0.17.1", path = "../gix-hash" }
18+
gix-hash = { version = "^0.18.0", path = "../gix-hash" }
1919
gix-hashtable = { version = "^0.8.0", path = "../gix-hashtable" }
2020
gix-object = { version = "^0.49.0", path = "../gix-object" }
2121

gix-glob/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ lints.workspace = true
22

33
[package]
44
name = "gix-glob"
5-
version = "0.19.1"
5+
version = "0.20.0"
66
repository = "https://github.com/GitoxideLabs/gitoxide"
77
license = "MIT OR Apache-2.0"
88
description = "A crate of the gitoxide project dealing with pattern matching"

gix-hash/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ lints.workspace = true
22

33
[package]
44
name = "gix-hash"
5-
version = "0.17.1"
5+
version = "0.18.0"
66
description = "Borrowed and owned git hash digests used to identify git objects"
77
authors = ["Sebastian Thiel <[email protected]>"]
88
repository = "https://github.com/GitoxideLabs/gitoxide"

gix-hashtable/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,4 +20,4 @@ hashbrown = { version = "0.14.0", default-features = false, features = [
2020
"inline-more",
2121
"raw"
2222
] }
23-
gix-hash = { version = "^0.17.0", path = "../gix-hash" }
23+
gix-hash = { version = "^0.18.0", path = "../gix-hash" }

gix-ignore/Cargo.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ lints.workspace = true
22

33
[package]
44
name = "gix-ignore"
5-
version = "0.14.1"
5+
version = "0.15.0"
66
repository = "https://github.com/GitoxideLabs/gitoxide"
77
license = "MIT OR Apache-2.0"
88
description = "A crate of the gitoxide project dealing .gitignore files"
@@ -19,7 +19,7 @@ doctest = false
1919
serde = ["dep:serde", "bstr/serde", "gix-glob/serde"]
2020

2121
[dependencies]
22-
gix-glob = { version = "^0.19.1", path = "../gix-glob" }
22+
gix-glob = { version = "^0.20.0", path = "../gix-glob" }
2323
gix-path = { version = "^0.10.16", path = "../gix-path" }
2424
gix-trace = { version = "^0.1.12", path = "../gix-trace" }
2525

gix-index/Cargo.toml

+6-6
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ lints.workspace = true
22

33
[package]
44
name = "gix-index"
5-
version = "0.39.1"
5+
version = "0.40.0"
66
repository = "https://github.com/GitoxideLabs/gitoxide"
77
license = "MIT OR Apache-2.0"
88
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"]
2525
gix-features = { version = "^0.42.0", path = "../gix-features", features = [
2626
"progress",
2727
] }
28-
gix-hash = { version = "^0.17.1", path = "../gix-hash" }
28+
gix-hash = { version = "^0.18.0", path = "../gix-hash" }
2929
gix-bitmap = { version = "^0.2.14", path = "../gix-bitmap" }
3030
gix-object = { version = "^0.49.0", path = "../gix-object" }
31-
gix-validate = { version = "^0.9.5", path = "../gix-validate" }
31+
gix-validate = { version = "^0.10.0", path = "../gix-validate" }
3232
gix-traverse = { version = "^0.46.0", path = "../gix-traverse" }
33-
gix-lock = { version = "^17.0.0", path = "../gix-lock" }
34-
gix-fs = { version = "^0.14.1", path = "../gix-fs" }
35-
gix-utils = { version = "^0.2.1", path = "../gix-utils" }
33+
gix-lock = { version = "^17.1.0", path = "../gix-lock" }
34+
gix-fs = { version = "^0.15.0", path = "../gix-fs" }
35+
gix-utils = { version = "^0.3.0", path = "../gix-utils" }
3636

3737
hashbrown = "0.14.3"
3838
fnv = "1.0.7"

0 commit comments

Comments
 (0)