Skip to content

Commit 9f1fbc7

Browse files
Bump the cargo group with 3 updates
Bumps the cargo group with 3 updates: [clap](https://github.com/clap-rs/clap), [prodash](https://github.com/Byron/prodash) and [rustix](https://github.com/bytecodealliance/rustix). Updates `clap` from 4.5.35 to 4.5.36 - [Release notes](https://github.com/clap-rs/clap/releases) - [Changelog](https://github.com/clap-rs/clap/blob/master/CHANGELOG.md) - [Commits](clap-rs/clap@clap_complete-v4.5.35...clap_complete-v4.5.36) Updates `prodash` from 29.0.1 to 29.0.2 - [Release notes](https://github.com/Byron/prodash/releases) - [Changelog](https://github.com/Byron/prodash/blob/main/CHANGELOG.md) - [Commits](GitoxideLabs/prodash@v29.0.1...v29.0.2) Updates `rustix` from 1.0.3 to 1.0.5 - [Release notes](https://github.com/bytecodealliance/rustix/releases) - [Changelog](https://github.com/bytecodealliance/rustix/blob/main/CHANGES.md) - [Commits](bytecodealliance/rustix@v1.0.3...v1.0.5) --- updated-dependencies: - dependency-name: clap dependency-version: 4.5.36 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: cargo - dependency-name: prodash dependency-version: 29.0.2 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: cargo - dependency-name: rustix dependency-version: 1.0.5 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: cargo ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent f1bb269 commit 9f1fbc7

File tree

7 files changed

+27
-33
lines changed

7 files changed

+27
-33
lines changed

Cargo.lock

+20-26
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
@@ -171,9 +171,9 @@ gitoxide-core = { version = "^0.46.0", path = "gitoxide-core" }
171171
gix-features = { version = "^0.41.1", path = "gix-features" }
172172
gix = { version = "^0.71.0", path = "gix", default-features = false }
173173

174-
clap = { version = "4.5.35", features = ["derive", "cargo"] }
174+
clap = { version = "4.5.36", features = ["derive", "cargo"] }
175175
clap_complete = "4.5.47"
176-
prodash = { version = "29.0.1", optional = true }
176+
prodash = { version = "29.0.2", optional = true }
177177
is-terminal = { version = "0.4.0", optional = true }
178178
env_logger = { version = "0.11.8", default-features = false }
179179
crosstermion = { version = "0.14.0", optional = true, default-features = false }

gix-features/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@ walkdir = { version = "2.3.2", optional = true } # used when parallel is off
119119
crc32fast = { version = "1.2.1", optional = true }
120120

121121
# progress
122-
prodash = { version = "29.0.1", optional = true }
122+
prodash = { version = "29.0.2", optional = true }
123123
bytesize = { version = "2.0.1", optional = true }
124124

125125
# pipe

gix-index/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ bitflags = "2"
5151
document-features = { version = "0.2.0", optional = true }
5252

5353
[target.'cfg(not(windows))'.dependencies]
54-
rustix = { version = "1.0.3", default-features = false, features = [
54+
rustix = { version = "1.0.5", default-features = false, features = [
5555
"std",
5656
"fs",
5757
] }

gix-prompt/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ gix-config-value = { version = "^0.14.12", path = "../gix-config-value" }
2121
thiserror = "2.0.0"
2222

2323
[target.'cfg(unix)'.dependencies]
24-
rustix = { version = "1.0.3", features = ["termios"] }
24+
rustix = { version = "1.0.5", features = ["termios"] }
2525
parking_lot = "0.12.1"
2626

2727
[dev-dependencies]

gix/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -376,7 +376,7 @@ gix-protocol = { version = "^0.49.0", path = "../gix-protocol" }
376376
gix-transport = { version = "^0.46.0", path = "../gix-transport", optional = true }
377377

378378
# Just to get the progress-tree feature
379-
prodash = { version = "29.0.1", optional = true, features = ["progress-tree"] }
379+
prodash = { version = "29.0.2", optional = true, features = ["progress-tree"] }
380380
once_cell = "1.21.3"
381381
signal-hook = { version = "0.3.9", default-features = false, optional = true }
382382
thiserror = "2.0.0"

tests/it/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ path = "src/main.rs"
1616

1717
[dependencies]
1818
anyhow = "1.0.86"
19-
clap = { version = "4.5.35", features = ["derive"] }
19+
clap = { version = "4.5.36", 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"] }

0 commit comments

Comments
 (0)