Skip to content

Commit a987585

Browse files
Bump cc from 1.1.23 to 1.1.24 in /src/rust (#11684)
Bumps [cc](https://github.com/rust-lang/cc-rs) from 1.1.23 to 1.1.24. - [Release notes](https://github.com/rust-lang/cc-rs/releases) - [Changelog](https://github.com/rust-lang/cc-rs/blob/main/CHANGELOG.md) - [Commits](rust-lang/cc-rs@cc-v1.1.23...cc-v1.1.24) --- updated-dependencies: - dependency-name: cc dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 628354a commit a987585

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

src/rust/Cargo.lock

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/rust/cryptography-cffi/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ pyo3 = { version = "0.22.3", features = ["abi3"] }
1111
openssl-sys = "0.9.103"
1212

1313
[build-dependencies]
14-
cc = "1.1.23"
14+
cc = "1.1.24"
1515

1616
[lints.rust]
1717
unexpected_cfgs = { level = "warn", check-cfg = ['cfg(python_implementation, values("CPython", "PyPy"))'] }

0 commit comments

Comments
 (0)