diff --git a/Cargo.toml b/Cargo.toml index 0cc0886..4f165c0 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -13,10 +13,10 @@ license = "MIT" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] -leptos = { version = "0.2.4", features = ["stable"] } +leptos = { version = "0.2.5", features = ["stable"] } stylers = "0.3.1" web-sys = "0.3.61" -leptos_dom = { version = "0.2.4" } +leptos_dom = { version = "0.2.5" } leptos-icons = { git = "https://github.com/Carlosted/leptos-icons.git", features = ["AiCloseOutlined"] } [workspace] diff --git a/examples/basic/Cargo.toml b/examples/basic/Cargo.toml index 3b83b90..c1eba36 100644 --- a/examples/basic/Cargo.toml +++ b/examples/basic/Cargo.toml @@ -6,5 +6,5 @@ edition = "2021" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] -leptos = { version = "0.2.4", features = ["stable"] } +leptos = { version = "0.2.5", features = ["stable"] } melt-ui = { path = "../../" }