Skip to content

Commit 07acbac

Browse files
committed
chore: Update dependencies
1 parent 94770a5 commit 07acbac

File tree

2 files changed

+14
-15
lines changed

2 files changed

+14
-15
lines changed

Cargo.lock

Lines changed: 12 additions & 13 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ cargo-test-macro = { path = "crates/cargo-test-macro" }
2929
cargo-test-support = { path = "crates/cargo-test-support" }
3030
cargo-util = { version = "0.2.6", path = "crates/cargo-util" }
3131
cargo_metadata = "0.14.0"
32-
clap = "4.3.23"
32+
clap = "4.4.1"
3333
core-foundation = { version = "0.9.3", features = ["mac_os_10_7_support"] }
3434
crates-io = { version = "0.39.0", path = "crates/crates-io" }
3535
criterion = { version = "0.5.1", features = ["html_reports"] }
@@ -84,7 +84,7 @@ serde_json = "1.0.104"
8484
sha1 = "0.10.5"
8585
sha2 = "0.10.7"
8686
shell-escape = "0.1.5"
87-
snapbox = { version = "0.4.11", features = ["diff", "path"] }
87+
snapbox = { version = "0.4.12", features = ["diff", "path"] }
8888
strip-ansi-escapes = "0.1.1"
8989
syn = { version = "2.0.28", features = ["extra-traits", "full"] }
9090
tar = { version = "0.4.39", default-features = false }

0 commit comments

Comments
 (0)