diff options
author | dependabot[bot] | 2024-02-13 00:58:23 +0000 |
---|---|---|
committer | GitHub | 2024-02-13 00:58:23 +0000 |
commit | 7934ac77143e69068420556b043dde035255340b (patch) | |
tree | 3afc0815fa7f4ecc1f8c6be09011bc74ead1b6a5 | |
parent | 36ad70e4c79e08f0a200162a66b894237e6e16f5 (diff) |
build(deps): bump cc from 1.0.83 to 1.0.85 (#9618)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
-rw-r--r-- | Cargo.lock | 7 |
1 files changed, 2 insertions, 5 deletions
@@ -145,12 +145,9 @@ checksum = "df8670b8c7b9dae1793364eafadf7239c40d669904660c5960d74cfd80b46a53" [[package]] name = "cc" -version = "1.0.83" +version = "1.0.85" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f1174fb0b6ec23863f8b971027804a42614e347eafb0a95bf0b12cdae21fc4d0" -dependencies = [ - "libc", -] +checksum = "9b918671670962b48bc23753aef0c51d072dca6f52f01f800854ada6ddb7f7d3" [[package]] name = "cfg-if" |