🐳 chore: upgrade dependency

This commit is contained in:
luoxiao 2023-04-13 13:00:55 +08:00
parent c43091de76
commit 527c09ed5e
2 changed files with 3 additions and 3 deletions

View file

@ -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]

View file

@ -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 = "../../" }