deps: Bump indexmap to 2.0 (#22567)

Closes #ISSUE

Release Notes:

- N/A
This commit is contained in:
Piotr Osiewicz 2025-01-02 13:07:46 +01:00 committed by GitHub
parent 5447821715
commit b3e36c93b4
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
4 changed files with 30 additions and 41 deletions

View file

@ -16,7 +16,7 @@ indexmap.workspace = true
log.workspace = true
palette.workspace = true
rust-embed.workspace = true
schemars = { workspace = true, features = ["indexmap"] }
schemars = { workspace = true, features = ["indexmap2"] }
serde.workspace = true
serde_json.workspace = true
serde_json_lenient.workspace = true