diff --git a/Cargo.lock b/Cargo.lock index 3a169795..e79310dc 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 1ed71785..66fa1039 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"] }