Skip to content

Commit

Permalink
Update quinn requirement from 0.10 to 0.11
Browse files Browse the repository at this point in the history
Updates the requirements on [quinn](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.0)

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

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

0 comments on commit 5f9684d

Please sign in to comment.