Skip to content

Commit a823fab

Browse files
authored
Update http crate to 1.0 (#407)
* chore(deps): bump http to 1.0 on gloo-net * chore(config): update to rust version 1.67 * chore: git workflow updated to rust 1.67 * Revert "chore: git workflow updated to rust 1.67" This reverts commit 90bb8e6. * Revert "chore(config): update to rust version 1.67" This reverts commit 1fa770e. * feat: Inline http::Method and remove http dependency * chore: cargo fmt * chore(docs): fixed doc tests * chore: restore lock file to previous state * Previous revert missed some of the changes * Refactor Method. Reactor to be just the required for gloo-net to work. * chore: Method documentation * Refactor HTTP methods in net crate * Reverted gloo-net version to 0.4.0 * chore: CHANGELOG update * chore: typo on CHANGELOG * fix CHANGELOG for gloo-net * Return to http 1.0 crate. * Updated changelog * Moved changelog version from 0.5.0 to 0.6.0 This is a breaking change so it needs a minor version update. * chore: Changed changelog as requested.
1 parent 64d81f1 commit a823fab

File tree

3 files changed

+8
-4
lines changed

3 files changed

+8
-4
lines changed

CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -155,6 +155,10 @@
155155

156156
## `net`
157157

158+
### Version "0.6.0"
159+
160+
- Update http crate to 1.0 (#407)
161+
158162
### Version "0.5.0"
159163

160164
- Implement `futures_io::AsyncWrite` and `futures_io::AsyncRead` on `WebSocket`.

Cargo.lock

+3-3
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

crates/net/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ serde_json = { version = "1.0", optional = true }
3636

3737
futures-channel = { version = "0.3", optional = true }
3838
pin-project = { version = "1.0", optional = true }
39-
http = "0.2.9"
39+
http = "1.0"
4040

4141
[dev-dependencies]
4242
wasm-bindgen-test = "0.3"

0 commit comments

Comments
 (0)