Skip to content

Commit

Permalink
build(deps): update h3 requirement from 0.0.3 to 0.0.4
Browse files Browse the repository at this point in the history
Updates the requirements on [h3](https://github.com/hyperium/h3) to permit the latest version.
- [Release notes](https://github.com/hyperium/h3/releases)
- [Changelog](https://github.com/hyperium/h3/blob/master/changelog-h3-quinn.md)
- [Commits](https://github.com/hyperium/h3/commits/h3-v0.0.4)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored and camshaft committed Jan 29, 2024
1 parent 1e3348a commit f238da2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion quic/s2n-quic-h3/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,6 @@ publish = false
[dependencies]
bytes = { version = "1", default-features = false }
futures = { version = "0.3", default-features = false }
h3 = "0.0.3"
h3 = "0.0.4"
s2n-quic = { path = "../s2n-quic" }
s2n-quic-core = { path = "../s2n-quic-core" }

0 comments on commit f238da2

Please sign in to comment.