mirror of
https://github.com/leptos-rs/leptos
synced 2024-11-10 06:44:17 +00:00
chore: bump indexmap to 2 (#1325)
This commit is contained in:
parent
576bb078f7
commit
3e40f9cc66
4 changed files with 4 additions and 4 deletions
|
@ -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 }
|
||||
|
|
|
@ -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"
|
||||
|
|
|
@ -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]
|
||||
|
|
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue