From fbeeaa1a25185ee9713ab78c78ee19a6e8c235af Mon Sep 17 00:00:00 2001 From: Jens Reimann Date: Fri, 19 Apr 2024 09:26:25 +0200 Subject: [PATCH] chore: update some dependencies --- Cargo.lock | 15 ++++++++------- Cargo.toml | 8 ++++---- 2 files changed, 12 insertions(+), 11 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 06d4a9a..02b22b5 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -822,8 +822,9 @@ checksum = "3fdb12b2476b595f9358c5161aa467c2438859caa136dec86c26fdd2efe17b92" [[package]] name = "patternfly-yew" -version = "0.6.0-alpha.1" -source = "git+https://github.com/patternfly-yew/patternfly-yew?rev=00b862fd1c72a98229b8c56cf13f9009992cf70c#00b862fd1c72a98229b8c56cf13f9009992cf70c" +version = "0.6.0-alpha.2" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "a08bb6d7b80005d7529a33360a2755bafe6ce336dbf2d53daa526b4f0174806f" dependencies = [ "chrono", "gloo-events 0.2.0", @@ -851,7 +852,7 @@ dependencies = [ [[package]] name = "patternfly-yew-quickstart" -version = "0.6.0-alpha.1" +version = "0.6.0-alpha.2" dependencies = [ "browser-panic-hook", "chrono", @@ -1592,9 +1593,9 @@ dependencies = [ [[package]] name = "yew-nested-router" -version = "0.7.0-alpha.1" +version = "0.7.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "8ea0fdad62948949cf7dde6800db31ac3c3c7492013e6eecf6f20f3c37d9934f" +checksum = "db64fccc4ae6f799aa789bb4f97912f73f72bcdaff8888715b31c37f88d1d256" dependencies = [ "gloo-events 0.2.0", "gloo-utils 0.2.0", @@ -1611,9 +1612,9 @@ dependencies = [ [[package]] name = "yew-nested-router-macros" -version = "0.7.0-alpha.1" +version = "0.7.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "4c9f20b5cb6d39a0511c6e0f46599b79568115c789e2660d08f304e4563df2c3" +checksum = "c6d0eca36ca53d08ea2e18191e47126037f7f6bc95e81b1093792cccd3d6c1a4" dependencies = [ "convert_case", "darling", diff --git a/Cargo.toml b/Cargo.toml index 37b6320..20d0acb 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "patternfly-yew-quickstart" -version = "0.6.0-alpha.1" +version = "0.6.0-alpha.2" authors = ["Jens Reimann "] edition = "2021" license = "Apache-2.0" @@ -13,7 +13,7 @@ browser-panic-hook = "0.2" chrono = { version = "0.4.30", default-features = false, features = ["wasmbind"] } gloo-utils = "0.2" log = "0.4" -patternfly-yew = { version = "0.6.0-alpha.1", features = ["tree", "icons-fab"] } +patternfly-yew = { version = "0.6.0-alpha.2", features = ["tree", "icons-fab"] } popper-rs = { version = "0.3.2", features = ["yew", "debug"] } serde_json = "1" strum = { version = "0.26", features = ["derive"] } @@ -24,7 +24,7 @@ wasm-logger = "0.2" yew = { version = "0.21", features = ["csr"] } yew-hooks = "0.3" yew-more-hooks = { version = "0.3.3", features = ["yew-hooks"] } -yew-nested-router = "0.7.0-alpha.1" +yew-nested-router = "0.7.0" [dependencies.web-sys] version = "0.3" @@ -36,7 +36,7 @@ features = [ [patch.crates-io] #patternfly-yew = { path = "../patternfly-yew" } -patternfly-yew = { git = "https://github.com/patternfly-yew/patternfly-yew", rev = "00b862fd1c72a98229b8c56cf13f9009992cf70c" } # FIXME: awaiting release +#patternfly-yew = { git = "https://github.com/patternfly-yew/patternfly-yew", rev = "00b862fd1c72a98229b8c56cf13f9009992cf70c" } # FIXME: awaiting release #yew-nested-router = { path = "../yew-nested-router" } #yew-more-hooks = { git = "https://github.com/ctron/yew-more-hooks", rev = "f535bb2e7b227aac7010035215c11d4aeae6cb62" } # FIXME: awaiting release #yew-more-hooks = { path = "../yew-more-hooks" }