Bump cc from 1.0.97 to 1.0.98 in /src/rust (#10997)

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

---
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-05-19 17:50:29 +00:00 committed by GitHub
parent 0885eb3038
commit 80467e70ff
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 3 additions and 3 deletions

4
src/rust/Cargo.lock generated
View file

@ -42,9 +42,9 @@ checksum = "cf4b9d6a944f767f8e5e0db018570623c85f3d925ac718db4e06d0187adb21c1"
[[package]]
name = "cc"
version = "1.0.97"
version = "1.0.98"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "099a5357d84c4c61eb35fc8eafa9a79a902c2f76911e5747ced4e032edd8d9b4"
checksum = "41c270e7540d725e65ac7f1b212ac8ce349719624d7bcff99f8e2e488e8cf03f"
[[package]]
name = "cfg-if"

View file

@ -12,4 +12,4 @@ pyo3 = { version = "0.21.2", features = ["abi3"] }
openssl-sys = "0.9.102"
[build-dependencies]
cc = "1.0.97"
cc = "1.0.98"