Update gloo-net requirement from 0.5.0 to 0.6.0
Updates the requirements on gloo-net to permit the latest version.
Release notes
Sourced from gloo-net's releases.
v0.5.0
What's Changed
- Add sleep. by
@futursolo
in rustwasm/gloo#163- Add BrowserHistory and BrowserLocation by
@futursolo
in rustwasm/gloo#171- Hash-based History type & Unified Location. by
@futursolo
in rustwasm/gloo#177- Memory-based History by
@futursolo
in rustwasm/gloo#178
Changelog
Sourced from gloo-net's changelog.
net
Version "0.6.0"
- Update http crate to 1.0 (#407)
Version "0.5.0"
- Implement
futures_io::AsyncWrite
andfutures_io::AsyncRead
onWebSocket
. This feature is behind a new feature flagio-util
that is disabled by default.- Add
TryFrom<web_sys::WebSocket>
(#365)- Add WASI support for gloo-history. (#405)
Version "0.4.0"
- Migrate to Edition 2021 and Apply MSRV in Cargo.toml (#360)
Version "0.3.1"
- export RequestBuilder and ResponseBuilder as public
Version "0.3.0"
- Seanaye/feat/serverside http (#312)
Version "0.2.6"
- Add
PartialEq, Eq, PartialOrd, Ord, Hash
for eventsourceState
(#336)- Seanaye/feat/serverside http (#312)
- Fix clippy for Rust 1.67 (#302)
Version "0.2.5"
Version "0.2.4"
- fix(ws): calling close event with destroyed close callback (#264)
- fix: cyclic dependency for gloo-net websocket feature (#260)
- Gloo net fetch in worker (#253)
- fix: remove unused import in gloo-net::http (#257)
- Fix Request.json(): Use Rust Serde Serialization instead of Javascript Evaluator. Avoids Big Integer serialization issues. (#256)
- Add std::error::Error impl for WebSocketError (#250)
- Provides an EventSource implementation (#246)
- Release new gloo versions
... (truncated)
Commits
- See full diff in compare view
Dependabot commands
You can trigger Dependabot actions by commenting on this MR
-
$dependabot recreate
will recreate this MR rewriting all the manual changes and resolving conflicts