Skip to content

Commit

Permalink
Update hashbrown requirement from 0.14.5 to 0.15.1 (AFLplusplus#2660)
Browse files Browse the repository at this point in the history
---
updated-dependencies:
- dependency-name: hashbrown
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Nov 5, 2024
1 parent 4431f06 commit 4581c50
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion libafl_frida/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ libafl_targets = { path = "../libafl_targets", version = "0.13.2", features = [

nix = { version = "0.29.0", default-features = true, features = ["mman"] }
libc = { version = "0.2.59" }
hashbrown = { version = "0.14.5", default-features = true }
hashbrown = { version = "0.15.1", default-features = true }
rangemap = { version = "1.5.1" }
frida-gum-sys = { version = "0.15.1", features = [
"event-sink",
Expand Down
2 changes: 1 addition & 1 deletion libafl_qemu/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ libafl_derive = { path = "../libafl_derive", version = "0.13.2" }
serde = { version = "1.0.210", default-features = false, features = [
"alloc",
] } # serialization lib
hashbrown = { version = "0.14.5", default-features = true, features = [
hashbrown = { version = "0.15.1", default-features = true, features = [
"serde",
] } # A faster hashmap, nostd compatible
num-traits = { version = "0.2.19", default-features = true }
Expand Down
2 changes: 1 addition & 1 deletion libafl_targets/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ libafl = { path = "../libafl", version = "0.13.2", default-features = false, fea
libafl_bolts = { path = "../libafl_bolts", version = "0.13.2", default-features = false, features = [
] }
libc = { version = "0.2.59" }
hashbrown = { version = "0.14.5", default-features = true }
hashbrown = { version = "0.15.1", default-features = true }
once_cell = "1.19.0"
log = { version = "0.4.22" }
rustversion = { version = "1.0.17" }
Expand Down

0 comments on commit 4581c50

Please sign in to comment.