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] authored Mar 5, 2024
1 parent 097d95b commit 0aaa747
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 10 deletions.
29 changes: 20 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 database/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ edition = "2021"
[dependencies]
couch_rs = "0.9.1"
tokio = { version = "1.20.1", features = ["full"] }
http = "0.2.8"
http = "1.1.0"
serde = { version = "1.0", features = ["derive"] }
log = "0.4.17"
serde_json = "1.0.83"
Expand Down

0 comments on commit 0aaa747

Please sign in to comment.