Skip to content

Commit ab5ebba

Browse files
committed
chore: Upgrade deps to get latest anstream
1 parent 84445c6 commit ab5ebba

File tree

2 files changed

+14
-14
lines changed

2 files changed

+14
-14
lines changed

Cargo.lock

Lines changed: 12 additions & 12 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
@@ -31,7 +31,7 @@ cargo-test-macro = { path = "crates/cargo-test-macro" }
3131
cargo-test-support = { path = "crates/cargo-test-support" }
3232
cargo-util = { version = "0.2.6", path = "crates/cargo-util" }
3333
cargo_metadata = "0.17.0"
34-
clap = "4.4.4"
34+
clap = "4.4.6"
3535
color-print = "0.3.4"
3636
core-foundation = { version = "0.9.3", features = ["mac_os_10_7_support"] }
3737
crates-io = { version = "0.39.0", path = "crates/crates-io" }
@@ -86,7 +86,7 @@ serde_json = "1.0.105"
8686
sha1 = "0.10.5"
8787
sha2 = "0.10.7"
8888
shell-escape = "0.1.5"
89-
snapbox = { version = "0.4.12", features = ["diff", "path"] }
89+
snapbox = { version = "0.4.13", features = ["diff", "path"] }
9090
strip-ansi-escapes = "0.1.1"
9191
syn = { version = "2.0.29", features = ["extra-traits", "full"] }
9292
tar = { version = "0.4.40", default-features = false }

0 commit comments

Comments
 (0)