Skip to content

Commit 36583f5

Browse files
Bump cc from 1.2.50 to 1.2.51 (#3628)
Bumps [cc](https://github.com/rust-lang/cc-rs) from 1.2.50 to 1.2.51. - [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.50...cc-v1.2.51) --- updated-dependencies: - dependency-name: cc dependency-version: 1.2.51 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 541f2ab commit 36583f5

File tree

5 files changed

+8
-8
lines changed

5 files changed

+8
-8
lines changed

Cargo.lock

Lines changed: 4 additions & 4 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
@@ -126,7 +126,7 @@ bindgen = "0.72.1"
126126
bitbybit = "1.4.0" # bitfields, use this for bit fields and bit enums
127127
capstone = "0.13.0" # Disassembler used in libafl_unicorn to provide disassembly on crash
128128
clap = "4.5.52"
129-
cc = "1.2.50"
129+
cc = "1.2.51"
130130
cmake = "0.1.57"
131131
ctor = "0.6.3"
132132
document-features = "0.2.11"

crates/libafl_asan/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ ahash = { workspace = true, default-features = false }
9494
hashbrown = { workspace = true, default-features = false }
9595

9696
[build-dependencies]
97-
cc = { version = "1.2.50" }
97+
cc = { version = "1.2.51" }
9898

9999
[dev-dependencies]
100100
env_logger = { version = "0.11.6" }

crates/libafl_libfuzzer/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ include = [
2222
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
2323

2424
[build-dependencies]
25-
cc = "1.2.50"
25+
cc = "1.2.51"
2626
rustversion = "1.0.22"
2727
toml = { version = "0.9.10", features = ["preserve_order"] }
2828

crates/libafl_targets/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -197,7 +197,7 @@ document-features = ["dep:document-features"]
197197

198198
[build-dependencies]
199199
bindgen = "0.72.1"
200-
cc = { version = "1.2.50", features = ["parallel"] }
200+
cc = { version = "1.2.51", features = ["parallel"] }
201201
rustversion = "1.0.22"
202202

203203
[dependencies]

0 commit comments

Comments
 (0)