Skip to content
Snippets Groups Projects

fix(deps): update rust crate patternfly-yew to 0.6.0

Open Panter User for API access requested to merge renovate/patternfly-yew-0.x into master
Compare and
2 files
+ 59
29
Compare changes
  • Side-by-side
  • Inline
Files
2
+ 1
1
@@ -10,7 +10,7 @@ wasm-bindgen = "0.2.92"
wasm-bindgen-futures = "0.4.42"
yew = { version = "0.21.0", features = ["csr"] }
yew-nested-router = "0.6.2"
patternfly-yew = "0.5.6"
patternfly-yew = "0.6.0"
graphql_client = { version = "0.14.0", features = ["reqwest-rustls"] }
reqwest = { version = "0.11.27", features = ["rustls-tls"] }
serde = { version = "1.0.200", features = ["derive"] }
Loading