diff --git a/Cargo.toml b/Cargo.toml index 0ee56c4..ff937df 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -13,8 +13,8 @@ license = "MIT" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] -leptos = { version = "0.5.3" } -leptos_meta = { version = "0.5.3", optional = true } +leptos = { version = "0.5.4" } +leptos_meta = { version = "0.5.4", optional = true } web-sys = { version = "0.3.63", features = [ "DomRect", "File", diff --git a/demo/Cargo.toml b/demo/Cargo.toml index 979daab..127f41a 100644 --- a/demo/Cargo.toml +++ b/demo/Cargo.toml @@ -7,9 +7,9 @@ edition = "2021" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] -leptos = { version = "0.5.3" } -leptos_meta = { version = "0.5.3" } -leptos_router = { version = "0.5.3" } +leptos = { version = "0.5.4" } +leptos_meta = { version = "0.5.4" } +leptos_router = { version = "0.5.4" } leptos_devtools = "0.0.1" thaw = { path = "../", default-features = false } icondata = { version = "0.1.0", features = [