Skip to content

Commit

Permalink
Bump http from 0.2.12 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.12 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.12...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] authored Jun 17, 2024
1 parent c63a38d commit 3aa1fbf
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 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 @@ -218,7 +218,7 @@ rocksdb = { version = "0.22.0", features = ["snappy", "lz4", "zstd", "zlib"], de
prometheus = "0.13.3"
coarsetime = "0.1.22"
hyper = { version = "0.14.12", features = ["full"] }
http = "0.2.6"
http = "1.1.0"
num_enum = "0.5.7"
libc = "^0.2"
include_dir = { version = "0.6.2" }
Expand Down

0 comments on commit 3aa1fbf

Please sign in to comment.