Skip to content

Commit d360d02

Browse files
committed
update clap and libc to desired version
1 parent 4ec1a4d commit d360d02

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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.2"
34+
clap = "4.4.4"
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" }
@@ -58,7 +58,7 @@ indexmap = "2"
5858
itertools = "0.10.0"
5959
jobserver = "0.1.26"
6060
lazycell = "1.3.0"
61-
libc = "0.2.147"
61+
libc = "0.2.148"
6262
libgit2-sys = "0.16.1"
6363
libloading = "0.8.0"
6464
memchr = "2.6.2"

0 commit comments

Comments
 (0)