Skip to content

Commit

Permalink
Update http requirement from 0.2 to 1.1
Browse files Browse the repository at this point in the history
Updates the requirements on [http](https://github.com/hyperium/http) to permit the latest version.
- [Release notes](https://github.com/hyperium/http/releases)
- [Changelog](https://github.com/hyperium/http/blob/master/CHANGELOG.md)
- [Commits](hyperium/http@v0.2.0...v1.1.0)

---
updated-dependencies:
- dependency-name: http
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] committed Mar 21, 2024
1 parent 947e43d commit 9d22f45
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion client/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ async-stream = "0.3"
async-trait = "0.1"
base64 = { version = "0.22", optional = true }
futures = "0.3"
http = { version = "0.2", optional = true }
http = { version = "1.1", optional = true }
js-sys = { version = "0.3", optional = true }
log = "0.4"
reqwest = { version = "0.12", optional = true, features = ["json"] }
Expand Down
2 changes: 1 addition & 1 deletion server/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ async-trait = "0.1"
bytes = "1.4"
futures = "0.3"
headers = "0.3"
http = "0.2"
http = "1.1"
log = "0.4"
serde = "1.0"
serde_json = "1.0"
Expand Down

0 comments on commit 9d22f45

Please sign in to comment.