diff --git a/Cargo.lock b/Cargo.lock index 3c32ab216..4096ca90e 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -6394,13 +6394,11 @@ checksum = "3528ecfd12c466c6f163363caf2d02a71161dd5e1cc6ae7b34207ea2d42d81ed" [[package]] name = "twox-hash" -version = "1.6.3" +version = "2.1.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "97fee6b57c6a41524a810daee9286c02d7752c4253064d0b05472833a438f675" +checksum = "e7b17f197b3050ba473acf9181f7b1d3b66d1cf7356c6cc57886662276e65908" dependencies = [ - "cfg-if", - "rand 0.6.5", - "static_assertions", + "rand 0.8.5", ] [[package]] diff --git a/Cargo.toml b/Cargo.toml index 2096112ff..627366c08 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -107,7 +107,7 @@ toml = "0.8" tracing = "0.1" tracing-opentelemetry = "0.22.0" tracing-subscriber = "0.3.18" -twox-hash = "1.6.3" +twox-hash = "2.1.0" usdt = "0.5.0" uuid = { version = "1", features = [ "serde", "v4" ] }