diff --git a/Cargo.lock b/Cargo.lock index 81a0f8f9..a2364491 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -120,9 +120,9 @@ checksum = "a3e2c3daef883ecc1b5d58c15adae93470a91d425f3532ba1695849656af3fc1" [[package]] name = "cc" -version = "1.0.90" +version = "1.0.91" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "8cd6604a82acf3039f1144f54b8eb34e91ffba622051189e71b781822d5ee1f5" +checksum = "1fd97381a8cc6493395a5afc4c691c1084b3768db713b73aa215217aa245d153" dependencies = [ "jobserver", "libc", diff --git a/Cargo.toml b/Cargo.toml index a81be6cc..73c2f848 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -16,7 +16,7 @@ hf-hub = { version = "0.3.2" } criterion = "0.5.1" pprof = "0.13.0" bindgen = "0.69.4" -cc = "1.0.90" +cc = "1.0.91" anyhow = "1.0.81" clap = "4.5.4" encoding_rs = "0.8.33"