mirror of
https://github.com/kanidm/kanidm.git
synced 2025-02-23 12:37:00 +01:00
chore(deps): bump gloo-net from 0.2.5 to 0.2.6 (#1338)
Bumps [gloo-net](https://github.com/rustwasm/gloo) from 0.2.5 to 0.2.6. - [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.5...gloo-net-v0.2.6) --- updated-dependencies: - dependency-name: gloo-net dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> 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:
parent
4225ba930a
commit
c63dc1f722
4
Cargo.lock
generated
4
Cargo.lock
generated
|
@ -1799,9 +1799,9 @@ dependencies = [
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "gloo-net"
|
name = "gloo-net"
|
||||||
version = "0.2.5"
|
version = "0.2.6"
|
||||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||||
checksum = "9050ff8617e950288d7bf7f300707639fdeda5ca0d0ecf380cff448cfd52f4a6"
|
checksum = "9902a044653b26b99f7e3693a42f171312d9be8b26b5697bd1e43ad1f8a35e10"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"futures-channel",
|
"futures-channel",
|
||||||
"futures-core",
|
"futures-core",
|
||||||
|
|
|
@ -63,7 +63,7 @@ futures = "^0.3.25"
|
||||||
futures-concurrency = "^3.1.0"
|
futures-concurrency = "^3.1.0"
|
||||||
futures-util = "^0.3.21"
|
futures-util = "^0.3.21"
|
||||||
gloo = "^0.8.0"
|
gloo = "^0.8.0"
|
||||||
gloo-net = "0.2.5"
|
gloo-net = "0.2.6"
|
||||||
hashbrown = { version = "0.12.3", features = ["serde", "inline-more", "ahash"] }
|
hashbrown = { version = "0.12.3", features = ["serde", "inline-more", "ahash"] }
|
||||||
hex = "^0.4.3"
|
hex = "^0.4.3"
|
||||||
http-types = "^2.12.0"
|
http-types = "^2.12.0"
|
||||||
|
|
|
@ -24,7 +24,7 @@ crate-type = ["cdylib", "rlib"]
|
||||||
[dependencies]
|
[dependencies]
|
||||||
compact_jwt = { version = "^0.2.3", default-features = false, features = ["unsafe_release_without_verify"] }
|
compact_jwt = { version = "^0.2.3", default-features = false, features = ["unsafe_release_without_verify"] }
|
||||||
gloo = "^0.8.0"
|
gloo = "^0.8.0"
|
||||||
gloo-net = "0.2.5"
|
gloo-net = "0.2.6"
|
||||||
js-sys = "^0.3.58"
|
js-sys = "^0.3.58"
|
||||||
kanidm_proto = { path = "../kanidm_proto", features = ["wasm"] }
|
kanidm_proto = { path = "../kanidm_proto", features = ["wasm"] }
|
||||||
qrcode = { version = "^0.12.0", default-features = false, features = ["svg"] }
|
qrcode = { version = "^0.12.0", default-features = false, features = ["svg"] }
|
||||||
|
|
Loading…
Reference in a new issue