From b6770387edca23cb34e047e03b629025ee027d5b Mon Sep 17 00:00:00 2001 From: EAimTY Date: Sun, 5 Feb 2023 18:06:11 +0900 Subject: [PATCH] update dependencies --- tuic-quinn/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tuic-quinn/Cargo.toml b/tuic-quinn/Cargo.toml index f40c5aa..9f39774 100644 --- a/tuic-quinn/Cargo.toml +++ b/tuic-quinn/Cargo.toml @@ -16,5 +16,5 @@ bytes = { version = "1.4.0", default-features = false, features = ["std"] } futures-util = { version = "0.3.26", default-features = false, features = ["io", "std"] } quinn = { version = "0.9.3", default-features = false, features = ["futures-io"] } thiserror = { version = "1.0.38", default-features = false } -tuic = { version = "5.0.0-pre-alpha3", default-features = false, features = ["async_marshal", "marshal", "model"] } +tuic = { version = "5.0.0-pre-alpha4", default-features = false, features = ["async_marshal", "marshal", "model"] } uuid = { version = "1.3.0", default-features = false, features = ["std"] }