Skip to content

Commit 133c48c

Browse files
Bump cc from 1.2.47 to 1.2.48 (#3558)
Bumps [cc](https://github.com/rust-lang/cc-rs) from 1.2.47 to 1.2.48. - [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.47...cc-v1.2.48) --- updated-dependencies: - dependency-name: cc dependency-version: 1.2.48 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 ed12d56 commit 133c48c

File tree

5 files changed

+6
-6
lines changed

5 files changed

+6
-6
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
@@ -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.47"
129+
cc = "1.2.48"
130130
cmake = "0.1.54"
131131
ctor = "0.6.1"
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.47" }
97+
cc = { version = "1.2.48" }
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.47"
25+
cc = "1.2.48"
2626
rustversion = "1.0.22"
2727
toml = { version = "0.9.0", features = ["preserve_order"] }
2828

crates/libafl_targets/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ function-logging = ["common", "std"]
7373
track_hit_feedbacks = ["libafl/track_hit_feedbacks"]
7474
[build-dependencies]
7575
bindgen = "0.72.1"
76-
cc = { version = "1.2.47", features = ["parallel"] }
76+
cc = { version = "1.2.48", features = ["parallel"] }
7777
rustversion = "1.0.22"
7878

7979
[dependencies]

0 commit comments

Comments
 (0)