Upgrade indexmap to 2.0
This commit is contained in:
parent
775484c408
commit
a45ad6b41e
@ -76,7 +76,7 @@ form_urlencoded = "1.0.0"
|
|||||||
getrandom = { version = "0.2.6", optional = true }
|
getrandom = { version = "0.2.6", optional = true }
|
||||||
html5ever = { version = "0.26.0", optional = true }
|
html5ever = { version = "0.26.0", optional = true }
|
||||||
http = { workspace = true, 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_int = { workspace = true, features = ["serde"] }
|
||||||
js_option = "0.1.0"
|
js_option = "0.1.0"
|
||||||
# FIXME: Upgrade once MSRV >= 1.65
|
# FIXME: Upgrade once MSRV >= 1.65
|
||||||
|
Loading…
x
Reference in New Issue
Block a user