Skip to content

Commit cc70622

Browse files
chore(deps): bump cc from 1.2.20 to 1.2.21
Bumps [cc](https://github.com/rust-lang/cc-rs) from 1.2.20 to 1.2.21. - [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.2.20...cc-v1.2.21) --- updated-dependencies: - dependency-name: cc dependency-version: 1.2.21 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 297a506 commit cc70622

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Cargo.lock

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/rust/cryptography-cffi/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ pyo3.workspace = true
1111
openssl-sys.workspace = true
1212

1313
[build-dependencies]
14-
cc = "1.2.20"
14+
cc = "1.2.21"
1515

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

0 commit comments

Comments
 (0)