Skip to content

Commit

Permalink
Update headers requirement from 0.3 to 0.4
Browse files Browse the repository at this point in the history
Updates the requirements on [headers](https://github.com/hyperium/headers) to permit the latest version.
- [Commits](hyperium/headers@headers-v0.3.0...headers-v0.4.0)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Nov 27, 2023
1 parent f1360ec commit eb2c5e2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion server/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ keywords.workspace = true
async-trait = "0.1"
bytes = "1.4"
futures = "0.3"
headers = "0.3"
headers = "0.4"
http = "0.2"
log = "0.4"
serde = "1.0"
Expand Down

0 comments on commit eb2c5e2

Please sign in to comment.