diff --git a/quinn-proto/Cargo.toml b/quinn-proto/Cargo.toml index d94c1ee69..79d7ecc7b 100644 --- a/quinn-proto/Cargo.toml +++ b/quinn-proto/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "quinn-proto" -version = "0.11.1" +version = "0.11.2" edition = "2021" rust-version = "1.66" license = "MIT OR Apache-2.0" diff --git a/quinn-udp/Cargo.toml b/quinn-udp/Cargo.toml index c4c819b77..35340655f 100644 --- a/quinn-udp/Cargo.toml +++ b/quinn-udp/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "quinn-udp" -version = "0.5.0" +version = "0.5.1" edition = "2021" rust-version = "1.66" license = "MIT OR Apache-2.0" diff --git a/quinn/Cargo.toml b/quinn/Cargo.toml index cd93192b4..6aab64312 100644 --- a/quinn/Cargo.toml +++ b/quinn/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "quinn" -version = "0.11.0" +version = "0.11.1" license = "MIT OR Apache-2.0" repository = "https://github.com/quinn-rs/quinn" description = "Versatile QUIC transport protocol implementation" @@ -38,7 +38,7 @@ bytes = "1" futures-io = { version = "0.3.19", optional = true } rustc-hash = "1.1" pin-project-lite = "0.2" -proto = { package = "quinn-proto", path = "../quinn-proto", version = "0.11", default-features = false } +proto = { package = "quinn-proto", path = "../quinn-proto", version = "0.11.2", default-features = false } rustls = { version = "0.23", default-features = false, features = ["ring", "std"], optional = true } smol = { version = "2", optional = true } thiserror = "1.0.21"