Skip to content

Commit f14c5d1

Browse files
Bump http from 0.2.9 to 1.0.0
Bumps [http](https://github.com/hyperium/http) from 0.2.9 to 1.0.0. - [Release notes](https://github.com/hyperium/http/releases) - [Changelog](https://github.com/hyperium/http/blob/master/CHANGELOG.md) - [Commits](hyperium/http@v0.2.9...v1.0.0) --- updated-dependencies: - dependency-name: http dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 7cb4ee8 commit f14c5d1

File tree

2 files changed

+24
-13
lines changed

2 files changed

+24
-13
lines changed

Cargo.lock

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

lading/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ bytes = { workspace = true, features = ["std"] }
1919
clap = { version = "3.2", default-features = false, features = ["std", "color", "suggestions", "derive"] }
2020
flate2 = { version = "1.0.27", default-features = false, features = ["rust_backend" ] }
2121
futures = "0.3.28"
22-
http = "0.2"
22+
http = "1.0"
2323
http-serde = "1.1"
2424
hyper = { version = "0.14", features = ["client"] }
2525
is_executable = "1.0.1"

0 commit comments

Comments
 (0)