Преглед изворни кода

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

dependabot[bot] пре 1 година
родитељ
комит
26c6b92ef1
1 измењених фајлова са 1 додато и 1 уклоњено
  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" }