Update leptos_use to 0.13.5

This commit is contained in:
2024-09-28 20:46:27 -04:00
parent 8fd064dffc
commit c92d68dddf
2 changed files with 49 additions and 25 deletions

View File

@ -40,7 +40,7 @@ multer = { version = "3.0.0", optional = true }
log = { version = "0.4.21", optional = true }
flexi_logger = { version = "0.28.0", optional = true, default-features = false }
web-sys = "0.3.69"
leptos-use = "0.11.3"
leptos-use = "0.13.5"
[patch.crates-io]
gloo-net = { git = "https://github.com/rustwasm/gloo.git", rev = "a823fab7ecc4068e9a28bd669da5eaf3f0a56380" }