Skip to content

Commit 45eca46

Browse files
Bump http from 0.2.12 to 1.4.0
Bumps [http](https://github.com/hyperium/http) from 0.2.12 to 1.4.0. - [Release notes](https://github.com/hyperium/http/releases) - [Changelog](https://github.com/hyperium/http/blob/master/CHANGELOG.md) - [Commits](hyperium/http@v0.2.12...v1.4.0) --- updated-dependencies: - dependency-name: http dependency-version: 1.4.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 7747504 commit 45eca46

File tree

2 files changed

+17
-7
lines changed

2 files changed

+17
-7
lines changed

Cargo.lock

Lines changed: 16 additions & 6 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

simple-hyper-client/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ edition = "2018"
1616
[dependencies]
1717
futures-executor = "0.3.21"
1818
headers = "0.3.7"
19-
http = "0.2.6"
19+
http = "1.4.0"
2020
hyper = { version = "0.14.17", features = ["client", "http1", "http2", "stream"] }
2121
tokio = { version = "1.45.1", features = ["rt", "macros", "net", "sync", "time"] }
2222
tokio-stream = "0.1.18"

0 commit comments

Comments
 (0)