Browse Source

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

dependabot[bot] 1 năm trước cách đây
mục cha
commit
26c6b92ef1
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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" }