From 35e84bc1935e69f615516da6f5b7b40430ac1953 Mon Sep 17 00:00:00 2001 From: Jun Kurihara Date: Fri, 26 May 2023 14:11:05 +0900 Subject: [PATCH 1/2] submodule --- h3 | 2 +- quinn | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/h3 b/h3 index fabf614..d9cae33 160000 --- a/h3 +++ b/h3 @@ -1 +1 @@ -Subproject commit fabf6149c9ee57d7803ea5fb4426f895cbb5d244 +Subproject commit d9cae33d319cafd39f95503f87f738d4b2a34f16 diff --git a/quinn b/quinn index 4b309cd..0c6b743 160000 --- a/quinn +++ b/quinn @@ -1 +1 @@ -Subproject commit 4b309cd46b5a68c96c105b00dfbc65216523677f +Subproject commit 0c6b743f188b8f1d2c38689ecf6f748d393fbb52 From 46e537ea7fb541273ab5a8f4d8cf86090cefa544 Mon Sep 17 00:00:00 2001 From: Jun Kurihara Date: Fri, 26 May 2023 14:15:21 +0900 Subject: [PATCH 2/2] submodule deps --- Cargo.toml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index d37e971..4f3dc21 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -17,17 +17,17 @@ http3 = ["quinn", "h3", "h3-quinn"] [dependencies] anyhow = "1.0.71" -clap = { version = "4.2.7", features = ["std", "cargo", "wrap_help"] } +clap = { version = "4.3.0", features = ["std", "cargo", "wrap_help"] } rand = "0.8.5" -toml = { version = "0.7.3", default-features = false, features = ["parse"] } +toml = { version = "0.7.4", default-features = false, features = ["parse"] } rustc-hash = "1.1.0" -serde = { version = "1.0.162", default-features = false, features = ["derive"] } +serde = { version = "1.0.163", default-features = false, features = ["derive"] } bytes = "1.4.0" thiserror = "1.0.40" x509-parser = "0.15.0" derive_builder = "0.12.0" futures = { version = "0.3.28", features = ["alloc", "async-await"] } -tokio = { version = "1.28.0", default-features = false, features = [ +tokio = { version = "1.28.1", default-features = false, features = [ "net", "rt-multi-thread", "parking_lot",