mirror of
https://github.com/kanidm/kanidm.git
synced 2025-02-23 12:37:00 +01:00
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:
parent
dbccf3ae75
commit
5b70fecb1a
|
@ -30,7 +30,7 @@ qrcode = { version = "^0.12.0", default-features = false, features = ["svg"] }
|
|||
yew-router = "^0.16.0"
|
||||
yew = "^0.19.3"
|
||||
yew-agent = "^0.1.0"
|
||||
gloo = "^0.7.0"
|
||||
gloo = "^0.8.0"
|
||||
js-sys = "^0.3.58"
|
||||
|
||||
compact_jwt = { version = "^0.2.2", default-features = false, features = ["unsafe_release_without_verify"] }
|
||||
|
|
Loading…
Reference in a new issue