Skip to content

Commit 12945b6

Browse files
chore(deps): bump cc from 1.2.56 to 1.2.58 in /rust (#48)
Bumps [cc](https://github.com/rust-lang/cc-rs) from 1.2.56 to 1.2.58. - [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.56...cc-v1.2.58) --- updated-dependencies: - dependency-name: cc dependency-version: 1.2.58 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>
1 parent f80577d commit 12945b6

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

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.

rust/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,6 @@ std = []
3131
rustdoc-args = ["--cfg", "docsrs"]
3232

3333
[build-dependencies]
34-
cc = { version = "1.1", features = ["parallel"] }
34+
cc = { version = "1.2", features = ["parallel"] }
3535
link_args = "0.6"
3636
regex = { version = "1.11", features = [] }

0 commit comments

Comments
 (0)