Skip to content

Commit

Permalink
chore(deps): 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.3.9)

---
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 cbc9fa7 commit 4e32063
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ fastrand = "2"
form_urlencoded = "1"
futures-channel = "0.3"
futures-util = { version = "0.3", default-features = false }
headers = "0.3"
headers = "0.4"
http = "0.2"
http-body-util = "0.1.0-rc.3"
hmac = "0.12"
Expand Down

0 comments on commit 4e32063

Please sign in to comment.