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 Dec 18, 2024
1 parent b7fd519 commit 78d6db6
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 @@ -15,7 +15,7 @@ async-trait = "0.1"
blake2 = "0.10"
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 78d6db6

Please sign in to comment.