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"] }