Browse Source

Bump indexmap from 2.2.1 to 2.2.2 (#3642)

Bumps [indexmap](https://github.com/indexmap-rs/indexmap) from 2.2.1 to 2.2.2.
- [Changelog](https://github.com/indexmap-rs/indexmap/blob/master/RELEASES.md)
- [Commits](https://github.com/indexmap-rs/indexmap/compare/2.2.1...2.2.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>
pull/3644/head
dependabot[bot] 9 months ago committed by GitHub
parent
commit
0a18daedaf
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

@ -353,7 +353,7 @@ dependencies = [
"bitflags 2.4.2", "bitflags 2.4.2",
"boa_interner", "boa_interner",
"boa_macros", "boa_macros",
"indexmap 2.2.1", "indexmap 2.2.2",
"num-bigint", "num-bigint",
"rustc-hash", "rustc-hash",
"serde", "serde",
@ -412,7 +412,7 @@ dependencies = [
"icu_plurals", "icu_plurals",
"icu_provider", "icu_provider",
"icu_segmenter", "icu_segmenter",
"indexmap 2.2.1", "indexmap 2.2.2",
"indoc", "indoc",
"intrusive-collections", "intrusive-collections",
"itertools 0.12.1", "itertools 0.12.1",
@ -493,7 +493,7 @@ dependencies = [
"boa_gc", "boa_gc",
"boa_macros", "boa_macros",
"hashbrown 0.14.3", "hashbrown 0.14.3",
"indexmap 2.2.1", "indexmap 2.2.2",
"once_cell", "once_cell",
"phf", "phf",
"rustc-hash", "rustc-hash",
@ -1958,9 +1958,9 @@ dependencies = [
[[package]] [[package]]
name = "indexmap" name = "indexmap"
version = "2.2.1" version = "2.2.2"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "433de089bd45971eecf4668ee0ee8f4cec17db4f8bd8f7bc3197a6ce37aa7d9b" checksum = "824b2ae422412366ba479e8111fd301f7b5faece8149317bb81925979a53f520"
dependencies = [ dependencies = [
"equivalent", "equivalent",
"hashbrown 0.14.3", "hashbrown 0.14.3",
@ -3083,7 +3083,7 @@ version = "0.9.31"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "adf8a49373e98a4c5f0ceb5d05aa7c648d75f63774981ed95b7c7443bbd50c6e" checksum = "adf8a49373e98a4c5f0ceb5d05aa7c648d75f63774981ed95b7c7443bbd50c6e"
dependencies = [ dependencies = [
"indexmap 2.2.1", "indexmap 2.2.2",
"itoa", "itoa",
"ryu", "ryu",
"serde", "serde",
@ -3567,7 +3567,7 @@ version = "0.21.1"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6a8534fd7f78b5405e860340ad6575217ce99f38d4d5c8f2442cb5ecb50090e1" checksum = "6a8534fd7f78b5405e860340ad6575217ce99f38d4d5c8f2442cb5ecb50090e1"
dependencies = [ dependencies = [
"indexmap 2.2.1", "indexmap 2.2.2",
"serde", "serde",
"serde_spanned", "serde_spanned",
"toml_datetime", "toml_datetime",

2
Cargo.toml

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

Loading…
Cancel
Save