chore: specify dependency version for cached (#929)

This commit is contained in:
Craig Rodrigues 2023-04-22 14:51:40 -07:00 committed by GitHub
parent a0935c169e
commit 9a4f3ab08c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -10,7 +10,7 @@ description = "Router for the Leptos web framework."
[dependencies]
leptos = { workspace = true }
cached = { optional = true }
cached = { version = "0.43.0", optional = true }
cfg-if = "1"
common_macros = "0.1"
gloo-net = { version = "0.2", features = ["http"] }