Skip to content

Commit bf4fd7f

Browse files
deps(deps): update gloo-net requirement from 0.5 to 0.6
Updates the requirements on [gloo-net](https://github.com/rustwasm/gloo) to permit the latest version. - [Release notes](https://github.com/rustwasm/gloo/releases) - [Changelog](https://github.com/ranile/gloo/blob/master/CHANGELOG.md) - [Commits](ranile/gloo@0.5.0...0.6.0) --- updated-dependencies: - dependency-name: gloo-net dependency-version: 0.6.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent ad96ec1 commit bf4fd7f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ web-sys = "0.3"
1919
wasm-bindgen = "0.2"
2020
chrono = { version = "0.4", features = ["serde"] }
2121
regex = "1.0"
22-
gloo-net = "0.5"
22+
gloo-net = "0.6"
2323
gloo-timers = "0.3"
2424
console_error_panic_hook = "0.1"
2525
console_log = "1.0"

0 commit comments

Comments
 (0)