diff --git a/Cargo.lock b/Cargo.lock index 2322e0736..887b292b6 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -6531,13 +6531,11 @@ checksum = "3528ecfd12c466c6f163363caf2d02a71161dd5e1cc6ae7b34207ea2d42d81ed" [[package]] name = "twox-hash" -version = "1.6.3" +version = "2.0.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "97fee6b57c6a41524a810daee9286c02d7752c4253064d0b05472833a438f675" +checksum = "a6db6856664807f43c17fbaf2718e2381ac1476a449aa104f5f64622defa1245" dependencies = [ - "cfg-if", "rand 0.8.5", - "static_assertions", ] [[package]] diff --git a/Cargo.toml b/Cargo.toml index 01e6dd2a8..2920ac4b5 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.0.1" usdt = "0.5.0" uuid = { version = "1", features = [ "serde", "v4" ] }