Skip to content

Commit e663965

Browse files
Bump cc from 1.2.12 to 1.2.13 (#15)
Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent c763f3c commit e663965

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)