From 4cd3664e32dd7a29fa439561711c1ef80760fbe2 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Sun, 9 Feb 2025 20:16:44 +0000 Subject: [PATCH] fix(deps): update rust crate gloo-net to 0.6.0 --- Cargo.lock | 6 +++--- web/Cargo.toml | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index a320857..bde3432 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1919,15 +1919,15 @@ dependencies = [ [[package]] name = "gloo-net" -version = "0.4.0" +version = "0.6.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "8ac9e8288ae2c632fa9f8657ac70bfe38a1530f345282d7ba66a1f70b72b7dc4" +checksum = "c06f627b1a58ca3d42b45d6104bf1e1a03799df472df00988b6ba21accc10580" dependencies = [ "futures-channel", "futures-core", "futures-sink", "gloo-utils 0.2.0", - "http 0.2.12", + "http 1.2.0", "js-sys", "pin-project", "serde", diff --git a/web/Cargo.toml b/web/Cargo.toml index 53f4eb7..d517e4d 100644 --- a/web/Cargo.toml +++ b/web/Cargo.toml @@ -30,7 +30,7 @@ chrono = "0.4.31" graphql_client = "0.13.0" thiserror = "1.0.50" seed_hooks = { git = "https://github.com/wathiede/styles_hooks", package = "seed_hooks", branch = "main" } -gloo-net = { version = "0.4.0", features = ["json", "serde_json"] } +gloo-net = { version = "0.6.0", features = ["json", "serde_json"] } human_format = "1.1.0" build-info = "0.0.38" wasm-bindgen = "0.2.95" -- 2.50.1