diff --git a/Cargo.toml b/Cargo.toml index 48ef481..7294417 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -14,7 +14,7 @@ compio = "0.15.0" compio-quic = "0.4.0" cyper-core = { path = "./cyper-core", default-features = false, version = "0.4.0" } cyper-axum = { path = "./cyper-axum", default-features = false, version = "0.4.0" } -socket2 = "0.5" +socket2 = "0.6" cfg-if = "1.0.0" futures-channel = "0.3.29"