diff --git a/Cargo.lock b/Cargo.lock index e1cbe4a..dda266f 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -30,9 +30,9 @@ dependencies = [ [[package]] name = "cc" -version = "1.2.43" +version = "1.2.44" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "739eb0f94557554b3ca9a86d2d37bebd49c5e6d0c1d2bda35ba5bdac830befc2" +checksum = "37521ac7aabe3d13122dc382493e20c9416f299d2ccd5b3a5340a2570cdeb0f3" dependencies = [ "find-msvc-tools", "shlex", diff --git a/Cargo.toml b/Cargo.toml index 0a64863..13d6b87 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -41,7 +41,7 @@ description = "Bindings for Boost Math" num-complex = ["dep:num-complex"] [build-dependencies] -cc = "1.2.43" +cc = "1.2.44" [dependencies] [dependencies.num-complex]