Skip to content

Commit

Permalink
build(deps): update octets requirement from 0.2.0 to 0.3.0
Browse files Browse the repository at this point in the history
Updates the requirements on [octets](https://github.com/cloudflare/quiche) to permit the latest version.
- [Release notes](https://github.com/cloudflare/quiche/releases)
- [Commits](cloudflare/quiche@0.2.0...0.3.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored and BiagioFesta committed Jan 29, 2024
1 parent 9abb881 commit 75ca5c0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion wtransport-proto/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ rust-version = "1.70"

[dependencies]
httlib-huffman = "0.3.4"
octets = "0.2.0"
octets = "0.3.0"
thiserror = "1.0.50"
url = "2.4.0"

Expand Down

0 comments on commit 75ca5c0

Please sign in to comment.