build(deps): bump indexmap from 1.8.1 to 1.8.2 (#4531)

Bumps [indexmap](https://github.com/bluss/indexmap) from 1.8.1 to 1.8.2.
- [Release notes](https://github.com/bluss/indexmap/releases)
- [Changelog](https://github.com/bluss/indexmap/blob/1.8.2/RELEASES.rst)
- [Commits](https://github.com/bluss/indexmap/compare/1.8.1...1.8.2)

---
updated-dependencies:
- dependency-name: indexmap
  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] 2022-05-30 21:59:30 +00:00 committed by GitHub
parent 6f896ef5a5
commit 8a00fad857
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 5 additions and 5 deletions

4
Cargo.lock generated
View File

@ -2200,9 +2200,9 @@ checksum = "ce23b50ad8242c51a442f3ff322d56b02f08852c77e4c0b4d3fd684abc89c683"
[[package]]
name = "indexmap"
version = "1.8.1"
version = "1.8.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0f647032dfaa1f8b6dc29bd3edb7bbef4861b8b8007ebb118d6db284fd59f6ee"
checksum = "e6012d540c5baa3589337a98ce73408de9b5a25ec9fc2c6fd6be8f0d39e0ca5a"
dependencies = [
"autocfg 1.1.0",
"hashbrown",

View File

@ -28,7 +28,7 @@ jsonrpc-derive = "18.0.0"
jsonrpc-http-server = "18.0.0"
# zebra-rpc needs the preserve_order feature in serde_json, which is a dependency of jsonrpc-core
serde_json = { version = "1.0.81", features = ["preserve_order"] }
indexmap = { version = "1.8.1", features = ["serde"] }
indexmap = { version = "1.8.2", features = ["serde"] }
tokio = { version = "1.18.2", features = ["time", "rt-multi-thread", "macros", "tracing"] }
tower = "0.4.12"

View File

@ -9,7 +9,7 @@ edition = "2021"
[dependencies]
hex = "0.4.3"
indexmap = "1.8.1"
indexmap = "1.8.2"
lazy_static = "1.4.0"
insta = "1.14.0"
proptest = "0.10.1"

View File

@ -56,7 +56,7 @@ zebra-state = { path = "../zebra-state" }
abscissa_core = "0.5"
gumdrop = "0.7"
chrono = "0.4.19"
indexmap = "1.8.1"
indexmap = "1.8.2"
lazy_static = "1.4.0"
serde = { version = "1.0.137", features = ["serde_derive"] }
toml = "0.5.9"