diff --git a/demo/Cargo.toml b/demo/Cargo.toml index 82a27b0..553d99e 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.6.9" } -leptos_meta = { version = "0.6.9" } -leptos_router = { version = "0.6.9" } +leptos = { version = "0.6.10" } +leptos_meta = { version = "0.6.10" } +leptos_router = { version = "0.6.10" } leptos_devtools = { version = "0.0.1", optional = true } thaw = { path = "../thaw" } demo_markdown = { path = "../demo_markdown" } diff --git a/examples/ssr_axum/Cargo.toml b/examples/ssr_axum/Cargo.toml index 0d39586..74f96a0 100644 --- a/examples/ssr_axum/Cargo.toml +++ b/examples/ssr_axum/Cargo.toml @@ -11,10 +11,10 @@ axum = { version = "0.7.4", optional = true } console_error_panic_hook = "0.1" console_log = "1" cfg-if = "1" -leptos = { version = "0.6.9" } -leptos_axum = { version = "0.6.9", optional = true } -leptos_meta = { version = "0.6.9" } -leptos_router = { version = "0.6.9" } +leptos = { version = "0.6.10" } +leptos_axum = { version = "0.6.10", optional = true } +leptos_meta = { version = "0.6.10" } +leptos_router = { version = "0.6.10" } log = "0.4" simple_logger = "4" tokio = { version = "1.35.1", features = ["rt-multi-thread"], optional = true } diff --git a/thaw/Cargo.toml b/thaw/Cargo.toml index 583f729..afab3ce 100644 --- a/thaw/Cargo.toml +++ b/thaw/Cargo.toml @@ -13,7 +13,7 @@ license = "MIT" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] -leptos = { version = "0.6.9" } +leptos = { version = "0.6.10" } thaw_components = { workspace = true } thaw_utils = { workspace = true } web-sys = { version = "0.3.69", features = [ diff --git a/thaw_components/Cargo.toml b/thaw_components/Cargo.toml index 957acc3..4429fe8 100644 --- a/thaw_components/Cargo.toml +++ b/thaw_components/Cargo.toml @@ -12,7 +12,7 @@ license = "MIT" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] -leptos = { version = "0.6.9" } +leptos = { version = "0.6.10" } thaw_utils = { workspace = true } web-sys = { version = "0.3.69", features = ["DomRect"] } cfg-if = "1.0.0" diff --git a/thaw_utils/Cargo.toml b/thaw_utils/Cargo.toml index 2e0bf81..b61165b 100644 --- a/thaw_utils/Cargo.toml +++ b/thaw_utils/Cargo.toml @@ -12,8 +12,8 @@ license = "MIT" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] -leptos = { version = "0.6.9" } -leptos_meta = { version = "0.6.9", optional = true } +leptos = { version = "0.6.10" } +leptos_meta = { version = "0.6.10", optional = true } web-sys = "0.3.69" wasm-bindgen = "0.2.92" cfg-if = "1.0.0"