Skip to content

Commit 93dd630

Browse files
authored
Merge pull request #2275 from GitoxideLabs/dependabot/cargo/cargo-92eaa62a2e
Bump the cargo group across 1 directory with 14 updates
2 parents df393f3 + 703644c commit 93dd630

File tree

17 files changed

+51
-52
lines changed

17 files changed

+51
-52
lines changed

Cargo.lock

Lines changed: 34 additions & 35 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
@@ -58,7 +58,7 @@ gix-fsck = { version = "^0.14.0", path = "../gix-fsck" }
5858
serde = { version = "1.0.114", optional = true, default-features = false, features = ["derive"] }
5959
anyhow = "1.0.100"
6060
thiserror = "2.0.17"
61-
bytesize = "2.1.0"
61+
bytesize = "2.3.1"
6262
tempfile = "3.23.0"
6363

6464
# for async-client

gix-actor/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ bstr = { version = "1.12.0", default-features = false, features = [
2727
"std",
2828
"unicode",
2929
] }
30-
winnow = { version = "0.7.12", features = ["simd"] }
30+
winnow = { version = "0.7.14", features = ["simd"] }
3131
itoa = "1.0.1"
3232
serde = { version = "1.0.114", optional = true, default-features = false, features = [
3333
"derive",

gix-archive/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ gix-path = { version = "^0.10.22", path = "../gix-path", optional = true }
3333
gix-date = { version = "^0.11.0", path = "../gix-date" }
3434

3535
flate2 = { version = "1.1.1", optional = true, default-features = false, features = ["zlib-rs"] }
36-
zip = { version = "5.1.1", optional = true, default-features = false, features = ["deflate-flate2"] }
36+
zip = { version = "6.0.0", optional = true, default-features = false, features = ["deflate-flate2"] }
3737
jiff = { version = "0.2.15", default-features = false, features = ["std"] }
3838

3939
thiserror = "2.0.17"

gix-config/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ gix-sec = { version = "^0.12.2", path = "../gix-sec" }
2626
gix-ref = { version = "^0.55.0", path = "../gix-ref" }
2727
gix-glob = { version = "^0.22.1", path = "../gix-glob" }
2828

29-
winnow = { version = "0.7.12", features = ["simd"] }
29+
winnow = { version = "0.7.14", features = ["simd"] }
3030
memchr = "2"
3131
thiserror = "2.0.17"
3232
unicode-bom = { version = "2.0.3" }

gix-config/tests/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,5 +29,5 @@ gix-sec = { path = "../../gix-sec" }
2929
serial_test = { version = "3.1.0", default-features = false }
3030
bstr = { version = "1.12.0", default-features = false, features = ["std"] }
3131

32-
bytesize = "2.1.0"
32+
bytesize = "2.3.1"
3333
cap = { version = "0.1.2", features = ["stats"] }

gix-diff/tests/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,6 @@ gix-filter = { path = "../../gix-filter" }
2929
gix-traverse = { path = "../../gix-traverse" }
3030
gix-testtools = { path = "../../tests/tools" }
3131

32-
insta = "1.43.2"
32+
insta = "1.44.3"
3333
shell-words = "1"
3434
pretty_assertions = "1.4.0"

gix-features/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ crc32fast = { version = "1.5.0", optional = true }
102102

103103
# progress
104104
prodash = { version = "30.0.1", optional = true }
105-
bytesize = { version = "2.1.0", optional = true }
105+
bytesize = { version = "2.3.1", optional = true }
106106

107107
# pipe
108108
bytes = { version = "1.0.0", optional = true }

gix-object/Cargo.toml

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

gix-protocol/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ bstr = { version = "1.12.0", default-features = false, features = [
9494
"std",
9595
"unicode",
9696
] }
97-
winnow = { version = "0.7.12", features = ["simd"] }
97+
winnow = { version = "0.7.14", features = ["simd"] }
9898

9999
# for async-client
100100
async-trait = { version = "0.1.51", optional = true }

0 commit comments

Comments
 (0)