diff --git a/Cargo.toml b/Cargo.toml index 63ef341..88d6fab 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -7,7 +7,7 @@ edition = "2021" [dependencies] leptos = { version = "0.6.0", features = ["nightly"] } -leptos-use = {git="https://github.com/Synphonyte/leptos-use.git"}#{ version = "0.9.0" } +leptos-use = { version = "0.10.1" } num-traits = { version = "0.2.16" } itertools = "0.11.0" once_cell = "1.18.0"