Skip to content

Commit 46227e6

Browse files
Merge pull request #1968 from GitoxideLabs/dependabot/cargo/cargo-bd18780e40
2 parents 0e1867d + 06bf1e1 commit 46227e6

File tree

16 files changed

+112
-111
lines changed

16 files changed

+112
-111
lines changed

Cargo.lock

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

Cargo.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -149,13 +149,13 @@ http-client-reqwest = ["gix/blocking-http-transport-reqwest-rust-tls"]
149149
gitoxide-core-async-client = ["gitoxide-core/async-client", "futures-lite"]
150150

151151
[dependencies]
152-
anyhow = "1.0.42"
152+
anyhow = "1.0.98"
153153

154154
gitoxide-core = { version = "^0.46.0", path = "gitoxide-core" }
155155
gix-features = { version = "^0.42.0", path = "gix-features" }
156156
gix = { version = "^0.71.0", path = "gix", default-features = false }
157157

158-
clap = { version = "4.5.36", features = ["derive", "cargo"] }
158+
clap = { version = "4.5.37", features = ["derive", "cargo"] }
159159
clap_complete = "4.5.47"
160160
prodash = { version = "29.0.2", optional = true }
161161
is-terminal = { version = "0.4.0", optional = true }

gitoxide-core/Cargo.toml

+3-3
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ gix-archive-for-configuration-only = { package = "gix-archive", version = "^0.20
5656
gix-status = { version = "^0.18.0", path = "../gix-status" }
5757
gix-fsck = { version = "^0.10.0", path = "../gix-fsck" }
5858
serde = { version = "1.0.114", optional = true, default-features = false, features = ["derive"] }
59-
anyhow = "1.0.42"
59+
anyhow = "1.0.98"
6060
thiserror = "2.0.0"
6161
bytesize = "2.0.1"
6262
tempfile = "3.19.1"
@@ -79,7 +79,7 @@ crossbeam-channel = { version = "0.5.15", optional = true }
7979
smallvec = { version = "1.15.0", optional = true }
8080

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

8484
# for 'corpus'
8585
parking_lot = { version = "0.12.1", optional = true }
@@ -90,7 +90,7 @@ tracing-subscriber = { version = "0.3.17", optional = true }
9090
tracing = { version = "0.1.37", optional = true }
9191

9292
# for svg graph output
93-
layout-rs = "0.1.1"
93+
layout-rs = "0.1.3"
9494
open = "5.0.0"
9595

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

gix-actor/Cargo.toml

+1-1
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.6", features = ["simd"] }
30+
winnow = { version = "0.7.7", 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

+1-1
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ gix-date = { version = "^0.9.4", 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"] }
38-
jiff = { version = "0.2.6", default-features = false, features = ["std"] }
38+
jiff = { version = "0.2.10", default-features = false, features = ["std"] }
3939

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

gix-config/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ gix-sec = { version = "^0.10.12", path = "../gix-sec" }
2626
gix-ref = { version = "^0.51.0", path = "../gix-ref" }
2727
gix-glob = { version = "^0.19.0", path = "../gix-glob" }
2828

29-
winnow = { version = "0.7.6", features = ["simd"] }
29+
winnow = { version = "0.7.7", features = ["simd"] }
3030
memchr = "2"
3131
thiserror = "2.0.0"
3232
unicode-bom = { version = "2.0.3" }

gix-date/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ 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.6"
25+
jiff = "0.2.10"
2626
thiserror = "2.0.0"
2727

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

gix-features/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -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.119" }
132+
libc = { version = "0.2.172" }
133133

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

gix-index/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ rustix = { version = "1.0.5", default-features = false, features = [
5555
"std",
5656
"fs",
5757
] }
58-
libc = { version = "0.2.149" }
58+
libc = { version = "0.2.172" }
5959

6060
[dev-dependencies]
6161
gix-testtools = { path = "../tests/tools" }

gix-object/Cargo.toml

+1-1
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.6", features = ["simd"] }
61+
winnow = { version = "0.7.7", features = ["simd"] }
6262
smallvec = { version = "1.15.0", features = ["write"] }
6363
serde = { version = "1.0.114", optional = true, default-features = false, features = [
6464
"derive",

gix-protocol/Cargo.toml

+1-1
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.6", features = ["simd"] }
97+
winnow = { version = "0.7.7", features = ["simd"] }
9898

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

gix-ref/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ gix-lock = { version = "^17.0.0", path = "../gix-lock" }
3333
gix-tempfile = { version = "^17.0.0", default-features = false, path = "../gix-tempfile" }
3434

3535
thiserror = "2.0.0"
36-
winnow = { version = "0.7.6", features = ["simd"] }
36+
winnow = { version = "0.7.7", features = ["simd"] }
3737
serde = { version = "1.0.114", optional = true, default-features = false, features = ["derive"] }
3838

3939
# packed refs

gix-sec/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ bitflags = "2"
2828
document-features = { version = "0.2.1", optional = true }
2929

3030
[target.'cfg(not(windows))'.dependencies]
31-
libc = "0.2.123"
31+
libc = "0.2.172"
3232

3333
[target.'cfg(windows)'.dependencies]
3434
gix-path = { version = "^0.10.15", path = "../gix-path" }

gix-tempfile/Cargo.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ once_cell = { version = "1.21.3", default-features = false, features = ["race",
3838
tempfile = "3.19.1"
3939

4040
signal-hook = { version = "0.3.9", default-features = false, optional = true }
41-
signal-hook-registry = { version = "1.4.0", optional = true }
41+
signal-hook-registry = { version = "1.4.5", optional = true }
4242

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

@@ -51,7 +51,7 @@ signals = ["dep:signal-hook", "dep:signal-hook-registry"]
5151
hp-hashmap = ["dep:dashmap"]
5252

5353
[target.'cfg(not(windows))'.dependencies]
54-
libc = { version = "0.2.98", default-features = false }
54+
libc = { version = "0.2.172", default-features = false }
5555

5656
[package.metadata.docs.rs]
5757
all-features = true

tests/it/Cargo.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,8 @@ name = "it"
1515
path = "src/main.rs"
1616

1717
[dependencies]
18-
anyhow = "1.0.86"
19-
clap = { version = "4.5.36", features = ["derive"] }
18+
anyhow = "1.0.98"
19+
clap = { version = "4.5.37", features = ["derive"] }
2020
gix = { version = "^0.71.0", path = "../../gix", default-features = false, features = ["attributes", "revision"] }
2121
once_cell = "1.21.3"
2222
regex = { version = "1.11.1", default-features = false, features = ["std"] }

tests/tools/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ gix-worktree = "0.34.0"
3131
gix-fs = "0.11"
3232
gix-tempfile = { version = "^14.0.0", default-features = false, features = ["signals"] }
3333

34-
winnow = { version = "0.7.6", features = ["simd"] }
34+
winnow = { version = "0.7.7", features = ["simd"] }
3535
fastrand = "2.0.0"
3636
bstr = { version = "1.12.0", default-features = false }
3737
crc = "3.0.0"

0 commit comments

Comments
 (0)