From 1ea58e8096bf45ae7bac751a6636cd86bd47e495 Mon Sep 17 00:00:00 2001 From: Sijie Yang Date: Wed, 10 Apr 2024 12:37:58 +0800 Subject: [PATCH] Bump tquic to 0.9.0 --- Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index b3d5972..3d5ae51 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "tquic-example-rust" -version = "0.7.0" +version = "0.9.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.8" +tquic = "0.9" bytes = "1" log = "0.4" mio = { version = "0.8", features = ["net", "os-poll"] }