diff --git a/Cargo.lock b/Cargo.lock index fb600bb4..95708d84 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -8879,7 +8879,7 @@ version = "0.1.0" dependencies = [ "frame-support", "frame-system", - "hashbrown 0.13.2", + "hashbrown 0.14.0", "parity-scale-codec", "scale-info", "serai-primitives", diff --git a/substrate/validator-sets/pallet/Cargo.toml b/substrate/validator-sets/pallet/Cargo.toml index 82e08d42..99849bea 100644 --- a/substrate/validator-sets/pallet/Cargo.toml +++ b/substrate/validator-sets/pallet/Cargo.toml @@ -12,7 +12,7 @@ all-features = true rustdoc-args = ["--cfg", "docsrs"] [dependencies] -hashbrown = { version = "0.13", default-features = false } +hashbrown = { version = "0.14", default-features = false } scale = { package = "parity-scale-codec", version = "3", default-features = false, features = ["derive"] } scale-info = { version = "2", default-features = false, features = ["derive"] }