Skip to content

Commit

Permalink
build(deps): update h3 requirement from 0.0.3 to 0.0.4 (#2103)
Browse files Browse the repository at this point in the history
* build(deps): update http requirement from 0.2 to 1.0

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.0.0)

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

Signed-off-by: dependabot[bot] <support@github.com>

* build(deps): update h3 requirement from 0.0.3 to 0.0.4

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] <support@github.com>

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Feb 7, 2024
1 parent 709ea0a commit 958698d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
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" }
2 changes: 1 addition & 1 deletion quic/s2n-quic-qns/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ aya-log = { git = "https://github.com/camshaft/aya", branch = "xdpmaps", optiona
bytes = { version = "1", default-features = false }
cfg-if = "1"
futures = "0.3"
http = "0.2"
http = "1.0"
humansize = "2"
lru = "0.10"
rand = "0.8"
Expand Down

0 comments on commit 958698d

Please sign in to comment.