From c5f5a76bc2d7a9a4047529274148d2ed9682f724 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 30 Mar 2026 08:06:02 +0000 Subject: [PATCH] chore(deps): Bump gloo-net from 0.6.0 to 0.7.0 Bumps [gloo-net](https://github.com/rustwasm/gloo) from 0.6.0 to 0.7.0. - [Release notes](https://github.com/rustwasm/gloo/releases) - [Changelog](https://github.com/ranile/gloo/blob/master/CHANGELOG.md) - [Commits](https://github.com/rustwasm/gloo/compare/0.6.0...gloo-net-v0.7.0) --- updated-dependencies: - dependency-name: gloo-net dependency-version: 0.7.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Cargo.lock | 10 +++++----- Cargo.toml | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index f4e9f93..9c8592f 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -169,7 +169,7 @@ name = "github-cicd-checker" version = "0.1.0" dependencies = [ "base64", - "gloo-net 0.6.0", + "gloo-net 0.7.0", "gloo-timers 0.4.0", "gloo-utils 0.3.0", "js-sys", @@ -289,20 +289,20 @@ dependencies = [ [[package]] name = "gloo-net" -version = "0.6.0" +version = "0.7.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c06f627b1a58ca3d42b45d6104bf1e1a03799df472df00988b6ba21accc10580" +checksum = "a6420f887c48417e9e86c6cf61274eb231830cccc100e49613f7952e269a1fe1" dependencies = [ "futures-channel", "futures-core", "futures-sink", - "gloo-utils 0.2.0", + "gloo-utils 0.3.0", "http 1.4.0", "js-sys", "pin-project", "serde", "serde_json", - "thiserror 1.0.69", + "thiserror 2.0.18", "wasm-bindgen", "wasm-bindgen-futures", "web-sys", diff --git a/Cargo.toml b/Cargo.toml index 74fff7b..914d865 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -9,7 +9,7 @@ license = "MIT" yew = { version = "0.23", features = ["csr"] } wasm-bindgen = "0.2" wasm-bindgen-futures = "0.4" -gloo-net = { version = "0.6", features = ["http"] } +gloo-net = { version = "0.7", features = ["http"] } gloo-timers = "0.4" gloo-utils = "0.3" serde = { version = "1", features = ["derive"] }