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] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot] 2024-08-19 21:09:57 +08:00 committed by GitHub
parent a64296e7bf
commit 0330acf5f6
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 3 additions and 3 deletions

4
Cargo.lock generated
View File

@ -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",
]

View File

@ -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"