From 747fba34b1e1af15aaf6299c4f7c32718580bc98 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 11 Jan 2025 05:50:10 +0000 Subject: [PATCH] Update Rust crate twox-hash to v2 --- Cargo.lock | 6 ++---- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 5 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 79bb0fb7c..dae3f1930 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -6486,13 +6486,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.8.5", - "static_assertions", ] [[package]] diff --git a/Cargo.toml b/Cargo.toml index 06169a21a..6dfb1811d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -109,7 +109,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" ] }