chore: bumped typed-builder up to 0.14. (#648)

This commit is contained in:
martin frances 2023-03-09 21:44:27 +00:00 committed by GitHub
parent c9476af063
commit 81401a738c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 5 additions and 5 deletions

View File

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

View File

@ -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"
tempfile = "3"

View File

@ -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" }

View File

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