Skip to content

Commit 71db338

Browse files
Bump cc from 1.2.22 to 1.2.23
Bumps [cc](https://github.com/rust-lang/cc-rs) from 1.2.22 to 1.2.23. - [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.22...cc-v1.2.23) --- updated-dependencies: - dependency-name: cc dependency-version: 1.2.23 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 90316ea commit 71db338

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
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: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,10 +21,10 @@ linux-raw-sys = { version = "0.9.4", default-features = false, features = ["no_s
2121
log = "0.4.27"
2222

2323
[build-dependencies]
24-
cc = "1.2.22"
24+
cc = "1.2.23"
2525

2626
[dev-dependencies]
27-
cc = "1.2.22"
27+
cc = "1.2.23"
2828
lazy_static = "1.5.0"
2929
rstest = { version = "0.25.0", default-features = false }
3030
tempfile = "3.20.0"

0 commit comments

Comments
 (0)