Browse Source

Merge pull request #626 from aya-rs/dependabot/cargo/hashbrown-0.14

dependabot[bot] 1 year ago
parent
commit
26c6b92
1 changed files with 1 additions and 1 deletions
  1. 1 1
      aya-obj/Cargo.toml

+ 1 - 1
aya-obj/Cargo.toml

@@ -14,7 +14,7 @@ edition = "2021"
 bytes = "1"
 log = "0.4"
 object = { version = "0.31", default-features = false, features = ["read_core", "elf"] }
-hashbrown = { version = "0.13" }
+hashbrown = { version = "0.14" }
 thiserror = { version = "1", default-features = false }
 core-error = { version = "0.0.0" }