Bump cc from 1.0.83 to 1.0.86 in /src/rust (#10449)

Bumps [cc](https://github.com/rust-lang/cc-rs) from 1.0.83 to 1.0.86.
- [Release notes](https://github.com/rust-lang/cc-rs/releases)
- [Commits](https://github.com/rust-lang/cc-rs/compare/1.0.83...1.0.86)

---
updated-dependencies:
- dependency-name: cc
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot] 2024-02-21 07:06:55 -05:00 committed by GitHub
parent fd933a8683
commit 583304ee0a
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 3 additions and 6 deletions

7
src/rust/Cargo.lock generated
View file

@ -48,12 +48,9 @@ checksum = "ed570934406eb16438a4e976b1b4500774099c13b8cb96eec99f620f05090ddf"
[[package]]
name = "cc"
version = "1.0.83"
version = "1.0.86"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f1174fb0b6ec23863f8b971027804a42614e347eafb0a95bf0b12cdae21fc4d0"
dependencies = [
"libc",
]
checksum = "7f9fa1897e4325be0d68d48df6aa1a71ac2ed4d27723887e7754192705350730"
[[package]]
name = "cfg-if"

View file

@ -12,4 +12,4 @@ pyo3 = { version = "0.20", features = ["abi3"] }
openssl-sys = "0.9.100"
[build-dependencies]
cc = "1.0.83"
cc = "1.0.86"