Update gloo requirement from ^0.7.0 to ^0.8.0 in /kanidmd_web_ui (#863)

Updates the requirements on [gloo](https://github.com/rustwasm/gloo) to permit the latest version.
- [Release notes](https://github.com/rustwasm/gloo/releases)
- [Commits](https://github.com/rustwasm/gloo/compare/0.7.0...0.8.0)

---
updated-dependencies:
- dependency-name: gloo
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: James Hodgkinson <james@terminaloutcomes.com>
This commit is contained in:
dependabot[bot] 2022-06-27 20:38:18 +10:00 committed by GitHub
parent dbccf3ae75
commit 5b70fecb1a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -30,7 +30,7 @@ qrcode = { version = "^0.12.0", default-features = false, features = ["svg"] }
yew-router = "^0.16.0" yew-router = "^0.16.0"
yew = "^0.19.3" yew = "^0.19.3"
yew-agent = "^0.1.0" yew-agent = "^0.1.0"
gloo = "^0.7.0" gloo = "^0.8.0"
js-sys = "^0.3.58" js-sys = "^0.3.58"
compact_jwt = { version = "^0.2.2", default-features = false, features = ["unsafe_release_without_verify"] } compact_jwt = { version = "^0.2.2", default-features = false, features = ["unsafe_release_without_verify"] }