Skip to content

Commit c652912

Browse files
Update http requirement from 0.2 to 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.0...v1.0.0) --- updated-dependencies: - dependency-name: http dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 285da0c commit c652912

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
@@ -32,7 +32,7 @@ url = "2.3"
3232

3333
[dev-dependencies]
3434
backoff = { version = "0.4", features = ["futures", "tokio"] }
35-
http = "0.2"
35+
http = "1.0"
3636
itertools = "0.12"
3737
mockito = "1.0"
3838
native-tls = "0.2"

0 commit comments

Comments
 (0)