From 91ca38ed5318801a1843a9762aa0075ecd0a76c2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 5 Dec 2022 11:12:47 +1000 Subject: [PATCH] Bump gloo-net from 0.2.4 to 0.2.5 (#1244) Bumps [gloo-net](https://github.com/rustwasm/gloo) from 0.2.4 to 0.2.5. - [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/gloo-net-v0.2.5) --- updated-dependencies: - dependency-name: gloo-net dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- kanidmd_web_ui/Cargo.toml | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 033d655b0..1307c2465 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1796,9 +1796,9 @@ dependencies = [ [[package]] name = "gloo-net" -version = "0.2.4" +version = "0.2.5" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ec897194fb9ac576c708f63d35604bc58f2a262b8cec0fabfed26f3991255f21" +checksum = "9050ff8617e950288d7bf7f300707639fdeda5ca0d0ecf380cff448cfd52f4a6" dependencies = [ "futures-channel", "futures-core", diff --git a/Cargo.toml b/Cargo.toml index d389c4cab..0528d6109 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -62,7 +62,7 @@ futures = "^0.3.25" futures-concurrency = "^3.1.0" futures-util = "^0.3.21" gloo = "^0.8.0" -gloo-net = "0.2.4" +gloo-net = "0.2.5" hashbrown = { version = "0.12.3", features = ["serde", "inline-more", "ahash"] } hex = "^0.4.3" http-types = "^2.12.0" diff --git a/kanidmd_web_ui/Cargo.toml b/kanidmd_web_ui/Cargo.toml index ae02c72c9..90f40f4b3 100644 --- a/kanidmd_web_ui/Cargo.toml +++ b/kanidmd_web_ui/Cargo.toml @@ -24,7 +24,7 @@ crate-type = ["cdylib", "rlib"] [dependencies] compact_jwt = { version = "^0.2.3", default-features = false, features = ["unsafe_release_without_verify"] } gloo = "^0.8.0" -gloo-net = "0.2.4" +gloo-net = "0.2.5" js-sys = "^0.3.58" kanidm_proto = { path = "../kanidm_proto", features = ["wasm"] } qrcode = { version = "^0.12.0", default-features = false, features = ["svg"] }