diff --git a/Cargo.lock b/Cargo.lock index 0ff4f42..76dc7a8 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -822,9 +822,9 @@ checksum = "3fdb12b2476b595f9358c5161aa467c2438859caa136dec86c26fdd2efe17b92" [[package]] name = "patternfly-yew" -version = "0.6.0" +version = "0.6.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "661b35ac7a6d47817ad5d3b9700007e52c3c60d1d5c17670892060a6b2ae2621" +checksum = "51e99b261c0d7695dcbc4a503dfe50b452895774ff0ab9bfdc7391e6e4e058b1" dependencies = [ "chrono", "gloo-events 0.2.0", diff --git a/Cargo.toml b/Cargo.toml index 3ecae79..5e77043 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -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", features = ["tree", "icons-fab"] } +patternfly-yew = { version = "0.6.1", features = ["tree", "icons-fab"] } popper-rs = { version = "0.3.2", features = ["yew", "debug"] } serde_json = "1" strum = { version = "0.26", features = ["derive"] }