Skip to content

Commit c1b2e4e

Browse files
Bump cc from 1.2.12 to 1.2.13
Bumps [cc](https://github.com/rust-lang/cc-rs) from 1.2.12 to 1.2.13. - [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.12...cc-v1.2.13) --- updated-dependencies: - dependency-name: cc dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 6b0b335 commit c1b2e4e

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

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.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ anyhow = "1.0.89"
3131
# see: https://pyo3.rs/v0.13.2/building_and_distribution.html#py_limited_apiabi3
3232
pyo3 = { version = "0.23.4", features = ["extension-module", "abi3-py38"], optional = true }
3333
cxx = { version = "1.0", optional = true }
34-
cc = { version = "1.0", optional = true }
34+
cc = { version = "1.2", optional = true }
3535

3636
[build-dependencies]
3737
cxx-build = { version = "1.0", optional = true }

0 commit comments

Comments
 (0)