From 5e66c86f2d4bf447bb2143e0f8365e6622a0321d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 19 Dec 2024 04:49:03 +0000 Subject: [PATCH] chore(deps): Bump twox-hash from 2.0.1 to 2.1.0 (#19861) Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- Cargo.lock | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 33261a2eb7eff..8554dafab4b94 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -5229,7 +5229,7 @@ dependencies = [ "serde", "thiserror 2.0.3", "tracing", - "twox-hash 2.0.1", + "twox-hash 2.1.0", "zstd 0.13.0", ] @@ -10502,7 +10502,7 @@ dependencies = [ "serde", "serde_json", "thiserror 1.0.63", - "twox-hash 2.0.1", + "twox-hash 2.1.0", ] [[package]] @@ -10546,7 +10546,7 @@ dependencies = [ "tokio-postgres", "tokio-stream 0.1.15", "tracing", - "twox-hash 2.0.1", + "twox-hash 2.1.0", "workspace-hack", ] @@ -10804,7 +10804,7 @@ dependencies = [ "tracing-futures", "tracing-opentelemetry", "tracing-subscriber", - "twox-hash 2.0.1", + "twox-hash 2.1.0", "url", "uuid", "workspace-hack", @@ -15235,9 +15235,9 @@ dependencies = [ [[package]] name = "twox-hash" -version = "2.0.1" +version = "2.1.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a6db6856664807f43c17fbaf2718e2381ac1476a449aa104f5f64622defa1245" +checksum = "e7b17f197b3050ba473acf9181f7b1d3b66d1cf7356c6cc57886662276e65908" dependencies = [ "rand", ]