mirror of
https://github.com/leptos-rs/leptos
synced 2024-11-10 06:44:17 +00:00
chore: Bumped a few outdated packages.
-cached = { version = "0.44.0", optional = true } +cached = { version = "0.45.0", optional = true } -lru = { version = "0.10", optional = true } +lru = { version = "0.11", optional = true }
This commit is contained in:
parent
5c3ed3f018
commit
5585f20940
1 changed files with 2 additions and 2 deletions
|
@ -10,7 +10,7 @@ description = "Router for the Leptos web framework."
|
|||
|
||||
[dependencies]
|
||||
leptos = { workspace = true }
|
||||
cached = { version = "0.44.0", optional = true }
|
||||
cached = { version = "0.45.0", optional = true }
|
||||
cfg-if = "1"
|
||||
common_macros = "0.1"
|
||||
gloo-net = { version = "0.2", features = ["http"] }
|
||||
|
@ -28,7 +28,7 @@ tracing = "0.1"
|
|||
js-sys = { version = "0.3" }
|
||||
wasm-bindgen = { version = "0.2" }
|
||||
wasm-bindgen-futures = { version = "0.4" }
|
||||
lru = { version = "0.10", optional = true }
|
||||
lru = { version = "0.11", optional = true }
|
||||
serde_json = "1.0.96"
|
||||
|
||||
[dependencies.web-sys]
|
||||
|
|
Loading…
Reference in a new issue