Browse Source

Bump indexmap from 2.1.0 to 2.2.1 (#3624)

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

---
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/3626/head
dependabot[bot] 10 months ago committed by GitHub
parent
commit
00ece9b068
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
  1. 14
      Cargo.lock
  2. 2
      Cargo.toml

14
Cargo.lock generated

@ -347,7 +347,7 @@ dependencies = [
"bitflags 2.4.2",
"boa_interner",
"boa_macros",
"indexmap 2.1.0",
"indexmap 2.2.1",
"num-bigint",
"rustc-hash",
"serde",
@ -406,7 +406,7 @@ dependencies = [
"icu_plurals",
"icu_provider",
"icu_segmenter",
"indexmap 2.1.0",
"indexmap 2.2.1",
"indoc",
"intrusive-collections",
"itertools 0.12.0",
@ -487,7 +487,7 @@ dependencies = [
"boa_gc",
"boa_macros",
"hashbrown 0.14.3",
"indexmap 2.1.0",
"indexmap 2.2.1",
"once_cell",
"phf",
"rustc-hash",
@ -1960,9 +1960,9 @@ dependencies = [
[[package]]
name = "indexmap"
version = "2.1.0"
version = "2.2.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d530e1a18b1cb4c484e6e34556a0d948706958449fca0cab753d649f2bce3d1f"
checksum = "433de089bd45971eecf4668ee0ee8f4cec17db4f8bd8f7bc3197a6ce37aa7d9b"
dependencies = [
"equivalent",
"hashbrown 0.14.3",
@ -3085,7 +3085,7 @@ version = "0.9.30"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b1bf28c79a99f70ee1f1d83d10c875d2e70618417fda01ad1785e027579d9d38"
dependencies = [
"indexmap 2.1.0",
"indexmap 2.2.1",
"itoa",
"ryu",
"serde",
@ -3570,7 +3570,7 @@ version = "0.21.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d34d383cd00a163b4a5b85053df514d45bc330f6de7737edfe0a93311d1eaa03"
dependencies = [
"indexmap 2.1.0",
"indexmap 2.2.1",
"serde",
"serde_spanned",
"toml_datetime",

2
Cargo.toml

@ -50,7 +50,7 @@ clap = "4.4.18"
colored = "2.1.0"
fast-float = "0.2.0"
hashbrown = { version = "0.14.3", default-features = false }
indexmap = { version = "2.1.0", default-features = false }
indexmap = { version = "2.2.1", default-features = false }
indoc = "2.0.4"
jemallocator = "0.5.4"
num-bigint = "0.4.4"

Loading…
Cancel
Save