Skip to content

Commit

Permalink
Bump http from 0.2.9 to 1.0.0
Browse files Browse the repository at this point in the history
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] <support@github.com>
  • Loading branch information
dependabot[bot] authored Dec 1, 2023
1 parent 084d23d commit da6224e
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 11 deletions.
31 changes: 21 additions & 10 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 @@ -36,5 +36,5 @@ serde = {version = "1.0.190", features = ["derive"]}
serde_json = "1.0.107"
tokio = {version = "1.33.0", features = ["macros", "rt-multi-thread"]}
hyper = "0.14.26"
http = "0.2.9"
http = "1.0.0"
typed-session = {workspace = true, features = ["memory-store"]}

0 comments on commit da6224e

Please sign in to comment.