Skip to content

Commit

Permalink
Bump http from 0.2.11 to 1.1.0
Browse files Browse the repository at this point in the history
Bumps [http](https://github.com/hyperium/http) from 0.2.11 to 1.1.0.
- [Release notes](https://github.com/hyperium/http/releases)
- [Changelog](https://github.com/hyperium/http/blob/master/CHANGELOG.md)
- [Commits](hyperium/http@v0.2.11...v1.1.0)

---
updated-dependencies:
- dependency-name: http
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] committed Mar 12, 2024
1 parent 27cdbfd commit 4ed4ff2
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 13 deletions.
35 changes: 23 additions & 12 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion lading/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ bytes = { workspace = true, features = ["std"] }
clap = { version = "3.2", default-features = false, features = ["std", "color", "suggestions", "derive"] }
flate2 = { version = "1.0.27", default-features = false, features = ["rust_backend" ] }
futures = "0.3.28"
http = "0.2"
http = "1.1"
http-serde = "1.1"
hyper = { version = "0.14", features = ["client"] }
is_executable = "1.0.1"
Expand Down

0 comments on commit 4ed4ff2

Please sign in to comment.