Bump cc from 1.0.80 to 1.0.81 in /src/rust (#9348)

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

---
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-03 12:43:03 +00:00 committed by GitHub
parent dfe1a560f8
commit 1bc15b1d8b
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.80"
version = "1.0.81"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "51f1226cd9da55587234753d1245dd5b132343ea240f26b6a9003d68706141ba"
checksum = "6c6b2562119bf28c3439f7f02db99faf0aa1a8cdfe5772a2ee155d32227239f0"
dependencies = [
"libc",
]

View file

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

View file

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