Bump cc from 1.0.81 to 1.0.82 in /src/rust (#9372)

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

---
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] 2023-08-07 12:54:32 +00:00 committed by GitHub
parent 8e80939834
commit e3b605a2bf
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 4 additions and 4 deletions

4
src/rust/Cargo.lock generated
View file

@ -42,9 +42,9 @@ checksum = "bef38d45163c2f1dde094a7dfd33ccf595c92905c8f8f4fdc18d06fb1037718a"
[[package]]
name = "cc"
version = "1.0.81"
version = "1.0.82"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6c6b2562119bf28c3439f7f02db99faf0aa1a8cdfe5772a2ee155d32227239f0"
checksum = "305fe645edc1442a0fa8b6726ba61d422798d37a52e12eaecf4b022ebbb88f01"
dependencies = [
"libc",
]

View file

@ -21,7 +21,7 @@ foreign-types-shared = "0.1"
self_cell = "1"
[build-dependencies]
cc = "1.0.81"
cc = "1.0.82"
[features]
extension-module = ["pyo3/extension-module"]

View file

@ -12,4 +12,4 @@ pyo3 = { version = "0.19", features = ["abi3-py37"] }
openssl-sys = "0.9.91"
[build-dependencies]
cc = "1.0.81"
cc = "1.0.82"