chore(deps): bump gloo-net from 0.2.6 to 0.3.0 ()

Bumps [gloo-net](https://github.com/rustwasm/gloo) from 0.2.6 to 0.3.0.
- [Release notes](https://github.com/rustwasm/gloo/releases)
- [Changelog](https://github.com/rustwasm/gloo/blob/master/release.toml)
- [Commits](https://github.com/rustwasm/gloo/compare/gloo-net-v0.2.6...0.3.0)

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

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-25 21:34:35 +00:00 committed by GitHub
parent 64835f7147
commit c006c730cf
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 23 deletions

24
Cargo.lock generated
View file

@ -1838,7 +1838,7 @@ dependencies = [
"gloo-events",
"gloo-file",
"gloo-history",
"gloo-net 0.3.0",
"gloo-net",
"gloo-render",
"gloo-storage",
"gloo-timers",
@ -1908,26 +1908,6 @@ dependencies = [
"web-sys",
]
[[package]]
name = "gloo-net"
version = "0.2.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9902a044653b26b99f7e3693a42f171312d9be8b26b5697bd1e43ad1f8a35e10"
dependencies = [
"futures-channel",
"futures-core",
"futures-sink",
"gloo-utils",
"js-sys",
"pin-project",
"serde",
"serde_json",
"thiserror",
"wasm-bindgen",
"wasm-bindgen-futures",
"web-sys",
]
[[package]]
name = "gloo-net"
version = "0.3.0"
@ -2738,7 +2718,7 @@ version = "1.1.0-beta.13"
dependencies = [
"compact_jwt",
"gloo",
"gloo-net 0.2.6",
"gloo-net",
"js-sys",
"kanidm_proto",
"qrcode",

View file

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