From a6b923d993ddf06056d7019ff4cf68c43e91947a Mon Sep 17 00:00:00 2001 From: Sijie Yang Date: Thu, 18 Jul 2024 15:46:06 +0800 Subject: [PATCH] Update Cargo.toml --- Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 284d2b9..69a356e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "tquic-example-rust" -version = "0.11.0" +version = "0.15.0" edition = "2021" rust-version = "1.70.0" license = "Apache-2.0" @@ -9,7 +9,7 @@ homepage = "https://tquic.net" description = "TQUIC example client and server" [dependencies] -tquic = "0.11" +tquic = "0.15" bytes = "1" log = "0.4" mio = { version = "0.8", features = ["net", "os-poll"] }