Skip to content

Commit 3547dc6

Browse files
Update http requirement from 0.2.1 to 1.1.0
Updates the requirements on [http](https://github.com/hyperium/http) to permit the latest version. - [Release notes](https://github.com/hyperium/http/releases) - [Changelog](https://github.com/hyperium/http/blob/master/CHANGELOG.md) - [Commits](hyperium/http@v0.2.1...v1.1.0) --- updated-dependencies: - dependency-name: http dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent f21b335 commit 3547dc6

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
@@ -39,7 +39,7 @@ curl = "0.4.36"
3939
curl-sys = "0.4.55"
4040
event-listener = "2.3.3"
4141
futures-lite = "1.10.1"
42-
http = "0.2.1"
42+
http = "1.1.0"
4343
log = "0.4"
4444
once_cell = "1"
4545
polling = "2"

0 commit comments

Comments
 (0)