From 851ae2e311f5a803f9794f109e2a413bce7c6d03 Mon Sep 17 00:00:00 2001 From: Henry Chen Date: Thu, 21 Sep 2023 18:57:42 +0800 Subject: [PATCH] update clap and libc to desired version --- Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 8692b5f78310..efe1b3985705 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -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" } @@ -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"