build(deps): bump indexmap from 1.9.1 to 1.9.2 (#5666)

Bumps [indexmap](https://github.com/bluss/indexmap) from 1.9.1 to 1.9.2.
- [Release notes](https://github.com/bluss/indexmap/releases)
- [Changelog](https://github.com/bluss/indexmap/blob/master/RELEASES.md)
- [Commits](https://github.com/bluss/indexmap/compare/1.9.1...1.9.2)

---
updated-dependencies:
- dependency-name: indexmap
  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>
Co-authored-by: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot] 2022-11-22 02:39:18 +00:00 committed by GitHub
parent 8d94de034c
commit ad919acf75
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
6 changed files with 7 additions and 7 deletions

4
Cargo.lock generated
View File

@ -1940,9 +1940,9 @@ checksum = "ce23b50ad8242c51a442f3ff322d56b02f08852c77e4c0b4d3fd684abc89c683"
[[package]]
name = "indexmap"
version = "1.9.1"
version = "1.9.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "10a35a97730320ffe8e2d410b5d3b69279b98d2c14bdb8b70ea89ecf7888d41e"
checksum = "1885e79c1fc4b10f0e172c475f458b7f7b93061064d98c3293e98c5ba0c8b399"
dependencies = [
"autocfg",
"hashbrown",

View File

@ -20,7 +20,7 @@ bytes = "1.3.0"
chrono = { version = "0.4.23", default-features = false, features = ["clock", "std"] }
hex = "0.4.3"
humantime-serde = "1.1.1"
indexmap = { version = "1.9.1", features = ["serde"] }
indexmap = { version = "1.9.2", features = ["serde"] }
lazy_static = "1.4.0"
ordered-map = "0.4.2"
pin-project = "1.0.12"

View File

@ -43,7 +43,7 @@ num_cpus = "1.14.0"
# zebra-rpc needs the preserve_order feature in serde_json, which is a dependency of jsonrpc-core
serde_json = { version = "1.0.87", features = ["preserve_order"] }
indexmap = { version = "1.9.1", features = ["serde"] }
indexmap = { version = "1.9.2", features = ["serde"] }
tokio = { version = "1.21.2", features = ["time", "rt-multi-thread", "macros", "tracing"] }
tower = "0.4.13"

View File

@ -29,7 +29,7 @@ dirs = "4.0.0"
displaydoc = "0.2.3"
futures = "0.3.25"
hex = "0.4.3"
indexmap = "1.9.1"
indexmap = "1.9.2"
itertools = "0.10.5"
lazy_static = "1.4.0"
metrics = "0.20.1"

View File

@ -9,7 +9,7 @@ edition = "2021"
[dependencies]
hex = "0.4.3"
indexmap = "1.9.1"
indexmap = "1.9.2"
lazy_static = "1.4.0"
insta = "1.21.1"
proptest = "0.10.1"

View File

@ -96,7 +96,7 @@ gumdrop = { version = "0.7", features = ["default_expr"]}
chrono = { version = "0.4.23", default-features = false, features = ["clock", "std"] }
humantime = "2.1.0"
humantime-serde = "1.1.1"
indexmap = "1.9.1"
indexmap = "1.9.2"
lazy_static = "1.4.0"
serde = { version = "1.0.147", features = ["serde_derive"] }
toml = "0.5.9"