Skip to content

Commit

Permalink
chore(deps): update gloo-net requirement from 0.1.0 to 0.2.0 (#733)
Browse files Browse the repository at this point in the history
Updates the requirements on [gloo-net](https://github.com/rustwasm/gloo) to permit the latest version.
- [Release notes](https://github.com/rustwasm/gloo/releases)
- [Commits](https://github.com/rustwasm/gloo/commits/0.2.0)

---
updated-dependencies:
- dependency-name: gloo-net
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Apr 21, 2022
1 parent 07b3788 commit c2f7418
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion client/transport/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ futures-timer = { version = "3", optional = true }
soketto = { version = "0.7.1", optional = true }

# web-sys
gloo-net = { version = "0.1.0", default-features = false, features = ["json", "websocket"], optional = true }
gloo-net = { version = "0.2.0", default-features = false, features = ["json", "websocket"], optional = true }

[features]
tls = ["tokio-rustls", "webpki-roots", "rustls-native-certs"]
Expand Down

0 comments on commit c2f7418

Please sign in to comment.