Browse Source

Bump indexmap from 2.0.2 to 2.1.0 (#3447)

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

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

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
pull/3448/head
dependabot[bot] 1 year ago committed by GitHub
parent
commit
dca84573b3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 16
      Cargo.lock
  2. 2
      Cargo.toml

16
Cargo.lock generated

@ -358,7 +358,7 @@ dependencies = [
"bitflags 2.4.1",
"boa_interner",
"boa_macros",
"indexmap 2.0.2",
"indexmap 2.1.0",
"num-bigint",
"rustc-hash",
"serde",
@ -417,7 +417,7 @@ dependencies = [
"icu_plurals",
"icu_provider",
"icu_segmenter",
"indexmap 2.0.2",
"indexmap 2.1.0",
"indoc",
"intrusive-collections",
"itertools 0.11.0",
@ -495,7 +495,7 @@ dependencies = [
"boa_gc",
"boa_macros",
"hashbrown 0.14.2",
"indexmap 2.0.2",
"indexmap 2.1.0",
"once_cell",
"phf",
"rustc-hash",
@ -2006,9 +2006,9 @@ dependencies = [
[[package]]
name = "indexmap"
version = "2.0.2"
version = "2.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8adf3ddd720272c6ea8bf59463c04e0f93d0bbf7c5439b691bca2987e0270897"
checksum = "d530e1a18b1cb4c484e6e34556a0d948706958449fca0cab753d649f2bce3d1f"
dependencies = [
"equivalent",
"hashbrown 0.14.2",
@ -3222,7 +3222,7 @@ version = "0.9.27"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3cc7a1570e38322cfe4154732e5110f887ea57e22b76f4bfd32b5bdd3368666c"
dependencies = [
"indexmap 2.0.2",
"indexmap 2.1.0",
"itoa",
"ryu",
"serde",
@ -3732,7 +3732,7 @@ version = "0.19.15"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1b5bb770da30e5cbfde35a2d7b9b8a2c4b8ef89548a7a6aeab5c9a576e3e7421"
dependencies = [
"indexmap 2.0.2",
"indexmap 2.1.0",
"toml_datetime",
"winnow",
]
@ -3743,7 +3743,7 @@ version = "0.20.7"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "70f427fce4d84c72b5b732388bf4a9f4531b53f74e2887e3ecb2481f68f66d81"
dependencies = [
"indexmap 2.0.2",
"indexmap 2.1.0",
"serde",
"serde_spanned",
"toml_datetime",

2
Cargo.toml

@ -47,7 +47,7 @@ clap = "4.4.7"
colored = "2.0.4"
fast-float = "0.2.0"
hashbrown = { version = "0.14.2", default-features = false }
indexmap = { version = "2.0.2", default-features = false }
indexmap = { version = "2.1.0", default-features = false }
indoc = "2.0.4"
jemallocator = "0.5.4"
num-bigint = "0.4.4"

Loading…
Cancel
Save