Skip to content

Commit 61b6023

Browse files
Bump clap from 4.5.43 to 4.5.45 (#3392)
Bumps [clap](https://github.com/clap-rs/clap) from 4.5.43 to 4.5.45. - [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.43...clap_complete-v4.5.45) --- updated-dependencies: - dependency-name: clap dependency-version: 4.5.45 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 706f58f commit 61b6023

File tree

3 files changed

+8
-8
lines changed

3 files changed

+8
-8
lines changed

Cargo.lock

Lines changed: 6 additions & 6 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
@@ -98,7 +98,7 @@ bindgen = "0.72.0"
9898
# fixme: Change this to 1.3.3 when the issue https://github.com/danlehmann/bitfield/issues/66 is resolved.
9999
bitbybit = "=1.3.2" # bitfields, use this for bit fields and bit enums
100100
capstone = "0.13.0" # Disassembler used in libafl_unicorn to provide disassembly on crash
101-
clap = "4.5.18"
101+
clap = "4.5.45"
102102
cc = "1.1.21"
103103
cmake = "0.1.51"
104104
document-features = "0.2.10"

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.18", features = ["derive", "string"] }
65+
clap = { version = "4.5.45", 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)