From f09d455a1b796e97bfeb1c3600dfdf2179bc5376 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 3 Apr 2023 09:03:07 +0000 Subject: [PATCH] deps: bump quinn-proto from 0.9.2 to 0.9.3 Bumps [quinn-proto](https://github.com/quinn-rs/quinn) from 0.9.2 to 0.9.3. - [Release notes](https://github.com/quinn-rs/quinn/releases) - [Commits](https://github.com/quinn-rs/quinn/compare/0.9.2...0.9.3) --- updated-dependencies: - dependency-name: quinn-proto dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Cargo.lock | 4 ++-- transports/quic/Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 0e071f5e93f..5d1ee106d70 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3782,9 +3782,9 @@ dependencies = [ [[package]] name = "quinn-proto" -version = "0.9.2" +version = "0.9.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "72ef4ced82a24bb281af338b9e8f94429b6eca01b4e66d899f40031f074e74c9" +checksum = "67c10f662eee9c94ddd7135043e544f3c82fa839a1e7b865911331961b53186c" dependencies = [ "bytes", "rand 0.8.5", diff --git a/transports/quic/Cargo.toml b/transports/quic/Cargo.toml index b059edceca6..415d7311648 100644 --- a/transports/quic/Cargo.toml +++ b/transports/quic/Cargo.toml @@ -18,7 +18,7 @@ libp2p-core = { version = "0.39.0", path = "../../core" } libp2p-tls = { version = "0.1.0-alpha.1", path = "../tls" } log = "0.4" parking_lot = "0.12.0" -quinn-proto = { version = "0.9.0", default-features = false, features = ["tls-rustls"] } +quinn-proto = { version = "0.9.3", default-features = false, features = ["tls-rustls"] } rand = "0.8.5" rustls = { version = "0.20.2", default-features = false } thiserror = "1.0.26"