Skip to content

Commit

Permalink
Update quinn-proto requirement from 0.10 to 0.11
Browse files Browse the repository at this point in the history
Updates the requirements on [quinn-proto](https://github.com/quinn-rs/quinn) to permit the latest version.
- [Release notes](https://github.com/quinn-rs/quinn/releases)
- [Commits](quinn-rs/quinn@0.10.0...0.11.1)

---
updated-dependencies:
- dependency-name: quinn-proto
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] committed May 13, 2024
1 parent 29ad689 commit 6271319
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 @@ -14,7 +14,7 @@ bincode = "1"
futures = "0.3"
num_enum = "0.7"
quinn = "0.10"
quinn-proto = "0.10"
quinn-proto = "0.11"
serde = { version = "1", features = ["derive"] }
thiserror = "1"
tokio = "1"
Expand Down

0 comments on commit 6271319

Please sign in to comment.