build(deps): bump indexmap from 1.9.3 to 2.1.0 (#30933)

Bumps [indexmap](https://github.com/bluss/indexmap) from 1.9.3 to 2.1.0.
- [Changelog](https://github.com/bluss/indexmap/blob/master/RELEASES.md)
- [Commits](https://github.com/bluss/indexmap/compare/1.9.3...2.1.0)

---
updated-dependencies:
- dependency-name: indexmap
  dependency-type: direct:production
  update-type: version-update:semver-major
...

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] 2023-12-25 18:12:03 +00:00 committed by GitHub
parent 4214462e5a
commit bfa3f8aede
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 3 deletions

4
Cargo.lock generated
View file

@ -3482,7 +3482,7 @@ dependencies = [
"euclid", "euclid",
"http", "http",
"hyper_serde", "hyper_serde",
"indexmap 1.9.3", "indexmap 2.1.0",
"keyboard-types", "keyboard-types",
"selectors", "selectors",
"serde", "serde",
@ -4891,7 +4891,7 @@ dependencies = [
"http", "http",
"hyper_serde", "hyper_serde",
"image", "image",
"indexmap 1.9.3", "indexmap 2.1.0",
"ipc-channel", "ipc-channel",
"itertools", "itertools",
"jstraceable_derive", "jstraceable_derive",

View file

@ -49,7 +49,7 @@ hyper-rustls = { version = "0.24", default-features = false, features = ["accept
hyper_serde = { path = "components/hyper_serde" } hyper_serde = { path = "components/hyper_serde" }
image = "0.24" image = "0.24"
imsz = "0.2" imsz = "0.2"
indexmap = { version = "1.0.2", features = ["std"] } indexmap = { version = "2.1.0", features = ["std"] }
ipc-channel = "0.18" ipc-channel = "0.18"
itertools = "0.10" itertools = "0.10"
keyboard-types = "0.6" keyboard-types = "0.6"