chore(deps): bump gloo from 0.8.0 to 0.8.1 (#1750)

Bumps [gloo](https://github.com/rustwasm/gloo) from 0.8.0 to 0.8.1.
- [Release notes](https://github.com/rustwasm/gloo/releases)
- [Changelog](https://github.com/rustwasm/gloo/blob/master/release.toml)
- [Commits](https://github.com/rustwasm/gloo/commits)

---
updated-dependencies:
- dependency-name: gloo
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot] 2023-06-18 21:36:41 +00:00 committed by GitHub
parent eb7cc57574
commit 3a0a604ca9
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 26 additions and 5 deletions

29
Cargo.lock generated
View file

@ -1803,16 +1803,16 @@ checksum = "d2fabcfbdc87f4758337ca535fb41a6d701b65693ce38287d856d1674551ec9b"
[[package]] [[package]]
name = "gloo" name = "gloo"
version = "0.8.0" version = "0.8.1"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3a4bef6b277b3ab073253d4bca60761240cf8d6998f4bd142211957b69a61b20" checksum = "28999cda5ef6916ffd33fb4a7b87e1de633c47c0dc6d97905fee1cdaa142b94d"
dependencies = [ dependencies = [
"gloo-console", "gloo-console",
"gloo-dialogs", "gloo-dialogs",
"gloo-events", "gloo-events",
"gloo-file", "gloo-file",
"gloo-history", "gloo-history",
"gloo-net", "gloo-net 0.3.0",
"gloo-render", "gloo-render",
"gloo-storage", "gloo-storage",
"gloo-timers", "gloo-timers",
@ -1902,6 +1902,27 @@ dependencies = [
"web-sys", "web-sys",
] ]
[[package]]
name = "gloo-net"
version = "0.3.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3000ef231a67d5bfee6b35f2c0f6f5c8d45b3381ef5bbbea603690ec4e539762"
dependencies = [
"futures-channel",
"futures-core",
"futures-sink",
"gloo-utils",
"http",
"js-sys",
"pin-project",
"serde",
"serde_json",
"thiserror",
"wasm-bindgen",
"wasm-bindgen-futures",
"web-sys",
]
[[package]] [[package]]
name = "gloo-render" name = "gloo-render"
version = "0.1.1" version = "0.1.1"
@ -2687,7 +2708,7 @@ version = "1.1.0-beta.13"
dependencies = [ dependencies = [
"compact_jwt", "compact_jwt",
"gloo", "gloo",
"gloo-net", "gloo-net 0.2.6",
"js-sys", "js-sys",
"kanidm_proto", "kanidm_proto",
"qrcode", "qrcode",

View file

@ -66,7 +66,7 @@ fs2 = "^0.4.3"
futures = "^0.3.28" futures = "^0.3.28"
futures-concurrency = "^3.1.0" futures-concurrency = "^3.1.0"
futures-util = { version = "^0.3.21", features = ["sink"] } futures-util = { version = "^0.3.21", features = ["sink"] }
gloo = "^0.8.0" gloo = "^0.8.1"
gloo-net = "0.2.6" gloo-net = "0.2.6"
hashbrown = { version = "0.14.0", features = ["serde", "inline-more", "ahash"] } hashbrown = { version = "0.14.0", features = ["serde", "inline-more", "ahash"] }
hex = "^0.4.3" hex = "^0.4.3"