Skip to content
Draft
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
417 changes: 208 additions & 209 deletions Cargo.lock

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions gitoxide-core/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ gix-fsck = { version = "^0.17.0", path = "../gix-fsck" }
gix-error-for-configuration-only = { package = "gix-error", version = "^0.0.0", path = "../gix-error", features = ["anyhow"] }
serde = { version = "1.0.114", optional = true, default-features = false, features = ["derive"] }
anyhow = "1.0.100"
thiserror = "2.0.17"
thiserror = "2.0.18"
bytesize = "2.3.1"
tempfile = "3.24.0"

Expand All @@ -88,7 +88,7 @@ rusqlite = { version = "0.38.0", optional = true, features = ["bundled", "fallib
# for 'corpus'
parking_lot = { version = "0.12.4", optional = true }
sysinfo = { version = "0.37.2", optional = true, default-features = false, features = ["system"] }
serde_json = { version = "1.0.148", optional = true }
serde_json = { version = "1.0.149", optional = true }
tracing-forest = { version = "0.2.0", features = ["serde"], optional = true }
tracing-subscriber = { version = "0.3.22", optional = true }
tracing = { version = "0.1.43", optional = true }
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.13.0", path = "../gix-date" }
flate2 = { version = "1.1.8", optional = true, default-features = false, features = ["zlib-rs"] }
rawzip = { version = "0.4.3", optional = true }

thiserror = "2.0.17"
thiserror = "2.0.18"
bstr = { version = "1.12.0", default-features = false }

tar = { version = "0.4.38", optional = true }
Expand Down
2 changes: 1 addition & 1 deletion gix-attributes/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ bstr = { version = "1.12.0", default-features = false, features = ["std", "unico
smallvec = "1.15.1"
kstring = "2.0.0"
unicode-bom = { version = "2.0.3" }
thiserror = "2.0.17"
thiserror = "2.0.18"
serde = { version = "1.0.114", optional = true, default-features = false, features = ["derive"] }

document-features = { version = "0.2.1", optional = true }
Expand Down
2 changes: 1 addition & 1 deletion gix-bitmap/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ doctest = false
test = true

[dependencies]
thiserror = "2.0.17"
thiserror = "2.0.18"

[dev-dependencies]
gix-testtools = { path = "../tests/tools" }
2 changes: 1 addition & 1 deletion gix-blame/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ gix-worktree = { version = "^0.47.0", path = "../gix-worktree", default-features
gix-traverse = { version = "^0.52.0", path = "../gix-traverse" }

smallvec = "1.15.1"
thiserror = "2.0.17"
thiserror = "2.0.18"

[dev-dependencies]
gix-ref = { path = "../gix-ref" }
Expand Down
2 changes: 1 addition & 1 deletion gix-config-value/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ serde = ["dep:serde", "bstr/serde"]
[dependencies]
gix-path = { version = "^0.11.0", path = "../gix-path" }

thiserror = "2.0.17"
thiserror = "2.0.18"
bstr = { version = "1.12.0", default-features = false, features = ["std"] }
serde = { version = "1.0.114", optional = true, default-features = false, features = ["derive"] }
bitflags = "2"
Expand Down
2 changes: 1 addition & 1 deletion gix-config/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ gix-glob = { version = "^0.24.0", path = "../gix-glob" }

winnow = { version = "0.7.14", features = ["simd"] }
memchr = "2"
thiserror = "2.0.17"
thiserror = "2.0.18"
unicode-bom = { version = "2.0.3" }
bstr = { version = "1.12.0", default-features = false, features = ["std"] }
serde = { version = "1.0.114", optional = true, default-features = false, features = ["derive"] }
Expand Down
2 changes: 1 addition & 1 deletion gix-config/tests/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ gix-testtools = { path = "../../tests/tools" }
gix-ref = { path = "../../gix-ref" }
gix-path = { path = "../../gix-path" }
gix-sec = { path = "../../gix-sec" }
serial_test = { version = "3.1.0", default-features = false }
serial_test = { version = "3.3.1", default-features = false }
bstr = { version = "1.12.0", default-features = false, features = ["std"] }

bytesize = "2.3.1"
Expand Down
2 changes: 1 addition & 1 deletion gix-credentials/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ gix-prompt = { version = "^0.13.0", path = "../gix-prompt" }
gix-date = { version = "^0.13.0", path = "../gix-date" }
gix-trace = { version = "^0.1.17", path = "../gix-trace" }

thiserror = "2.0.17"
thiserror = "2.0.18"
serde = { version = "1.0.114", optional = true, default-features = false, features = ["derive"] }
bstr = { version = "1.12.0", default-features = false, features = ["std"] }

Expand Down
2 changes: 1 addition & 1 deletion gix-date/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ gix-error = { version = "^0.0.0", path = "../gix-error" }
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.17"
jiff = "0.2.17"
jiff = "0.2.18"
# TODO: used for quick and easy `TimeBacking: std::io::Write` implementation, but could make that `Copy`
# and remove this dep with custom impl
smallvec = { version = "1.15.1", features = ["write"] }
Expand Down
4 changes: 2 additions & 2 deletions gix-diff/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -54,11 +54,11 @@ gix-tempfile = { version = "^21.0.0", path = "../gix-tempfile", optional = true
gix-trace = { version = "^0.1.17", path = "../gix-trace", optional = true }
gix-traverse = { version = "^0.52.0", path = "../gix-traverse", optional = true }

thiserror = "2.0.17"
thiserror = "2.0.18"
imara-diff = { version = "0.1.8", optional = true }
imara-diff-v2 = { version = "0.2.0", optional = true, package = "imara-diff" }
serde = { version = "1.0.114", optional = true, default-features = false, features = ["derive"] }
getrandom = { version = "0.2.8", optional = true, default-features = false, features = ["js"] }
getrandom = { version = "0.2.17", optional = true, default-features = false, features = ["js"] }
bstr = { version = "1.12.0", default-features = false }

document-features = { version = "0.2.0", optional = true }
Expand Down
2 changes: 1 addition & 1 deletion gix-diff/tests/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,6 @@ gix-filter = { path = "../../gix-filter" }
gix-traverse = { path = "../../gix-traverse" }
gix-testtools = { path = "../../tests/tools" }

insta = "1.45.0"
insta = "1.46.1"
shell-words = "1"
pretty_assertions = "1.4.0"
2 changes: 1 addition & 1 deletion gix-dir/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ gix-ignore = { version = "^0.19.0", path = "../gix-ignore" }
gix-utils = { version = "^0.3.1", path = "../gix-utils", features = ["bstr"] }

bstr = { version = "1.12.0", default-features = false }
thiserror = "2.0.17"
thiserror = "2.0.18"

[dev-dependencies]
gix-testtools = { path = "../tests/tools" }
Expand Down
4 changes: 2 additions & 2 deletions gix-discover/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -21,14 +21,14 @@ gix-ref = { version = "^0.58.0", path = "../gix-ref" }
gix-fs = { version = "^0.19.0", path = "../gix-fs" }

bstr = { version = "1.12.0", default-features = false, features = ["std", "unicode"] }
thiserror = "2.0.17"
thiserror = "2.0.18"

[target.'cfg(windows)'.dependencies]
dunce = "1.0.3"

[dev-dependencies]
gix-testtools = { path = "../tests/tools" }
serial_test = { version = "3.1.0", default-features = false }
serial_test = { version = "3.3.1", default-features = false }
is_ci = "1.1.1"

[target.'cfg(target_os = "macos")'.dev-dependencies]
Expand Down
2 changes: 1 addition & 1 deletion gix-error/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ document-features = { version = "0.2.0", optional = true }

[dev-dependencies]
gix-error = { path = ".", features = ["anyhow"] }
insta = "1.46.0"
insta = "1.46.1"

[package.metadata.docs.rs]
all-features = true
Expand Down
4 changes: 2 additions & 2 deletions gix-features/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ bytes = { version = "1.0.0", optional = true }

# zlib module
zlib-rs = { version = "0.6.0", optional = true }
thiserror = { version = "2.0.17", optional = true }
thiserror = { version = "2.0.18", optional = true }

# Note: once_cell is kept for OnceCell type because std::sync::OnceLock::get_or_try_init() is not yet stable.
# Once it's stabilized (tracking issue #109737), we can remove this dependency.
Expand All @@ -118,7 +118,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.178" }
libc = { version = "0.2.180" }

[dev-dependencies]
bstr = { version = "1.12.0", default-features = false }
Expand Down
4 changes: 2 additions & 2 deletions gix-filter/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ gix-attributes = { version = "^0.30.0", path = "../gix-attributes" }

encoding_rs = "0.8.32"
bstr = { version = "1.12.0", default-features = false, features = ["std"] }
thiserror = "2.0.17"
thiserror = "2.0.18"
smallvec = "1.15.1"


Expand All @@ -36,4 +36,4 @@ gix-quote = { path = "../gix-quote" }
gix-testtools = { path = "../tests/tools" }
gix-worktree = { path = "../gix-worktree", default-features = false, features = ["attributes"] }

serial_test = { version = "3.1.0", default-features = false }
serial_test = { version = "3.3.1", default-features = false }
2 changes: 1 addition & 1 deletion gix-fs/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ bstr = "1.12.0"
gix-path = { version = "^0.11.0", path = "../gix-path" }
gix-features = { version = "^0.46.0", path = "../gix-features", features = ["fs-read-dir"] }
gix-utils = { version = "^0.3.1", path = "../gix-utils" }
thiserror = "2.0.17"
thiserror = "2.0.18"
serde = { version = "1.0.114", optional = true, default-features = false, features = ["std", "derive"] }

# For `Capabilities` to assure parallel operation works.
Expand Down
2 changes: 1 addition & 1 deletion gix-hash/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ serde = ["dep:serde", "faster-hex/serde"]
[dependencies]
gix-features = { version = "^0.46.0", path = "../gix-features", features = ["progress"] }

thiserror = "2.0.17"
thiserror = "2.0.18"
faster-hex = { version = "0.10.0", default-features = false, features = ["std"] }
serde = { version = "1.0.114", optional = true, default-features = false, features = ["derive"] }
sha1-checked = { version = "0.10.0", optional = true, default-features = false }
Expand Down
6 changes: 3 additions & 3 deletions gix-index/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -36,9 +36,9 @@ gix-utils = { version = "^0.3.1", path = "../gix-utils" }

hashbrown = "0.16.0"
fnv = "1.0.7"
thiserror = "2.0.17"
thiserror = "2.0.18"
memmap2 = "0.9.7"
filetime = "0.2.15"
filetime = "0.2.27"
bstr = { version = "1.12.0", default-features = false }

serde = { version = "1.0.114", optional = true, default-features = false, features = [
Expand All @@ -55,7 +55,7 @@ rustix = { version = "1.1.2", default-features = false, features = [
"std",
"fs",
] }
libc = { version = "0.2.178" }
libc = { version = "0.2.180" }

[dev-dependencies]
gix-testtools = { path = "../tests/tools" }
Expand Down
2 changes: 1 addition & 1 deletion gix-index/tests/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -25,5 +25,5 @@ gix-testtools = { path = "../../tests/tools" }
gix-odb = { path = "../../gix-odb" }
gix-object = { path = "../../gix-object" }
gix-hash = { path = "../../gix-hash" }
filetime = "0.2.15"
filetime = "0.2.27"
bstr = { version = "1.12.0", default-features = false }
2 changes: 1 addition & 1 deletion gix-lock/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ test = true
[dependencies]
gix-utils = { version = "^0.3.1", default-features = false, path = "../gix-utils" }
gix-tempfile = { version = "^21.0.0", default-features = false, path = "../gix-tempfile" }
thiserror = "2.0.17"
thiserror = "2.0.18"

[dev-dependencies]
tempfile = "3.24.0"
2 changes: 1 addition & 1 deletion gix-mailmap/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ serde = ["dep:serde", "bstr/serde", "gix-actor/serde"]
gix-actor = { version = "^0.38.0", path = "../gix-actor" }
gix-date = { version = "^0.13.0", path = "../gix-date" }
bstr = { version = "1.12.0", default-features = false, features = ["std", "unicode"] }
thiserror = "2.0.17"
thiserror = "2.0.18"
serde = { version = "1.0.114", optional = true, default-features = false, features = ["derive"] }

document-features = { version = "0.2.0", optional = true }
Expand Down
2 changes: 1 addition & 1 deletion gix-merge/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ gix-revwalk = { version = "^0.26.0", path = "../gix-revwalk" }
gix-diff = { version = "^0.58.0", path = "../gix-diff", default-features = false, features = ["blob"] }
gix-index = { version = "^0.46.0", path = "../gix-index" }

thiserror = "2.0.17"
thiserror = "2.0.18"
imara-diff = { version = "0.1.8" }
bstr = { version = "1.12.0", default-features = false }
serde = { version = "1.0.114", optional = true, default-features = false, features = ["derive"] }
Expand Down
2 changes: 1 addition & 1 deletion gix-negotiate/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ gix-object = { version = "^0.55.0", path = "../gix-object" }
gix-date = { version = "^0.13.0", path = "../gix-date" }
gix-commitgraph = { version = "^0.32.0", path = "../gix-commitgraph" }
gix-revwalk = { version = "^0.26.0", path = "../gix-revwalk" }
thiserror = "2.0.17"
thiserror = "2.0.18"
smallvec = "1.15.1"
bitflags = "2"

Expand Down
2 changes: 1 addition & 1 deletion gix-object/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ gix-path = { version = "^0.11.0", path = "../gix-path" }
gix-utils = { version = "^0.3.1", path = "../gix-utils" }

itoa = "1.0.17"
thiserror = "2.0.17"
thiserror = "2.0.18"
bstr = { version = "1.12.0", default-features = false, features = [
"std",
"unicode",
Expand Down
2 changes: 1 addition & 1 deletion gix-odb/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ gix-fs = { version = "^0.19.0", path = "../gix-fs" }
serde = { version = "1.0.114", optional = true, default-features = false, features = ["derive"] }

tempfile = "3.24.0"
thiserror = "2.0.17"
thiserror = "2.0.18"
parking_lot = { version = "0.12.4" }
arc-swap = "1.8.0"

Expand Down
2 changes: 1 addition & 1 deletion gix-odb/tests/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,6 @@ gix-pack = { path = "../../gix-pack" }
gix-testtools = { path = "../../tests/tools" }
gix-actor = { path = "../../gix-actor" }
pretty_assertions = "1.0.0"
filetime = "0.2.15"
filetime = "0.2.27"
maplit = "1.0.2"
crossbeam-channel = "0.5.15"
2 changes: 1 addition & 1 deletion gix-pack/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ gix-diff = { version = "^0.58.0", path = "../gix-diff", default-features = false
memmap2 = "0.9.7"
smallvec = "1.15.1"
parking_lot = { version = "0.12.4", default-features = false, optional = true }
thiserror = "2.0.17"
thiserror = "2.0.18"

# for caching
uluru = { version = "3.0.0", optional = true }
Expand Down
2 changes: 1 addition & 1 deletion gix-packetline/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ required-features = ["blocking-io", "maybe-async/is_sync"]
gix-trace = { version = "^0.1.15", path = "../gix-trace" }

serde = { version = "1.0.114", optional = true, default-features = false, features = ["std", "derive"] }
thiserror = "2.0.17"
thiserror = "2.0.18"
faster-hex = { version = "0.10.0", default-features = false, features = ["std"] }
bstr = { version = "1.12.0", default-features = false, features = ["std"] }
# async support
Expand Down
4 changes: 2 additions & 2 deletions gix-path/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,11 +18,11 @@ doctest = true
gix-trace = { version = "^0.1.14", path = "../gix-trace" }
gix-validate = { version = "^0.11.0", path = "../gix-validate" }
bstr = { version = "1.12.0", default-features = false, features = ["std"] }
thiserror = "2.0.17"
thiserror = "2.0.18"

[dev-dependencies]
gix-testtools = { path = "../tests/tools" }
serial_test = { version = "3.1.0", default-features = false }
serial_test = { version = "3.3.1", default-features = false }

[target.'cfg(windows)'.dev-dependencies]
windows = { version = "0.62.1", features = [
Expand Down
4 changes: 2 additions & 2 deletions gix-pathspec/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@ gix-config-value = { version = "^0.17.0", path = "../gix-config-value" }

bstr = { version = "1.12.0", default-features = false, features = ["std"] }
bitflags = "2"
thiserror = "2.0.17"
thiserror = "2.0.18"

[dev-dependencies]
gix-testtools = { path = "../tests/tools" }
serial_test = "3.1.1"
serial_test = "3.3.1"
4 changes: 2 additions & 2 deletions gix-prompt/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,15 +18,15 @@ doctest = false
gix-command = { version = "^0.7.0", path = "../gix-command" }
gix-config-value = { version = "^0.17.0", path = "../gix-config-value" }

thiserror = "2.0.17"
thiserror = "2.0.18"

[target.'cfg(unix)'.dependencies]
rustix = { version = "1.1.2", features = ["termios"] }
parking_lot = "0.12.4"

[dev-dependencies]
gix-testtools = { path = "../tests/tools" }
serial_test = { version = "3.1.0", default-features = false }
serial_test = { version = "3.3.1", default-features = false }

[target.'cfg(any(target_os = "linux", target_os = "freebsd", target_os = "macos"))'.dev-dependencies]
expectrl = "0.7.0"
2 changes: 1 addition & 1 deletion gix-protocol/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ gix-credentials = { version = "^0.35.0", path = "../gix-credentials", optional =
gix-refspec = { version = "^0.36.0", path = "../gix-refspec", optional = true }
gix-lock = { version = "^21.0.0", path = "../gix-lock", optional = true }

thiserror = "2.0.17"
thiserror = "2.0.18"
serde = { version = "1.0.114", optional = true, default-features = false, features = [
"derive",
] }
Expand Down
2 changes: 1 addition & 1 deletion gix-quote/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,4 +18,4 @@ doctest = false
gix-utils = { version = "^0.3.1", path = "../gix-utils" }

bstr = { version = "1.12.0", default-features = false, features = ["std"] }
thiserror = "2.0.17"
thiserror = "2.0.18"
2 changes: 1 addition & 1 deletion gix-ref/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ gix-actor = { version = "^0.38.0", path = "../gix-actor" }
gix-lock = { version = "^21.0.0", path = "../gix-lock" }
gix-tempfile = { version = "^21.0.0", default-features = false, path = "../gix-tempfile" }

thiserror = "2.0.17"
thiserror = "2.0.18"
winnow = { version = "0.7.14", features = ["simd"] }
serde = { version = "1.0.114", optional = true, default-features = false, features = ["derive"] }

Expand Down
2 changes: 1 addition & 1 deletion gix-ref/tests/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -32,4 +32,4 @@ gix-hash = { path = "../../gix-hash" }
gix-validate = { path = "../../gix-validate" }
gix-lock = { path = "../../gix-lock" }
gix-object = { path = "../../gix-object" }
insta = "1.45.0"
insta = "1.46.1"
4 changes: 2 additions & 2 deletions gix-refspec/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,9 @@ gix-hash = { version = "^0.22.0", path = "../gix-hash" }
gix-glob = { version = "^0.24.0", path = "../gix-glob" }

bstr = { version = "1.12.0", default-features = false, features = ["std"] }
thiserror = "2.0.17"
thiserror = "2.0.18"
smallvec = "1.15.1"

[dev-dependencies]
gix-testtools = { path = "../tests/tools" }
insta = "1.45.0"
insta = "1.46.1"
Loading
Loading