diff --git a/Cargo.toml b/Cargo.toml index 55b5f9a..3d529c0 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -13,7 +13,7 @@ getrandom = { version = "0.2.8", features = ["js"] } gloo-events = "0.2.0" gloo-utils = "0.2.0" leptos = { version = "0.5.1", features = ["csr"] } -leptos-use = "0.8.0" +leptos-use = "0.10.3" rand = { version = "0.8.5", default-features = false, features = ["getrandom"] } wasm-bindgen = "0.2.84"