diff --git a/Cargo.lock b/Cargo.lock index d7c90ce4..c30730d8 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -154,9 +154,9 @@ checksum = "b35204fbdc0b3f4446b89fc1ac2cf84a8a68971995d0bf2e925ec7cd960f9cb3" [[package]] name = "cc" -version = "1.2.47" +version = "1.2.48" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "cd405d82c84ff7f35739f175f67d8b9fb7687a0e84ccdc78bd3568839827cf07" +checksum = "c481bdbf0ed3b892f6f806287d72acd515b352a4ec27a208489b8c1bc839633a" dependencies = [ "find-msvc-tools", "jobserver", diff --git a/Cargo.toml b/Cargo.toml index 531536c0..a1c5b4f8 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -20,7 +20,7 @@ hf-hub = { version = "0.4.3" } criterion = "0.5.1" pprof = "0.13.0" bindgen = "0.72.1" -cc = "1.2.47" +cc = "1.2.48" anyhow = "1.0.100" clap = "4.5.53" encoding_rs = "0.8.35"