diff --git a/Cargo.lock b/Cargo.lock index e7691a6..7bf3a75 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -4,9 +4,9 @@ version = 3 [[package]] name = "cc" -version = "1.0.90" +version = "1.0.91" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "8cd6604a82acf3039f1144f54b8eb34e91ffba622051189e71b781822d5ee1f5" +checksum = "1fd97381a8cc6493395a5afc4c691c1084b3768db713b73aa215217aa245d153" [[package]] name = "libc" diff --git a/Cargo.toml b/Cargo.toml index cf94bcb..38a5999 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -15,4 +15,4 @@ license = "MIT" libc = "0.2.153" [build-dependencies] -cc = "1.0.90" +cc = "1.0.91"