From 0330acf5f609f8f1713b25d0eb0ef3c11b51c54e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 19 Aug 2024 21:09:57 +0800 Subject: [PATCH] chore(deps): Bump hashring from 0.3.5 to 0.3.6 (#681) Bumps [hashring](https://github.com/jeromefroe/hashring-rs) from 0.3.5 to 0.3.6. - [Changelog](https://github.com/jeromefroe/hashring-rs/blob/master/CHANGELOG.md) - [Commits](https://github.com/jeromefroe/hashring-rs/compare/0.3.5...0.3.6) --- updated-dependencies: - dependency-name: hashring dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- Cargo.lock | 4 ++-- dragonfly-client/Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 85f487d4..3e8b8be9 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1759,9 +1759,9 @@ dependencies = [ [[package]] name = "hashring" -version = "0.3.5" +version = "0.3.6" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a2e670d8fa425ec0d91dae7d6ab4a32721e775060a5d2d7cd572a9f0736dfddc" +checksum = "43bfd649ac5e0f82ae98d547450f1d31af49742be255b5380c61fc8513b9df11" dependencies = [ "siphasher", ] diff --git a/dragonfly-client/Cargo.toml b/dragonfly-client/Cargo.toml index 152caf41..4812fe9b 100644 --- a/dragonfly-client/Cargo.toml +++ b/dragonfly-client/Cargo.toml @@ -80,7 +80,7 @@ tower = "0.4.13" indicatif = "0.17.8" dashmap = "6.0.1" fs2 = "0.4.3" -hashring = "0.3.5" +hashring = "0.3.6" libc = "0.2" fslock = "0.2.1" leaky-bucket = "1.0.1"