Skip to content

Commit

Permalink
update clap and libc to desired version
Browse files Browse the repository at this point in the history
  • Loading branch information
chenx97 committed Sep 21, 2023
1 parent 48fcb34 commit 851ae2e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ cargo-test-macro = { path = "crates/cargo-test-macro" }
cargo-test-support = { path = "crates/cargo-test-support" }
cargo-util = { version = "0.2.6", path = "crates/cargo-util" }
cargo_metadata = "0.17.0"
clap = "4.4.2"
clap = "4.4.4"
color-print = "0.3.4"
core-foundation = { version = "0.9.3", features = ["mac_os_10_7_support"] }
crates-io = { version = "0.39.0", path = "crates/crates-io" }
Expand All @@ -58,7 +58,7 @@ indexmap = "2"
itertools = "0.10.0"
jobserver = "0.1.26"
lazycell = "1.3.0"
libc = "0.2.147"
libc = "0.2.148"
libgit2-sys = "0.16.1"
libloading = "0.8.0"
memchr = "2.6.2"
Expand Down

0 comments on commit 851ae2e

Please sign in to comment.