From b6f4dcb97cea9d2e8437cc7b9268ca00830daec5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 13 Jan 2023 16:01:09 +0000 Subject: [PATCH] build(deps): bump mset from 0.1.0 to 0.1.1 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] --- Cargo.lock | 4 ++-- zebra-state/Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 99ceea840a4..3c82d63829f 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -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" diff --git a/zebra-state/Cargo.toml b/zebra-state/Cargo.toml index 1ed71785846..66fa10390fb 100644 --- a/zebra-state/Cargo.toml +++ b/zebra-state/Cargo.toml @@ -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"] }