chore: bump indexmap to 2 (#1325)

This commit is contained in:
g-re-g 2023-07-11 15:24:21 -04:00 committed by GitHub
parent 576bb078f7
commit 3e40f9cc66
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 4 additions and 4 deletions

View file

@ -14,7 +14,7 @@ drain_filter_polyfill = "0.1"
educe = "0.4"
futures = "0.3"
html-escape = "0.2"
indexmap = "1.9"
indexmap = "2"
itertools = "0.10"
js-sys = "0.3"
leptos_reactive = { workspace = true }

View file

@ -24,4 +24,4 @@ proc-macro2 = { version = "1", features = ["span-locations", "nightly"] }
parking_lot = "0.12"
walkdir = "2"
camino = "1.1.3"
indexmap = "1.9.2"
indexmap = "2"

View file

@ -41,7 +41,7 @@ web-sys = { version = "0.3", optional = true, features = [
"Window",
] }
cfg-if = "1"
indexmap = "1"
indexmap = "2"
self_cell = "1.0.0"
[dev-dependencies]

View file

@ -12,7 +12,7 @@ cfg-if = "1"
leptos = { workspace = true }
tracing = "0.1"
wasm-bindgen = "0.2"
indexmap = "1"
indexmap = "2"
[dependencies.web-sys]
version = "0.3"