From b1dbe1f50d87554074d5b4ad8e2a155ed0041b13 Mon Sep 17 00:00:00 2001 From: Luke Parker Date: Tue, 18 Jul 2023 23:25:15 -0400 Subject: [PATCH] hashbrown 0.14 in validator-sets --- Cargo.lock | 2 +- substrate/validator-sets/pallet/Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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"] }