diff --git a/tuic-quinn/Cargo.toml b/tuic-quinn/Cargo.toml index 9f39774..c430129 100644 --- a/tuic-quinn/Cargo.toml +++ b/tuic-quinn/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "tuic-quinn" -version = "0.1.0-pre-alpha0" +version = "0.1.0-pre-alpha1" authors = ["EAimTY "] description = "A thin layer on top of quinn to provide functions for TUIC" categories = ["network-programming"] @@ -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-alpha4", default-features = false, features = ["async_marshal", "marshal", "model"] } +tuic = { version = "5.0.0-pre-alpha5", default-features = false, features = ["async_marshal", "marshal", "model"] } uuid = { version = "1.3.0", default-features = false, features = ["std"] }