From f1834b36c27687bf6f9d1eb399bccf79b555b414 Mon Sep 17 00:00:00 2001 From: Sean McArthur Date: Fri, 28 Apr 2023 11:16:49 -0400 Subject: [PATCH] update h3 and h3-quinn to 0.0.2 --- Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 888566527..187da7211 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -140,8 +140,8 @@ tokio-socks = { version = "0.5.1", optional = true } trust-dns-resolver = { version = "0.22", optional = true } # HTTP/3 experimental support -h3 = { version="0.0.1", optional = true } -h3-quinn = { version="0.0.1", optional = true } +h3 = { version="0.0.2", optional = true } +h3-quinn = { version="0.0.2", optional = true } quinn = { version = "0.8", default-features = false, features = ["tls-rustls", "ring"], optional = true } futures-channel = { version="0.3", optional = true}