From 5a3a3845cc605a17693b5bf95e34d23cac3d6a0b Mon Sep 17 00:00:00 2001 From: Jun Kurihara Date: Wed, 21 Dec 2022 15:43:49 +0900 Subject: [PATCH] deps --- Cargo.toml | 8 ++++---- h3 | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index d3b41b7..50e2199 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -18,7 +18,7 @@ http3 = ["quinn", "h3", "h3-quinn"] [dependencies] env_logger = "0.10.0" anyhow = "1.0.66" -clap = { version = "4.0.27", features = ["std", "cargo", "wrap_help"] } +clap = { version = "4.0.29", features = ["std", "cargo", "wrap_help"] } futures = { version = "0.3.25", features = ["alloc", "async-await"] } hyper = { version = "0.14.23", default-features = false, features = [ "server", @@ -27,7 +27,7 @@ hyper = { version = "0.14.23", default-features = false, features = [ "stream", ] } log = "0.4.17" -tokio = { version = "1.22.0", default-features = false, features = [ +tokio = { version = "1.23.0", default-features = false, features = [ "net", "rt-multi-thread", "parking_lot", @@ -41,8 +41,8 @@ rustls = { version = "0.20.7", default-features = false } rand = "0.8.5" toml = { version = "0.5.9", default-features = false } rustc-hash = "1.1.0" -serde = { version = "1.0.148", default-features = false, features = ["derive"] } -hyper-rustls = { version = "0.23.1", default-features = false, features = [ +serde = { version = "1.0.150", default-features = false, features = ["derive"] } +hyper-rustls = { version = "0.23.2", default-features = false, features = [ "tokio-runtime", "webpki-tokio", "http1", diff --git a/h3 b/h3 index a7f0881..885144b 160000 --- a/h3 +++ b/h3 @@ -1 +1 @@ -Subproject commit a7f0881d4102c0c0ddef5507dfacaa1b5dc10c02 +Subproject commit 885144bfcb0414bcb86b63cec9c65a611c7e56ee