mirror of
https://github.com/saymrwulf/cryptography.git
synced 2026-05-14 20:37:55 +00:00
Bump cc from 1.0.82 to 1.0.83 in /src/rust (#9474)
Bumps [cc](https://github.com/rust-lang/cc-rs) from 1.0.82 to 1.0.83. - [Release notes](https://github.com/rust-lang/cc-rs/releases) - [Commits](https://github.com/rust-lang/cc-rs/compare/1.0.82...1.0.83) --- 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
ad611b0fe6
commit
2cc6d45506
3 changed files with 4 additions and 4 deletions
4
src/rust/Cargo.lock
generated
4
src/rust/Cargo.lock
generated
|
|
@ -42,9 +42,9 @@ checksum = "bef38d45163c2f1dde094a7dfd33ccf595c92905c8f8f4fdc18d06fb1037718a"
|
|||
|
||||
[[package]]
|
||||
name = "cc"
|
||||
version = "1.0.82"
|
||||
version = "1.0.83"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "305fe645edc1442a0fa8b6726ba61d422798d37a52e12eaecf4b022ebbb88f01"
|
||||
checksum = "f1174fb0b6ec23863f8b971027804a42614e347eafb0a95bf0b12cdae21fc4d0"
|
||||
dependencies = [
|
||||
"libc",
|
||||
]
|
||||
|
|
|
|||
|
|
@ -21,7 +21,7 @@ foreign-types-shared = "0.1"
|
|||
self_cell = "1"
|
||||
|
||||
[build-dependencies]
|
||||
cc = "1.0.82"
|
||||
cc = "1.0.83"
|
||||
|
||||
[features]
|
||||
extension-module = ["pyo3/extension-module"]
|
||||
|
|
|
|||
|
|
@ -12,4 +12,4 @@ pyo3 = { version = "0.19", features = ["abi3-py37"] }
|
|||
openssl-sys = "0.9.91"
|
||||
|
||||
[build-dependencies]
|
||||
cc = "1.0.82"
|
||||
cc = "1.0.83"
|
||||
|
|
|
|||
Loading…
Reference in a new issue