Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
183 changes: 92 additions & 91 deletions Cargo.lock

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -149,13 +149,13 @@ http-client-reqwest = ["gix/blocking-http-transport-reqwest-rust-tls"]
gitoxide-core-async-client = ["gitoxide-core/async-client", "futures-lite"]

[dependencies]
anyhow = "1.0.42"
anyhow = "1.0.98"

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

clap = { version = "4.5.36", features = ["derive", "cargo"] }
clap = { version = "4.5.37", features = ["derive", "cargo"] }
clap_complete = "4.5.47"
prodash = { version = "29.0.2", optional = true }
is-terminal = { version = "0.4.0", optional = true }
Expand Down
6 changes: 3 additions & 3 deletions gitoxide-core/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ gix-archive-for-configuration-only = { package = "gix-archive", version = "^0.20
gix-status = { version = "^0.18.0", path = "../gix-status" }
gix-fsck = { version = "^0.10.0", path = "../gix-fsck" }
serde = { version = "1.0.114", optional = true, default-features = false, features = ["derive"] }
anyhow = "1.0.42"
anyhow = "1.0.98"
thiserror = "2.0.0"
bytesize = "2.0.1"
tempfile = "3.19.1"
Expand All @@ -79,7 +79,7 @@ crossbeam-channel = { version = "0.5.15", optional = true }
smallvec = { version = "1.15.0", optional = true }

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

# for 'corpus'
parking_lot = { version = "0.12.1", optional = true }
Expand All @@ -90,7 +90,7 @@ tracing-subscriber = { version = "0.3.17", optional = true }
tracing = { version = "0.1.37", optional = true }

# for svg graph output
layout-rs = "0.1.1"
layout-rs = "0.1.3"
open = "5.0.0"

document-features = { version = "0.2.0", optional = true }
Expand Down
2 changes: 1 addition & 1 deletion gix-actor/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ bstr = { version = "1.12.0", default-features = false, features = [
"std",
"unicode",
] }
winnow = { version = "0.7.6", features = ["simd"] }
winnow = { version = "0.7.7", features = ["simd"] }
itoa = "1.0.1"
serde = { version = "1.0.114", optional = true, default-features = false, features = [
"derive",
Expand Down
2 changes: 1 addition & 1 deletion gix-archive/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ gix-date = { version = "^0.9.4", path = "../gix-date" }

flate2 = { version = "1.1.1", optional = true, default-features = false, features = ["zlib-rs"] }
zip = { version = "2.6.1", optional = true, default-features = false, features = ["deflate"] }
jiff = { version = "0.2.6", default-features = false, features = ["std"] }
jiff = { version = "0.2.10", default-features = false, features = ["std"] }

thiserror = "2.0.0"
bstr = { version = "1.12.0", default-features = false }
Expand Down
2 changes: 1 addition & 1 deletion gix-config/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ gix-sec = { version = "^0.10.12", path = "../gix-sec" }
gix-ref = { version = "^0.51.0", path = "../gix-ref" }
gix-glob = { version = "^0.19.0", path = "../gix-glob" }

winnow = { version = "0.7.6", features = ["simd"] }
winnow = { version = "0.7.7", features = ["simd"] }
memchr = "2"
thiserror = "2.0.0"
unicode-bom = { version = "2.0.3" }
Expand Down
2 changes: 1 addition & 1 deletion gix-date/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ serde = ["dep:serde", "bstr/serde"]
bstr = { version = "1.12.0", default-features = false, features = ["std"] }
serde = { version = "1.0.114", optional = true, default-features = false, features = ["derive"] }
itoa = "1.0.1"
jiff = "0.2.6"
jiff = "0.2.10"
thiserror = "2.0.0"

document-features = { version = "0.2.0", optional = true }
Expand Down
2 changes: 1 addition & 1 deletion gix-features/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@ once_cell = { version = "1.21.3", optional = true }
document-features = { version = "0.2.0", optional = true }

[target.'cfg(unix)'.dependencies]
libc = { version = "0.2.119" }
libc = { version = "0.2.172" }

[dev-dependencies]
bstr = { version = "1.12.0", default-features = false }
Expand Down
2 changes: 1 addition & 1 deletion gix-index/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ rustix = { version = "1.0.5", default-features = false, features = [
"std",
"fs",
] }
libc = { version = "0.2.149" }
libc = { version = "0.2.172" }

[dev-dependencies]
gix-testtools = { path = "../tests/tools" }
Expand Down
2 changes: 1 addition & 1 deletion gix-object/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ bstr = { version = "1.12.0", default-features = false, features = [
"std",
"unicode",
] }
winnow = { version = "0.7.6", features = ["simd"] }
winnow = { version = "0.7.7", features = ["simd"] }
smallvec = { version = "1.15.0", features = ["write"] }
serde = { version = "1.0.114", optional = true, default-features = false, features = [
"derive",
Expand Down
2 changes: 1 addition & 1 deletion gix-protocol/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ bstr = { version = "1.12.0", default-features = false, features = [
"std",
"unicode",
] }
winnow = { version = "0.7.6", features = ["simd"] }
winnow = { version = "0.7.7", features = ["simd"] }

# for async-client
async-trait = { version = "0.1.51", optional = true }
Expand Down
2 changes: 1 addition & 1 deletion gix-ref/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ gix-lock = { version = "^17.0.0", path = "../gix-lock" }
gix-tempfile = { version = "^17.0.0", default-features = false, path = "../gix-tempfile" }

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

# packed refs
Expand Down
2 changes: 1 addition & 1 deletion gix-sec/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ bitflags = "2"
document-features = { version = "0.2.1", optional = true }

[target.'cfg(not(windows))'.dependencies]
libc = "0.2.123"
libc = "0.2.172"

[target.'cfg(windows)'.dependencies]
gix-path = { version = "^0.10.15", path = "../gix-path" }
Expand Down
4 changes: 2 additions & 2 deletions gix-tempfile/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ once_cell = { version = "1.21.3", default-features = false, features = ["race",
tempfile = "3.19.1"

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

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

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

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

[package.metadata.docs.rs]
all-features = true
Expand Down
4 changes: 2 additions & 2 deletions tests/it/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@ name = "it"
path = "src/main.rs"

[dependencies]
anyhow = "1.0.86"
clap = { version = "4.5.36", features = ["derive"] }
anyhow = "1.0.98"
clap = { version = "4.5.37", features = ["derive"] }
gix = { version = "^0.71.0", path = "../../gix", default-features = false, features = ["attributes", "revision"] }
once_cell = "1.21.3"
regex = { version = "1.11.1", default-features = false, features = ["std"] }
2 changes: 1 addition & 1 deletion tests/tools/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ gix-worktree = "0.34.0"
gix-fs = "0.11"
gix-tempfile = { version = "^14.0.0", default-features = false, features = ["signals"] }

winnow = { version = "0.7.6", features = ["simd"] }
winnow = { version = "0.7.7", features = ["simd"] }
fastrand = "2.0.0"
bstr = { version = "1.12.0", default-features = false }
crc = "3.0.0"
Expand Down
Loading