From e9d96c3facc3a4df4ea299d8e1c3527a744252a9 Mon Sep 17 00:00:00 2001 From: Jun Kurihara Date: Thu, 25 Aug 2022 14:26:04 +0900 Subject: [PATCH] deps --- Cargo.toml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index c636f07..184f330 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -17,8 +17,8 @@ http3 = ["quinn", "h3", "h3-quinn"] [dependencies] env_logger = "0.9.0" -anyhow = "1.0.60" -clap = { version = "3.2.16", features = ["std", "cargo", "wrap_help"] } +anyhow = "1.0.61" +clap = { version = "3.2.17", features = ["std", "cargo", "wrap_help"] } futures = { version = "0.3.21", features = ["alloc", "async-await"] } hyper = { version = "0.14.20", default-features = false, features = [ "server", @@ -49,7 +49,7 @@ hyper-rustls = { version = "0.23.0", default-features = false, features = [ "http2", ] } bytes = "1.2.1" -quinn = { version = "0.8.3", optional = true } +quinn = { version = "0.8.4", optional = true } h3 = { path = "./h3/h3/", optional = true } h3-quinn = { path = "./h3/h3-quinn/", optional = true } thiserror = "1.0.32"