Skip to content

Commit dab97f7

Browse files
authored
Merge pull request #2070 from GitoxideLabs/dependabot/cargo/cargo-827bceb7eb
Bump the cargo group across 1 directory with 68 updates
2 parents 9accfba + a9a8ea1 commit dab97f7

File tree

24 files changed

+270
-340
lines changed

24 files changed

+270
-340
lines changed

Cargo.lock

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

Cargo.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -155,9 +155,9 @@ gitoxide-core = { version = "^0.47.1", path = "gitoxide-core" }
155155
gix-features = { version = "^0.42.1", path = "gix-features" }
156156
gix = { version = "^0.72.1", path = "gix", default-features = false }
157157

158-
clap = { version = "4.5.39", features = ["derive", "cargo"] }
159-
clap_complete = "4.5.52"
160-
prodash = { version = "29.0.2", optional = true }
158+
clap = { version = "4.5.40", features = ["derive", "cargo"] }
159+
clap_complete = "4.5.54"
160+
prodash = { version = "30.0.1", optional = true }
161161
is-terminal = { version = "0.4.0", optional = true }
162162
env_logger = { version = "0.11.8", default-features = false }
163163
crosstermion = { version = "0.14.0", optional = true, default-features = false }

gitoxide-core/Cargo.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -74,16 +74,16 @@ gix-url = { version = "^0.31.0", path = "../gix-url", optional = true }
7474
jwalk = { version = "0.8.0", optional = true }
7575

7676
# for 'hours'
77-
fs-err = { version = "3.1.0", optional = true }
77+
fs-err = { version = "3.1.1", optional = true }
7878
crossbeam-channel = { version = "0.5.15", optional = true }
79-
smallvec = { version = "1.15.0", optional = true }
79+
smallvec = { version = "1.15.1", optional = true }
8080

8181
# for 'query' and 'corpus'
8282
rusqlite = { version = "0.36.0", optional = true, features = ["bundled"] }
8383

8484
# for 'corpus'
8585
parking_lot = { version = "0.12.4", optional = true }
86-
sysinfo = { version = "0.35.1", optional = true, default-features = false, features = ["system"] }
86+
sysinfo = { version = "0.35.2", optional = true, default-features = false, features = ["system"] }
8787
serde_json = { version = "1.0.65", optional = true }
8888
tracing-forest = { version = "0.1.5", features = ["serde"], optional = true }
8989
tracing-subscriber = { version = "0.3.17", optional = true }

gix-archive/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,8 +33,8 @@ gix-path = { version = "^0.10.18", path = "../gix-path", optional = true }
3333
gix-date = { version = "^0.10.2", path = "../gix-date" }
3434

3535
flate2 = { version = "1.1.1", optional = true, default-features = false, features = ["zlib-rs"] }
36-
zip = { version = "4.0.0", optional = true, default-features = false, features = ["deflate-flate2"] }
37-
jiff = { version = "0.2.14", default-features = false, features = ["std"] }
36+
zip = { version = "4.2.0", optional = true, default-features = false, features = ["deflate-flate2"] }
37+
jiff = { version = "0.2.15", default-features = false, features = ["std"] }
3838

3939
thiserror = "2.0.0"
4040
bstr = { version = "1.12.0", default-features = false }

gix-attributes/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ gix-glob = { version = "^0.20.1", 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"] }
28-
smallvec = "1.15.0"
28+
smallvec = "1.15.1"
2929
kstring = "2.0.0"
3030
unicode-bom = { version = "2.0.3" }
3131
thiserror = "2.0.0"

gix-blame/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ gix-hash = { version = "^0.18.0", path = "../gix-hash" }
2121
gix-worktree = { version = "^0.41.0", path = "../gix-worktree", default-features = false, features = ["attributes"] }
2222
gix-traverse = { version = "^0.46.2", path = "../gix-traverse" }
2323

24-
smallvec = "1.15.0"
24+
smallvec = "1.15.1"
2525
thiserror = "2.0.0"
2626

2727
[dev-dependencies]

gix-config/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ thiserror = "2.0.0"
3232
unicode-bom = { version = "2.0.3" }
3333
bstr = { version = "1.12.0", default-features = false, features = ["std"] }
3434
serde = { version = "1.0.114", optional = true, default-features = false, features = ["derive"] }
35-
smallvec = "1.15.0"
35+
smallvec = "1.15.1"
3636
once_cell = "1.21.3"
3737

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

gix-date/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,11 +22,11 @@ serde = ["dep:serde", "bstr/serde"]
2222
bstr = { version = "1.12.0", default-features = false, features = ["std"] }
2323
serde = { version = "1.0.114", optional = true, default-features = false, features = ["derive"] }
2424
itoa = "1.0.1"
25-
jiff = "0.2.14"
25+
jiff = "0.2.15"
2626
thiserror = "2.0.0"
2727
# TODO: used for quick and easy `TimeBacking: std::io::Write` implementation, but could make that `Copy`
2828
# and remove this dep with custom impl
29-
smallvec = { version = "1.15.0", features = ["write"] }
29+
smallvec = { version = "1.15.1", features = ["write"] }
3030

3131
document-features = { version = "0.2.0", optional = true }
3232

gix-features/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@ walkdir = { version = "2.3.2", optional = true } # used when parallel is off
114114
crc32fast = { version = "1.2.1", optional = true }
115115

116116
# progress
117-
prodash = { version = "29.0.2", optional = true }
117+
prodash = { version = "30.0.1", optional = true }
118118
bytesize = { version = "2.0.1", optional = true }
119119

120120
# pipe
@@ -129,7 +129,7 @@ once_cell = { version = "1.21.3", optional = true }
129129
document-features = { version = "0.2.0", optional = true }
130130

131131
[target.'cfg(unix)'.dependencies]
132-
libc = { version = "0.2.172" }
132+
libc = { version = "0.2.174" }
133133

134134
[dev-dependencies]
135135
bstr = { version = "1.12.0", default-features = false }

gix-filter/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ gix-attributes = { version = "^0.26.1", path = "../gix-attributes" }
2828
encoding_rs = "0.8.32"
2929
bstr = { version = "1.12.0", default-features = false, features = ["std"] }
3030
thiserror = "2.0.0"
31-
smallvec = "1.15.0"
31+
smallvec = "1.15.1"
3232

3333

3434
[dev-dependencies]

0 commit comments

Comments
 (0)