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:
martinfrances107 2023-09-08 09:30:13 +01:00
parent 5c3ed3f018
commit 5585f20940
No known key found for this signature in database
GPG Key ID: 45881D6F4F424E8E
1 changed files with 2 additions and 2 deletions

View File

@ -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]