From 6fec952ab11338c082c0b9cbf84edabf11046b9f Mon Sep 17 00:00:00 2001 From: Adam Doyle Date: Mon, 7 Oct 2024 19:11:22 -0400 Subject: [PATCH] update deps --- Cargo.lock | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 113dd22..d97a977 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1929,9 +1929,9 @@ dependencies = [ [[package]] name = "proc-macro2" -version = "1.0.86" +version = "1.0.87" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "5e719e8df665df0d1c8fbfd238015744736151d4445ec0836b8e628aae103b77" +checksum = "b3e4daa0dcf6feba26f985457cdf104d4b4256fc5a09547140f3631bb076b19a" dependencies = [ "unicode-ident", ] @@ -2450,7 +2450,7 @@ dependencies = [ [[package]] name = "thaw" version = "0.4.0-beta3" -source = "git+https://github.com/thaw-ui/thaw.git#e18bbff2165f451225e1fda7f647a6e22f5488e6" +source = "git+https://github.com/thaw-ui/thaw.git#50bd30de1d68cf7fc5b8ddea96a65602496089aa" dependencies = [ "cfg-if", "chrono", @@ -2472,7 +2472,7 @@ dependencies = [ [[package]] name = "thaw_components" version = "0.2.0-beta3" -source = "git+https://github.com/thaw-ui/thaw.git#e18bbff2165f451225e1fda7f647a6e22f5488e6" +source = "git+https://github.com/thaw-ui/thaw.git#50bd30de1d68cf7fc5b8ddea96a65602496089aa" dependencies = [ "cfg-if", "leptos", @@ -2485,7 +2485,7 @@ dependencies = [ [[package]] name = "thaw_macro" version = "0.1.0-beta3" -source = "git+https://github.com/thaw-ui/thaw.git#e18bbff2165f451225e1fda7f647a6e22f5488e6" +source = "git+https://github.com/thaw-ui/thaw.git#50bd30de1d68cf7fc5b8ddea96a65602496089aa" dependencies = [ "proc-macro2", "quote", @@ -2495,7 +2495,7 @@ dependencies = [ [[package]] name = "thaw_utils" version = "0.1.0-beta3" -source = "git+https://github.com/thaw-ui/thaw.git#e18bbff2165f451225e1fda7f647a6e22f5488e6" +source = "git+https://github.com/thaw-ui/thaw.git#50bd30de1d68cf7fc5b8ddea96a65602496089aa" dependencies = [ "cfg-if", "chrono",