diff --git a/Cargo.toml b/Cargo.toml index 6d6cd41..a372a62 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -8,16 +8,16 @@ version = "0.1.0" edition = "2021" [dependencies] -throw_error = { version = "0.2.0-rc2" } -hydration_context = { version = "0.2.0-rc2" } +throw_error = { version = "0.2.0-rc3" } +hydration_context = { version = "0.2.0-rc3" } futures = "0.3.30" wasi = "0.13.1+wasi-0.2.0" -leptos = { version = "0.7.0-rc2", features = ["nonce", "ssr"] } -leptos_meta = { version = "0.7.0-rc2", features = ["ssr"] } -leptos_router ={ version = "0.7.0-rc2", features = ["ssr"] } -leptos_macro ={ version = "0.7.0-rc2", features = ["generic"] } -leptos_integration_utils = { version = "0.7.0-rc2" } -server_fn = { version = "0.7.0-rc2", features = ["generic"] } +leptos = { version = "0.7.0-rc3", features = ["nonce", "ssr"] } +leptos_meta = { version = "0.7.0-rc3", features = ["ssr"] } +leptos_router ={ version = "0.7.0-rc3", features = ["ssr"] } +leptos_macro ={ version = "0.7.0-rc3", features = ["generic"] } +leptos_integration_utils = { version = "0.7.0-rc3" } +server_fn = { version = "0.7.0-rc3", features = ["generic"] } http = "1.1.0" parking_lot = "0.12.3" bytes = "1.7.2"