diff --git a/Cargo.lock b/Cargo.lock index 3757d0e..dac6e14 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -826,7 +826,7 @@ checksum = "3fdb12b2476b595f9358c5161aa467c2438859caa136dec86c26fdd2efe17b92" [[package]] name = "patternfly-yew" version = "0.6.0" -source = "git+https://github.com/patternfly-yew/patternfly-yew?rev=4f43b9a3da03f31241202b1b72586213c183ccc6#4f43b9a3da03f31241202b1b72586213c183ccc6" +source = "git+https://github.com/patternfly-yew/patternfly-yew?rev=ac5c244b9f7deac9d1dc286da8ab33e4cc21b5f1#ac5c244b9f7deac9d1dc286da8ab33e4cc21b5f1" dependencies = [ "chrono", "gloo-events 0.2.0", @@ -1130,18 +1130,18 @@ checksum = "73473c0e59e6d5812c5dfe2a064a6444949f089e20eec9a2e5506596494e4623" [[package]] name = "strum" -version = "0.25.0" +version = "0.26.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "290d54ea6f91c969195bdbcd7442c8c2a2ba87da8bf60a7ee86a235d4bc1e125" +checksum = "723b93e8addf9aa965ebe2d11da6d7540fa2283fcea14b3371ff055f7ba13f5f" dependencies = [ "strum_macros", ] [[package]] name = "strum_macros" -version = "0.25.3" +version = "0.26.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "23dc1fa9ac9c169a78ba62f0b841814b7abae11bdd047b9c58f893439e309ea0" +checksum = "7a3417fc93d76740d974a01654a09777cb500428cc874ca9f45edfe0c4d4cd18" dependencies = [ "heck", "proc-macro2", diff --git a/Cargo.toml b/Cargo.toml index 411428b..3bc0d75 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -16,7 +16,7 @@ log = "0.4" patternfly-yew = { version = "0.6", features = ["tree", "icons-fab"] } popper-rs = { version = "0.3.2", features = ["yew", "debug"] } serde_json = "1" -strum = { version = "0.25", features = ["derive"] } +strum = { version = "0.26", features = ["derive"] } url = "2" wasm-bindgen = "0.2" wasm-bindgen-futures = "0.4" @@ -36,7 +36,7 @@ features = [ [patch.crates-io] #patternfly-yew = { path = "../patternfly-yew" } -patternfly-yew = { git = "https://github.com/patternfly-yew/patternfly-yew", rev = "4f43b9a3da03f31241202b1b72586213c183ccc6" } # FIXME: awaiting release +patternfly-yew = { git = "https://github.com/patternfly-yew/patternfly-yew", rev = "ac5c244b9f7deac9d1dc286da8ab33e4cc21b5f1" } # 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" }