From f02e15fd49508e4aaa3bc3b9f7993773639f7631 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 10 Jan 2025 22:43:36 +0000 Subject: [PATCH] chore(deps): Bump twox-hash from 2.0.1 to 2.1.0 Bumps [twox-hash](https://github.com/shepmaster/twox-hash) from 2.0.1 to 2.1.0. - [Changelog](https://github.com/shepmaster/twox-hash/blob/main/CHANGELOG.md) - [Commits](https://github.com/shepmaster/twox-hash/compare/v2.0.1...v2.1.0) --- updated-dependencies: - dependency-name: twox-hash dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Cargo.lock | 8 ++++---- lib/vector-stream/Cargo.toml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index fca98926a83ad..40e8bd023e16d 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -4524,7 +4524,7 @@ dependencies = [ "httpdate", "itoa", "pin-project-lite", - "socket2 0.4.10", + "socket2 0.5.8", "tokio", "tower-service", "tracing 0.1.41", @@ -7525,7 +7525,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "e9552f850d5f0964a4e4d0bf306459ac29323ddfbae05e35a7c0d35cb0803cc5" dependencies = [ "anyhow", - "itertools 0.11.0", + "itertools 0.13.0", "proc-macro2 1.0.92", "quote 1.0.37", "syn 2.0.90", @@ -10481,9 +10481,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" [[package]] name = "typed-builder" diff --git a/lib/vector-stream/Cargo.toml b/lib/vector-stream/Cargo.toml index fbf4dc66cf896..f0a55a22fcc74 100644 --- a/lib/vector-stream/Cargo.toml +++ b/lib/vector-stream/Cargo.toml @@ -14,7 +14,7 @@ tokio = { version = "1.41.1", default-features = false, features = ["net"] } tokio-util = { version = "0.7.0", default-features = false, features = ["time"] } tower = { version = "0.4", default-features = false, features = ["util"] } tracing = { version = "0.1.34", default-features = false } -twox-hash = { version = "2.0.1", default-features = false, features = ["xxhash64"] } +twox-hash = { version = "2.1.0", default-features = false, features = ["xxhash64"] } vector-common = { path = "../vector-common" } vector-core = { path = "../vector-core" }