Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 44020e0

Browse files
authored
Merge pull request GitoxideLabs#2499 from GitoxideLabs/dependabot/cargo/cargo-17cc682121
Bump the cargo group with 26 updates
2 parents 2aedd14 + 9d04035 commit 44020e0

10 files changed

Lines changed: 141 additions & 230 deletions

File tree

Cargo.lock

Lines changed: 132 additions & 221 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

gitoxide-core/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ crossbeam-channel = { version = "0.5.15", optional = true }
7979
smallvec = { version = "1.15.1", optional = true }
8080

8181
# for 'query' and 'corpus'
82-
rusqlite = { version = "0.38.0", optional = true, features = ["bundled", "fallible_uint"] }
82+
rusqlite = { version = "0.39.0", optional = true, features = ["bundled", "fallible_uint"] }
8383

8484
# for 'corpus'
8585
parking_lot = { version = "0.12.4", optional = true }

gix-actor/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ bstr = { version = "1.12.0", default-features = false, features = [
2626
"std",
2727
"unicode",
2828
] }
29-
winnow = { version = "0.7.14", features = ["simd"] }
29+
winnow = { version = "1.0.0", features = ["simd"] }
3030
serde = { version = "1.0.114", optional = true, default-features = false, features = [
3131
"derive",
3232
] }

gix-config/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ gix-sec = { version = "^0.13.2", path = "../gix-sec" }
2828
gix-ref = { version = "^0.61.0", path = "../gix-ref" }
2929
gix-glob = { version = "^0.24.0", path = "../gix-glob" }
3030

31-
winnow = { version = "0.7.14", features = ["simd"] }
31+
winnow = { version = "1.0.0", features = ["simd"] }
3232
memchr = "2"
3333
thiserror = "2.0.18"
3434
unicode-bom = { version = "2.0.3" }

gix-object/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ bstr = { version = "1.12.0", default-features = false, features = [
5959
"std",
6060
"unicode",
6161
] }
62-
winnow = { version = "0.7.14", features = ["simd"] }
62+
winnow = { version = "1.0.0", features = ["simd"] }
6363
smallvec = { version = "1.15.1", features = ["write"] }
6464
serde = { version = "1.0.114", optional = true, default-features = false, features = [
6565
"derive",

gix-odb/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ serde = { version = "1.0.114", optional = true, default-features = false, featur
3535
tempfile = "3.26.0"
3636
thiserror = "2.0.18"
3737
parking_lot = { version = "0.12.4" }
38-
arc-swap = "1.8.2"
38+
arc-swap = "1.9.0"
3939

4040
document-features = { version = "0.2.0", optional = true }
4141

gix-path/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,4 +30,4 @@ windows = { version = "0.62.1", features = [
3030
"Win32_System_Threading",
3131
"Win32_UI_Shell",
3232
] }
33-
winreg = "0.55.0"
33+
winreg = "0.56.0"

gix-protocol/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ bstr = { version = "1.12.0", default-features = false, features = [
9797
"std",
9898
"unicode",
9999
] }
100-
winnow = { version = "0.7.14", features = ["simd"] }
100+
winnow = { version = "1.0.0", features = ["simd"] }
101101

102102
# for async-client
103103
async-trait = { version = "0.1.51", optional = true }

gix-ref/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ gix-lock = { version = "^21.0.0", path = "../gix-lock" }
3535
gix-tempfile = { version = "^21.0.0", default-features = false, path = "../gix-tempfile" }
3636

3737
thiserror = "2.0.18"
38-
winnow = { version = "0.7.14", features = ["simd"] }
38+
winnow = { version = "1.0.0", features = ["simd"] }
3939
serde = { version = "1.0.114", optional = true, default-features = false, features = ["derive"] }
4040

4141
# packed refs

tests/tools/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ gix-worktree = { version = "^0.50.0", path = "../../gix-worktree" }
3232
gix-fs = { version = "^0.19.2", path = "../../gix-fs" }
3333
gix-tempfile = { version = "^21.0.0", path = "../../gix-tempfile", default-features = false, features = ["signals"] }
3434

35-
winnow = { version = "0.7.14", features = ["simd"] }
35+
winnow = { version = "1.0.0", features = ["simd"] }
3636
fastrand = "2.0.0"
3737
bstr = { version = "1.12.0", default-features = false }
3838
crc = "3.4.0"

0 commit comments

Comments
 (0)