mirror of
https://github.com/saymrwulf/cryptography.git
synced 2026-05-14 20:37:55 +00:00
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:
parent
fd933a8683
commit
583304ee0a
2 changed files with 3 additions and 6 deletions
7
src/rust/Cargo.lock
generated
7
src/rust/Cargo.lock
generated
|
|
@ -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"
|
||||
|
|
|
|||
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Reference in a new issue