diff --git a/leptos/Cargo.toml b/leptos/Cargo.toml index a35bd7c..4b8eb6e 100644 --- a/leptos/Cargo.toml +++ b/leptos/Cargo.toml @@ -16,7 +16,7 @@ leptos_reactive = { workspace = true } leptos_server = { workspace = true } leptos_config = { workspace = true } tracing = "0.1" -typed-builder = "0.13" +typed-builder = "0.14" server_fn = { workspace = true } [dev-dependencies] diff --git a/leptos_config/Cargo.toml b/leptos_config/Cargo.toml index 3c72519..cd44eb4 100644 --- a/leptos_config/Cargo.toml +++ b/leptos_config/Cargo.toml @@ -14,8 +14,8 @@ fs = "0.0.5" regex = "1.7.0" serde = { version = "1.0.151", features = ["derive"] } thiserror = "1.0.38" -typed-builder = "0.13" +typed-builder = "0.14" [dev-dependencies] tokio = { version = "1", features = ["rt", "macros"] } -tempfile = "3" \ No newline at end of file +tempfile = "3" diff --git a/leptos_macro/Cargo.toml b/leptos_macro/Cargo.toml index ffc981e..1656c5f 100644 --- a/leptos_macro/Cargo.toml +++ b/leptos_macro/Cargo.toml @@ -32,7 +32,7 @@ uuid = { version = "1", features = ["v4"] } [dev-dependencies] log = "0.4" -typed-builder = "0.13" +typed-builder = "0.14" trybuild = "1" leptos = { path = "../leptos" } diff --git a/meta/Cargo.toml b/meta/Cargo.toml index 9418d7a..19b991d 100644 --- a/meta/Cargo.toml +++ b/meta/Cargo.toml @@ -11,7 +11,7 @@ description = "Tools to set HTML metadata in the Leptos web framework." cfg-if = "1" leptos = { workspace = true } tracing = "0.1" -typed-builder = "0.13" +typed-builder = "0.14" wasm-bindgen = "0.2" [dependencies.web-sys]