diff --git a/Cargo.lock b/Cargo.lock index 4ec7eaf2246..ea022114ebb 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -433,12 +433,6 @@ version = "1.10.1" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "d71b6127be86fdcfddb610f7182ac57211d4b18a3e9c82eb2d17662f2227ad6a" -[[package]] -name = "bytesize" -version = "1.3.3" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "2e93abca9e28e0a1b9877922aacb20576e05d4679ffa78c3d6dc22a26a216659" - [[package]] name = "bytesize" version = "2.0.1" @@ -553,9 +547,9 @@ dependencies = [ [[package]] name = "clap" -version = "4.5.35" +version = "4.5.36" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d8aa86934b44c19c50f87cc2790e19f54f7a67aedb64101c2e1a2e5ecfb73944" +checksum = "2df961d8c8a0d08aa9945718ccf584145eee3f3aa06cddbeac12933781102e04" dependencies = [ "clap_builder", "clap_derive", @@ -563,9 +557,9 @@ dependencies = [ [[package]] name = "clap_builder" -version = "4.5.35" +version = "4.5.36" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "2414dbb2dd0695280da6ea9261e327479e9d37b0630f6b53ba2a11c60c679fd9" +checksum = "132dbda40fb6753878316a489d5a1242a8ef2f0d9e47ba01c951ea8aa7d013a5" dependencies = [ "anstream", "anstyle", @@ -1343,7 +1337,7 @@ dependencies = [ "gix-features 0.41.1", "is-terminal", "once_cell", - "prodash 29.0.1", + "prodash 29.0.2", "serde_derive", "terminal_size", "tracing", @@ -1360,7 +1354,7 @@ dependencies = [ "async-net", "async-trait", "blocking", - "bytesize 2.0.1", + "bytesize", "crossbeam-channel", "document-features", "fs-err", @@ -1452,7 +1446,7 @@ dependencies = [ "once_cell", "parking_lot", "pretty_assertions", - "prodash 29.0.1", + "prodash 29.0.2", "regex", "serde", "serial_test", @@ -1678,7 +1672,7 @@ name = "gix-config-tests" version = "0.0.0" dependencies = [ "bstr", - "bytesize 2.0.1", + "bytesize", "cap", "gix-config", "gix-path 0.10.15", @@ -1869,7 +1863,7 @@ version = "0.41.1" dependencies = [ "bstr", "bytes", - "bytesize 2.0.1", + "bytesize", "crc32fast", "crossbeam-channel", "document-features", @@ -1880,7 +1874,7 @@ dependencies = [ "libc", "once_cell", "parking_lot", - "prodash 29.0.1", + "prodash 29.0.2", "thiserror 2.0.12", "walkdir", ] @@ -2096,7 +2090,7 @@ dependencies = [ "itoa", "libc", "memmap2", - "rustix 1.0.3", + "rustix 1.0.5", "serde", "smallvec", "thiserror 2.0.12", @@ -2425,7 +2419,7 @@ dependencies = [ "gix-config-value", "gix-testtools", "parking_lot", - "rustix 1.0.3", + "rustix 1.0.5", "serial_test", "thiserror 2.0.12", ] @@ -4318,12 +4312,12 @@ checksum = "744a264d26b88a6a7e37cbad97953fa233b94d585236310bcbc88474b4092d79" [[package]] name = "prodash" -version = "29.0.1" +version = "29.0.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "9ee7ce24c980b976607e2d6ae4aae92827994d23fed71659c3ede3f92528b58b" +checksum = "f04bb108f648884c23b98a0e940ebc2c93c0c3b89f04dbaf7eb8256ce617d1bc" dependencies = [ "async-io", - "bytesize 1.3.3", + "bytesize", "crosstermion", "futures-core", "futures-lite", @@ -4636,9 +4630,9 @@ dependencies = [ [[package]] name = "rustix" -version = "1.0.3" +version = "1.0.5" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e56a18552996ac8d29ecc3b190b4fdbb2d91ca4ec396de7bbffaf43f3d637e96" +checksum = "d97817398dd4bb2e6da002002db259209759911da105da92bec29ccb12cf58bf" dependencies = [ "bitflags 2.9.0", "errno", @@ -5194,7 +5188,7 @@ dependencies = [ "fastrand", "getrandom 0.3.2", "once_cell", - "rustix 1.0.3", + "rustix 1.0.5", "windows-sys 0.59.0", ] @@ -5213,7 +5207,7 @@ version = "0.4.2" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "45c6481c4829e4cc63825e62c49186a34538b7b2750b73b266581ffb612fb5ed" dependencies = [ - "rustix 1.0.3", + "rustix 1.0.5", "windows-sys 0.59.0", ] @@ -6356,7 +6350,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "0d65cbf2f12c15564212d48f4e3dfb87923d25d611f2aed18f4cb23f0413d89e" dependencies = [ "libc", - "rustix 1.0.3", + "rustix 1.0.5", ] [[package]] diff --git a/Cargo.toml b/Cargo.toml index 63ea2709837..a51765d4cb9 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -171,9 +171,9 @@ gitoxide-core = { version = "^0.46.0", path = "gitoxide-core" } gix-features = { version = "^0.41.1", path = "gix-features" } gix = { version = "^0.71.0", path = "gix", default-features = false } -clap = { version = "4.5.35", features = ["derive", "cargo"] } +clap = { version = "4.5.36", features = ["derive", "cargo"] } clap_complete = "4.5.47" -prodash = { version = "29.0.1", optional = true } +prodash = { version = "29.0.2", optional = true } is-terminal = { version = "0.4.0", optional = true } env_logger = { version = "0.11.8", default-features = false } crosstermion = { version = "0.14.0", optional = true, default-features = false } diff --git a/gix-features/Cargo.toml b/gix-features/Cargo.toml index 4c94df39d81..09c919b715f 100644 --- a/gix-features/Cargo.toml +++ b/gix-features/Cargo.toml @@ -119,7 +119,7 @@ walkdir = { version = "2.3.2", optional = true } # used when parallel is off crc32fast = { version = "1.2.1", optional = true } # progress -prodash = { version = "29.0.1", optional = true } +prodash = { version = "29.0.2", optional = true } bytesize = { version = "2.0.1", optional = true } # pipe diff --git a/gix-index/Cargo.toml b/gix-index/Cargo.toml index fbe2be3f1b6..ddea59ca3be 100644 --- a/gix-index/Cargo.toml +++ b/gix-index/Cargo.toml @@ -51,7 +51,7 @@ bitflags = "2" document-features = { version = "0.2.0", optional = true } [target.'cfg(not(windows))'.dependencies] -rustix = { version = "1.0.3", default-features = false, features = [ +rustix = { version = "1.0.5", default-features = false, features = [ "std", "fs", ] } diff --git a/gix-prompt/Cargo.toml b/gix-prompt/Cargo.toml index b19be03bd46..e248625787b 100644 --- a/gix-prompt/Cargo.toml +++ b/gix-prompt/Cargo.toml @@ -21,7 +21,7 @@ gix-config-value = { version = "^0.14.12", path = "../gix-config-value" } thiserror = "2.0.0" [target.'cfg(unix)'.dependencies] -rustix = { version = "1.0.3", features = ["termios"] } +rustix = { version = "1.0.5", features = ["termios"] } parking_lot = "0.12.1" [dev-dependencies] diff --git a/gix/Cargo.toml b/gix/Cargo.toml index f85a161ade7..4b1045bdd27 100644 --- a/gix/Cargo.toml +++ b/gix/Cargo.toml @@ -376,7 +376,7 @@ gix-protocol = { version = "^0.49.0", path = "../gix-protocol" } gix-transport = { version = "^0.46.0", path = "../gix-transport", optional = true } # Just to get the progress-tree feature -prodash = { version = "29.0.1", optional = true, features = ["progress-tree"] } +prodash = { version = "29.0.2", optional = true, features = ["progress-tree"] } once_cell = "1.21.3" signal-hook = { version = "0.3.9", default-features = false, optional = true } thiserror = "2.0.0" diff --git a/tests/it/Cargo.toml b/tests/it/Cargo.toml index 42c86a18836..41c9d4c5aa7 100644 --- a/tests/it/Cargo.toml +++ b/tests/it/Cargo.toml @@ -16,7 +16,7 @@ path = "src/main.rs" [dependencies] anyhow = "1.0.86" -clap = { version = "4.5.35", features = ["derive"] } +clap = { version = "4.5.36", 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"] }