From 455237dc2cfeb3abd216a23528e7ba4083b23e1b Mon Sep 17 00:00:00 2001 From: oyelowo Date: Wed, 11 Oct 2023 01:28:57 -0600 Subject: [PATCH] Update dependencies --- Cargo.toml | 10 +++++----- examples/leptos-demo/Cargo.toml | 6 +++--- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 1f76a5c..6812d67 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -5,7 +5,7 @@ members = ["twust-macro", "tailwind"] [workspace.package] name = "twust" -version = "1.0.3" +version = "1.0.4" edition = "2021" authors = ["Oyelowo Oyedayo"] description = "One codebase to rule them all" @@ -22,13 +22,13 @@ license = "MIT/Apache-2.0" twust = { path = "twust-macro" } # tailwind = { path = "tailwind" } -proc-macro2 = "1.0.66" +proc-macro2 = "1.0.69" quote = "1.0.33" -syn = "2.0.29" +syn = "2.0.38" nom = "7.1.3" static_assertions = "1.1.0" serde = { version = "1.0.188", features = ["derive"] } -serde_json = "1.0.105" -regex = "1.9.5" +serde_json = "1.0.107" +regex = "1.10.0" # tailwindcss-core = { git = "https://github.com/Oyelowo/tailwindcss.git", rev = "696810fd5a3d30ee8225913af268be1d2c9dbced" } # tailwindcss-core = { git = "https://github.com/Oyelowo/tailwindcss/oxide/crates/core.git", rev = "696810fd5a3d30ee8225913af268be1d2c9dbced" } diff --git a/examples/leptos-demo/Cargo.toml b/examples/leptos-demo/Cargo.toml index 583a640..80ceca3 100644 --- a/examples/leptos-demo/Cargo.toml +++ b/examples/leptos-demo/Cargo.toml @@ -9,9 +9,9 @@ edition = "2021" leptos = { version = "0.5.0-beta2", features = ["csr", "nightly"] } leptos_meta = { version = "0.5.0-beta2", features = ["csr", "nightly"] } leptos_router = { version = "0.5.0-beta2", features = ["csr", "nightly"] } -log = "0.4" -gloo-net = { version = "0.2", features = ["http"] } -twust = { version = "1.0.3", features = ["daisyui"] } +log = "0.4.2" +gloo-net = { version = "0.4.0", features = ["http"] } +twust = { version = "*", features = ["daisyui"] } # twust = { git = "https://github.com/oyelowo/twust", features = ["daisyui"] }