Bump indexmap from 2.0.2 to 2.1.0 (#622)

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>
This commit is contained in:
dependabot[bot] 2023-11-06 11:33:12 -08:00 committed by GitHub
parent 545266c6f3
commit 4c001d3af7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 9 additions and 9 deletions

16
Cargo.lock generated
View File

@ -474,7 +474,7 @@ dependencies = [
"hostname",
"http",
"hyper",
"indexmap 2.0.2",
"indexmap 2.1.0",
"multer",
"openapiv3",
"paste",
@ -1005,9 +1005,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.1",
@ -1259,7 +1259,7 @@ version = "2.0.0-rc.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "25316406f0191559189c56d99731b63130775de7284d98df5e976ce67882ca8a"
dependencies = [
"indexmap 2.0.2",
"indexmap 2.1.0",
"serde",
"serde_json",
]
@ -1438,7 +1438,7 @@ dependencies = [
"heck",
"http",
"hyper",
"indexmap 2.0.2",
"indexmap 2.1.0",
"openapiv3",
"proc-macro2",
"quote",
@ -1920,7 +1920,7 @@ version = "0.9.25"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1a49e178e4452f45cb61d0cd8cebc1b0fafd3e41929e996cef79aa3aca91f574"
dependencies = [
"indexmap 2.0.2",
"indexmap 2.1.0",
"itoa",
"ryu",
"serde",
@ -2315,7 +2315,7 @@ version = "0.19.12"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c500344a19072298cd05a7224b3c0c629348b78692bf48466c5238656e315a78"
dependencies = [
"indexmap 2.0.2",
"indexmap 2.1.0",
"serde",
"serde_spanned",
"toml_datetime",
@ -2328,7 +2328,7 @@ version = "0.20.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "396e4d48bbb2b7554c944bde63101b5ae446cff6ec4a24227428f15eb72ef338"
dependencies = [
"indexmap 2.0.2",
"indexmap 2.1.0",
"serde",
"serde_spanned",
"toml_datetime",

View File

@ -11,7 +11,7 @@ readme = "../README.md"
heck = "0.4.1"
http = "0.2.9"
getopts = "0.2"
indexmap = "2.0.2"
indexmap = "2.1.0"
openapiv3 = "2.0.0-rc.0"
proc-macro2 = "1.0"
quote = "1.0"