diff --git a/Cargo.lock b/Cargo.lock index 1f40b10..93832e5 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -109,9 +109,9 @@ checksum = "cf4b9d6a944f767f8e5e0db018570623c85f3d925ac718db4e06d0187adb21c1" [[package]] name = "cc" -version = "1.1.21" +version = "1.1.28" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "07b1695e2c7e8fc85310cde85aeaab7e3097f593c91d209d3f9df76c928100f0" +checksum = "2e80e3b6a3ab07840e1cae9b0666a63970dc28e8ed5ffbcdacbfc760c281bfc1" dependencies = [ "jobserver", "libc", diff --git a/Cargo.toml b/Cargo.toml index 7ab9146..a12c47e 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.4" -cc = "1.1.21" +cc = "1.1.28" anyhow = "1.0.86" clap = "4.5.16" encoding_rs = "0.8.34"