From 1ed30f3db9efd8d5ca869022b71e0bf672fe563c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 30 Jul 2023 20:49:36 +0900 Subject: [PATCH] chore(deps): bump gloo-net from 0.3.0 to 0.3.1 (#127) Bumps [gloo-net](https://github.com/rustwasm/gloo) from 0.3.0 to 0.3.1. - [Release notes](https://github.com/rustwasm/gloo/releases) - [Changelog](https://github.com/rustwasm/gloo/blob/master/CHANGELOG.md) - [Commits](https://github.com/rustwasm/gloo/commits) --- updated-dependencies: - dependency-name: gloo-net dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- Cargo.lock | 4 ++-- crates/stellation-bridge/Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index b7e4443..7f41a51 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -896,9 +896,9 @@ dependencies = [ [[package]] name = "gloo-net" -version = "0.3.0" +version = "0.3.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "3000ef231a67d5bfee6b35f2c0f6f5c8d45b3381ef5bbbea603690ec4e539762" +checksum = "a66b4e3c7d9ed8d315fd6b97c8b1f74a7c6ecbbc2320e65ae7ed38b7068cc620" dependencies = [ "futures-channel", "futures-core", diff --git a/crates/stellation-bridge/Cargo.toml b/crates/stellation-bridge/Cargo.toml index 9311073..c9bfed5 100644 --- a/crates/stellation-bridge/Cargo.toml +++ b/crates/stellation-bridge/Cargo.toml @@ -19,7 +19,7 @@ async-trait = "0.1.72" serde = { version = "1", features = ["derive"] } futures = { version = "0.3", default-features = false, features = ["std"] } bincode = "1.3.3" -gloo-net = "0.3.0" +gloo-net = "0.3.1" js-sys = "0.3.64" thiserror = "1" bounce = { version = "0.7.0", features = ["query"] }