From 6271319996618298507f03734689742f4e3e4fe9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 May 2024 12:43:05 +0000 Subject: [PATCH] Update quinn-proto requirement from 0.10 to 0.11 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](https://github.com/quinn-rs/quinn/compare/0.10.0...0.11.1) --- updated-dependencies: - dependency-name: quinn-proto 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..b1781b5 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -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"