From bbf6b967c5f9866693684e3ba17ebd5cdfaa1df7 Mon Sep 17 00:00:00 2001 From: Sean McArthur Date: Thu, 9 Nov 2023 17:42:28 -0500 Subject: [PATCH] http3: upgrade dependencies --- Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 612912629..1e517f824 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -140,8 +140,8 @@ tokio-socks = { version = "0.5.1", optional = true } trust-dns-resolver = { version = "0.23", optional = true, features = ["tokio-runtime"] } # HTTP/3 experimental support -h3 = { version="0.0.2", optional = true } -h3-quinn = { version="0.0.3", optional = true } +h3 = { version="0.0.3", optional = true } +h3-quinn = { version="0.0.4", optional = true } quinn = { version = "0.10", default-features = false, features = ["tls-rustls", "ring", "runtime-tokio"], optional = true } futures-channel = { version="0.3", optional = true}