build(deps): bump mset from 0.1.0 to 0.1.1 (#5952)
Bumps [mset](https://github.com/lonnen/mset) from 0.1.0 to 0.1.1. - [Release notes](https://github.com/lonnen/mset/releases) - [Commits](https://github.com/lonnen/mset/commits) --- updated-dependencies: - dependency-name: mset dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> 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
e21d8f9328
commit
402ed3eaac
|
@ -2427,9 +2427,9 @@ dependencies = [
|
|||
|
||||
[[package]]
|
||||
name = "mset"
|
||||
version = "0.1.0"
|
||||
version = "0.1.1"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "05d1cf737c48148e9956a9ea00710258dcf2a7afdedc34a2c672a44866f618dc"
|
||||
checksum = "26c4d16a3d2b0e89ec6e7d509cf791545fcb48cbc8fc2fb2e96a492defda9140"
|
||||
|
||||
[[package]]
|
||||
name = "multimap"
|
||||
|
|
|
@ -33,7 +33,7 @@ indexmap = "1.9.2"
|
|||
itertools = "0.10.5"
|
||||
lazy_static = "1.4.0"
|
||||
metrics = "0.20.1"
|
||||
mset = "0.1.0"
|
||||
mset = "0.1.1"
|
||||
regex = "1.7.1"
|
||||
rlimit = "0.9.0"
|
||||
rocksdb = { version = "0.19.0", default_features = false, features = ["lz4"] }
|
||||
|
|
Loading…
Reference in New Issue