Update clap across the repo (#2374)

This commit is contained in:
Dominik Maier 2024-07-10 15:35:25 +02:00 committed by GitHub
parent 977a597e9a
commit 2b43d86296
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
19 changed files with 19 additions and 19 deletions

View File

@ -32,7 +32,7 @@ libafl_bolts = { path = "../../libafl_bolts/" }
libafl_targets = { path = "../../libafl_targets/", features = ["sancov_pcguard_hitcounts", "sancov_cmplog", "libfuzzer", "function-logging"] }
# TODO Include it only when building cc
libafl_cc = { path = "../../libafl_cc/" }
clap = { version = "4.0", features = ["default"] }
clap = { version = "4.5", features = ["default"] }
nix = { version = "0.29", features = ["fs"] }
mimalloc = { version = "*", default-features = false }

View File

@ -21,7 +21,7 @@ cc = { version = "1.0", features = ["parallel"] }
which = { version = "6.0" }
[dependencies]
clap = { version = "4.0", features = ["derive"] }
clap = { version = "4.5", features = ["derive"] }
nix = { version = "0.29", features = ["signal"] }
libafl = { path = "../../libafl/" }
libafl_bolts = { path = "../../libafl_bolts/" }

View File

@ -27,7 +27,7 @@ libc = "0.2"
libloading = "0.7"
num-traits = "0.2"
rangemap = "1.3"
clap = { version = "4.0", features = ["derive"] }
clap = { version = "4.5", features = ["derive"] }
serde = "1.0"
mimalloc = { version = "*", default-features = false }

View File

@ -30,7 +30,7 @@ libafl_bolts = { path = "../../libafl_bolts/" }
libafl_targets = { path = "../../libafl_targets/", features = ["sancov_pcguard_hitcounts", "sancov_cmplog", "libfuzzer"] }
# TODO Include it only when building cc
libafl_cc = { path = "../../libafl_cc/" }
clap = { version = "4.0", features = ["default"] }
clap = { version = "4.5", features = ["default"] }
nix = { version = "0.29", features = ["fs"] }
mimalloc = { version = "*", default-features = false }

View File

@ -30,7 +30,7 @@ libafl_bolts = { path = "../../libafl_bolts/" }
libafl_targets = { path = "../../libafl_targets/", features = ["sancov_pcguard_hitcounts", "sancov_cmplog", "libfuzzer", "sancov_ctx"] }
# TODO Include it only when building cc
libafl_cc = { path = "../../libafl_cc/" }
clap = { version = "4.0", features = ["default"] }
clap = { version = "4.5", features = ["default"] }
nix = { version = "0.29", features = ["fs"] }
mimalloc = { version = "*", default-features = false }

View File

@ -24,5 +24,5 @@ libafl = { path = "../../libafl/" }
libafl_bolts = { path = "../../libafl_bolts/" }
libafl_qemu = { path = "../../libafl_qemu/", features = ["x86_64", "usermode"] }
clap = { version = "4.0", features = ["default"] }
clap = { version = "4.5", features = ["default"] }
nix = { version = "0.29", features = ["fs"] }

View File

@ -23,5 +23,5 @@ which = "6.0"
libafl = { path = "../../libafl/" }
libafl_bolts = { path = "../../libafl_bolts/" }
libafl_targets = { path = "../../libafl_targets/" }
clap = { version = "4.0", features = ["default"] }
clap = { version = "4.5", features = ["default"] }
nix = { version = "0.29", features = ["signal"] }

View File

@ -23,5 +23,5 @@ which = "6.0"
libafl = { path = "../../libafl/" }
libafl_bolts = { path = "../../libafl_bolts/" }
libafl_targets = { path = "../../libafl_targets/" }
clap = { version = "4.0", features = ["default"] }
clap = { version = "4.5", features = ["default"] }
nix = { version = "0.29", features = ["signal"] }

View File

@ -24,6 +24,6 @@ libafl = { path = "../../libafl/" }
libafl_bolts = { path = "../../libafl_bolts/" }
libafl_qemu = { path = "../../libafl_qemu/", features = ["x86_64", "usermode"] }
clap = { version = "4.0", features = ["default"] }
clap = { version = "4.5", features = ["default"] }
nix = { version = "0.29", features = ["fs"] }

View File

@ -25,7 +25,7 @@ libafl_bolts = { path = "../../libafl_bolts/" }
libafl_targets = { path = "../../libafl_targets/", features = ["sancov_pcguard_hitcounts", "sancov_cmplog", "libfuzzer"] }
# TODO Include it only when building cc
libafl_cc = { path = "../../libafl_cc/" }
clap = { version = "4.0", features = ["default"] }
clap = { version = "4.5", features = ["default"] }
nix = { version = "0.29", features = ["fs"] }
mimalloc = { version = "*", default-features = false }
content_inspector = "0.2.4"

View File

@ -22,7 +22,7 @@ which = "4.4"
libafl = { path = "../../libafl/" }
libafl_bolts = { path = "../../libafl_bolts/" }
libafl_targets = { path = "../../libafl_targets/", features = ["pointer_maps", "sancov_cmplog", "libfuzzer", "sancov_8bit"] }
clap = { version = "4.0", features = ["default"] }
clap = { version = "4.5", features = ["default"] }
[lib]
name = "afl_atheris"

View File

@ -24,7 +24,7 @@ libafl_bolts = { path = "../../libafl_bolts/", features = ["std", "derive", "llm
libafl_targets = { path = "../../libafl_targets/", features = ["sancov_pcguard_hitcounts", "libfuzzer"] }
# TODO Include it only when building cc
libafl_cc = { path = "../../libafl_cc/" }
clap = { version = "4.0", features = ["derive"] }
clap = { version = "4.5", features = ["derive"] }
mimalloc = { version = "*", default-features = false }
[lib]

View File

@ -24,7 +24,7 @@ libafl_bolts = { path = "../../libafl_bolts/", features = ["errors_backtrace"] }
libafl_targets = { path = "../../libafl_targets/", features = ["sancov_pcguard_hitcounts", "libfuzzer"] }
# TODO Include it only when building cc
libafl_cc = { path = "../../libafl_cc/" }
clap = { version = "4.0", features = ["derive"] }
clap = { version = "4.5", features = ["derive"] }
mimalloc = { version = "*", default-features = false }
env_logger = "0.10"

View File

@ -24,7 +24,7 @@ libafl_bolts = { path = "../../libafl_bolts/" }
libafl_targets = { path = "../../libafl_targets/", features = ["sancov_pcguard_hitcounts", "libfuzzer"] }
# TODO Include it only when building cc
libafl_cc = { path = "../../libafl_cc/" }
clap = { version = "4.0", features = ["derive"] }
clap = { version = "4.5", features = ["derive"] }
mimalloc = { version = "*", default-features = false }
[lib]

View File

@ -25,7 +25,7 @@ libafl_bolts = { path = "../../libafl_bolts/", features = ["errors_backtrace"] }
libafl_targets = { path = "../../libafl_targets/", features = ["sancov_pcguard_hitcounts", "libfuzzer"] }
# TODO Include it only when building cc
libafl_cc = { path = "../../libafl_cc/" }
clap = { version = "4.1", features = ["derive"] }
clap = { version = "4.5", features = ["derive"] }
mimalloc = { version = "*", default-features = false }
[lib]

View File

@ -25,7 +25,7 @@ libafl_bolts = { path = "../../libafl_bolts/" }
libafl_targets = { path = "../../libafl_targets/", features = ["sancov_pcguard_hitcounts", "libfuzzer"] }
# TODO Include it only when building cc
libafl_cc = { path = "../../libafl_cc/" }
clap = { version = "4.0", features = ["derive"] }
clap = { version = "4.5", features = ["derive"] }
mimalloc = { version = "*", default-features = false }
[lib]

View File

@ -25,7 +25,7 @@ ppc = ["libafl_qemu/ppc", "be"]
vergen = { version = "8.2.1", features = ["build", "cargo", "git", "gitcl", "rustc", "si"] }
[dependencies]
clap = { version = "4.3.0", features = ["derive", "string"]}
clap = { version = "4.5", features = ["derive", "string"]}
libafl = { path = "../../libafl/" }
libafl_bolts = { path = "../../libafl_bolts/" }
libafl_qemu = { path = "../../libafl_qemu/", features = ["usermode"] }

View File

@ -25,7 +25,7 @@ ppc = ["libafl_qemu/ppc", "be"]
vergen = { version = "8.2.1", features = ["build", "cargo", "git", "gitcl", "rustc", "si"] }
[dependencies]
clap = { version = "4.3.0", features = ["derive", "string"]}
clap = { version = "4.5", features = ["derive", "string"]}
libafl = { path = "../../libafl/" }
libafl_bolts = { path = "../../libafl_bolts/" }
libafl_qemu = { path = "../../libafl_qemu/", features = ["usermode"] }

View File

@ -25,7 +25,7 @@ libafl_bolts = { path = "../../libafl_bolts", features = ["xxh3"] }
libafl_targets = { path = "../../libafl_targets", features = ["sancov_pcguard_hitcounts", "libfuzzer"] }
# TODO Include it only when building cc
libafl_cc = { path = "../../libafl_cc" }
clap = { version = "4.0", features = ["derive"] }
clap = { version = "4.5", features = ["derive"] }
mimalloc = { version = "*", default-features = false }
env_logger = "0.11"