Skip to content

Commit

Permalink
Bump http from 1.0.0 to 1.1.0
Browse files Browse the repository at this point in the history
Bumps [http](https://github.com/hyperium/http) from 1.0.0 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@v1.0.0...v1.1.0)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored and dmartin committed Apr 2, 2024
1 parent fb34801 commit 45c8897
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 10 deletions.
18 changes: 9 additions & 9 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 Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ blake2 = "0.10.6"
clap = { version = "4.5.4", features = ["cargo"] }
env_logger = "0.11.2"
flate2 = "1.0.28"
http = "1.0.0"
http = "1.1.0"
hyper = { version = "1.2.0", features = ["http1", "server"] }
hyper-staticfile = "0.10.0"
hyper-util = { version = "0.1.3", features = ["tokio"] }
Expand Down

0 comments on commit 45c8897

Please sign in to comment.