diff --git a/Cargo.lock b/Cargo.lock index 20af37d..23285bc 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -109,9 +109,9 @@ checksum = "cf4b9d6a944f767f8e5e0db018570623c85f3d925ac718db4e06d0187adb21c1" [[package]] name = "cc" -version = "1.2.2" +version = "1.2.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f34d93e62b03caf570cccc334cbc6c2fceca82f39211051345108adcba3eebdc" +checksum = "27f657647bcff5394bf56c7317665bbf790a137a50eaaa5c6bfbb9e27a518f2d" dependencies = [ "jobserver", "libc", diff --git a/Cargo.toml b/Cargo.toml index 6033295..9ed420d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -17,7 +17,7 @@ hf-hub = { version = "0.3.2" } criterion = "0.5.1" pprof = "0.13.0" bindgen = "0.69.5" -cc = "1.2.2" +cc = "1.2.3" anyhow = "1.0.94" clap = "4.5.22" encoding_rs = "0.8.35"