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:
parent
a64296e7bf
commit
0330acf5f6
|
|
@ -1759,9 +1759,9 @@ dependencies = [
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "hashring"
|
name = "hashring"
|
||||||
version = "0.3.5"
|
version = "0.3.6"
|
||||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||||
checksum = "a2e670d8fa425ec0d91dae7d6ab4a32721e775060a5d2d7cd572a9f0736dfddc"
|
checksum = "43bfd649ac5e0f82ae98d547450f1d31af49742be255b5380c61fc8513b9df11"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"siphasher",
|
"siphasher",
|
||||||
]
|
]
|
||||||
|
|
|
||||||
|
|
@ -80,7 +80,7 @@ tower = "0.4.13"
|
||||||
indicatif = "0.17.8"
|
indicatif = "0.17.8"
|
||||||
dashmap = "6.0.1"
|
dashmap = "6.0.1"
|
||||||
fs2 = "0.4.3"
|
fs2 = "0.4.3"
|
||||||
hashring = "0.3.5"
|
hashring = "0.3.6"
|
||||||
libc = "0.2"
|
libc = "0.2"
|
||||||
fslock = "0.2.1"
|
fslock = "0.2.1"
|
||||||
leaky-bucket = "1.0.1"
|
leaky-bucket = "1.0.1"
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue