diff --git a/Cargo.lock b/Cargo.lock index 31d96ca..65b9796 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -751,9 +751,9 @@ checksum = "37b2a672a2cb129a2e41c10b1224bb368f9f37a2b16b612598138befd7b37eb5" [[package]] name = "cc" -version = "1.2.60" +version = "1.2.62" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "43c5703da9466b66a946814e1adf53ea2c90f10063b86290cc9eb67ce3478a20" +checksum = "a1dce859f0832a7d088c4f1119888ab94ef4b5d6795d1ce05afb7fe159d79f98" dependencies = [ "find-msvc-tools", "jobserver", diff --git a/Cargo.toml b/Cargo.toml index 255251e..f1f77cc 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -61,7 +61,7 @@ windows-registry = "0.6.1" winres = "0.1.12" [build-dependencies] -cc = "1.2.60" +cc = "1.2.62" [dev-dependencies] criterion = "0.8.2" \ No newline at end of file