Skip to content

Commit 4184985

Browse files
Bump clap from 4.5.51 to 4.5.52 (#3522)
Bumps [clap](https://github.com/clap-rs/clap) from 4.5.51 to 4.5.52. - [Release notes](https://github.com/clap-rs/clap/releases) - [Changelog](https://github.com/clap-rs/clap/blob/master/CHANGELOG.md) - [Commits](clap-rs/clap@clap_complete-v4.5.51...clap_complete-v4.5.52) --- updated-dependencies: - dependency-name: clap dependency-version: 4.5.52 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 0b13622 commit 4184985

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
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
@@ -125,7 +125,7 @@ backtrace = { version = "0.3.74", default-features = false } # Used to get the s
125125
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
128-
clap = "4.5.49"
128+
clap = "4.5.52"
129129
cc = "1.2.46"
130130
cmake = "0.1.54"
131131
ctor = "0.6.1"

crates/libafl_qemu/libafl_qemu_runner/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ vergen = { version = "9.0.1", features = ["build", "cargo", "rustc", "si"] }
6262
vergen-git2 = "1.0.1"
6363

6464
[dependencies]
65-
clap = { version = "4.5.49", features = ["derive", "string"] }
65+
clap = { version = "4.5.52", features = ["derive", "string"] }
6666
env_logger = { version = "0.11.5" }
6767
log = { version = "0.4.22", features = ["release_max_level_info"] }
6868
readonly = { version = "0.2.12" }

0 commit comments

Comments
 (0)