Upgrade indexmap to 2.0

This commit is contained in:
Jonas Platte 2023-07-05 10:56:47 +02:00
parent 775484c408
commit a45ad6b41e
No known key found for this signature in database
GPG Key ID: AAA7A61F696C3E0C

View File

@ -76,7 +76,7 @@ form_urlencoded = "1.0.0"
getrandom = { version = "0.2.6", optional = true }
html5ever = { version = "0.26.0", optional = true }
http = { workspace = true, optional = true }
indexmap = { version = "1.9.1", features = ["serde", "std"] }
indexmap = { version = "2.0.0", features = ["serde"] }
js_int = { workspace = true, features = ["serde"] }
js_option = "0.1.0"
# FIXME: Upgrade once MSRV >= 1.65