diff --git a/Cargo.lock b/Cargo.lock index 03ddb118e2..71478b1878 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -35,9 +35,9 @@ checksum = "739f4a8db6605981345c5654f3a85b056ce52f37a39d34da03f25bf2151ea16e" [[package]] name = "ahash" -version = "0.7.5" +version = "0.7.6" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "991984e3fd003e7ba02eb724f87a0f997b78677c46c0e91f8424ad7394c9886a" +checksum = "fcb51a0695d8f838b1ee009b3fbf66bda078cd64590202a864a8f3e8c4315c47" dependencies = [ "getrandom 0.2.3", "once_cell", @@ -1753,7 +1753,7 @@ version = "0.11.2" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "ab5ef0d4909ef3724cc8cce6ccc8572c5c817592e9285f5464f8e86f8bd3726e" dependencies = [ - "ahash 0.7.5", + "ahash 0.7.6", ] [[package]] @@ -4598,7 +4598,7 @@ dependencies = [ name = "solana-core" version = "1.9.0" dependencies = [ - "ahash 0.7.5", + "ahash 0.7.6", "base64 0.12.3", "bincode", "bs58 0.4.0", diff --git a/core/Cargo.toml b/core/Cargo.toml index 97ff30bf2c..9bafa8c2ee 100644 --- a/core/Cargo.toml +++ b/core/Cargo.toml @@ -14,7 +14,7 @@ edition = "2018" codecov = { repository = "solana-labs/solana", branch = "master", service = "github" } [dependencies] -ahash = "0.7.5" +ahash = "0.7.6" base64 = "0.12.3" bincode = "1.3.3" bs58 = "0.4.0"