Skip to content

Commit

Permalink
build(deps): 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 Apr 2, 2024
1 parent 8886876 commit 4ff94be
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 deletions.
16 changes: 8 additions & 8 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 wacker/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ prost = "0.12.3"
const_format = "0.2.32"
async-stream = "0.3.5"
hyper = "1.1.0"
http = "1.0.0"
http = "1.1.0"
http-body-util = "0.1.0"
bytes = "1.5.0"
async-trait = "0.1.77"
Expand Down

0 comments on commit 4ff94be

Please sign in to comment.