From 77a2d1aea5fa41fa0075198fe063ed417d569a3a Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 7 Nov 2024 07:01:30 +0000 Subject: [PATCH] Update Rust crate twox-hash to v2 --- Cargo.lock | 8 +++----- Cargo.toml | 2 +- 2 files changed, 4 insertions(+), 6 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 3c32ab216..05aa10b91 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -6394,13 +6394,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.6.5", - "static_assertions", + "rand 0.8.5", ] [[package]] diff --git a/Cargo.toml b/Cargo.toml index 2096112ff..03999352a 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" ] }