diff --git a/Cargo.lock b/Cargo.lock index d021a2603..ba76ebe1c 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1799,9 +1799,9 @@ dependencies = [ [[package]] name = "gloo-net" -version = "0.2.5" +version = "0.2.6" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "9050ff8617e950288d7bf7f300707639fdeda5ca0d0ecf380cff448cfd52f4a6" +checksum = "9902a044653b26b99f7e3693a42f171312d9be8b26b5697bd1e43ad1f8a35e10" dependencies = [ "futures-channel", "futures-core", diff --git a/Cargo.toml b/Cargo.toml index 2c18e8621..1bfd8c401 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -63,7 +63,7 @@ futures = "^0.3.25" futures-concurrency = "^3.1.0" futures-util = "^0.3.21" gloo = "^0.8.0" -gloo-net = "0.2.5" +gloo-net = "0.2.6" 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 9b0da30a2..7f929dfb9 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.5" +gloo-net = "0.2.6" js-sys = "^0.3.58" kanidm_proto = { path = "../kanidm_proto", features = ["wasm"] } qrcode = { version = "^0.12.0", default-features = false, features = ["svg"] }