From 5f9684de26ed6234abe9eb1288f5ac2d15449696 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 10 May 2024 19:48:08 +0000 Subject: [PATCH] Update quinn requirement from 0.10 to 0.11 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](https://github.com/quinn-rs/quinn/compare/0.10.0...0.11.0) --- updated-dependencies: - dependency-name: quinn dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index ecff254..ca3cc9a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -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"