diff --git a/Cargo.lock b/Cargo.lock index 92f5ebc696397..05ada978e741c 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3657,11 +3657,11 @@ dependencies = [ [[package]] name = "hashlink" -version = "0.8.1" +version = "0.8.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "69fe1fcf8b4278d860ad0548329f892a3631fb63f82574df68275f34cdbe0ffa" +checksum = "0761a1b9491c4f2e3d66aa0f62d0fba0af9a0e2852e4d48ea506632a4b56e6aa" dependencies = [ - "hashbrown 0.12.3", + "hashbrown 0.13.2", "serde", ] diff --git a/vdev/Cargo.toml b/vdev/Cargo.toml index b91a805b536b8..30bec3e54f089 100644 --- a/vdev/Cargo.toml +++ b/vdev/Cargo.toml @@ -20,7 +20,7 @@ directories = "5.0.1" # remove this when stabilized https://doc.rust-lang.org/stable/std/path/fn.absolute.html dunce = "1.0.4" glob = { version = "0.3.1", default-features = false } -hashlink = { version = "0.8.1", features = ["serde_impl"] } +hashlink = { version = "0.8.2", features = ["serde_impl"] } hex = "0.4.3" indicatif = { version = "0.17.3", features = ["improved_unicode"] } itertools = "0.10.5"