From 93f79648be7c4f5441f9bb9f51c06c9405c4b4d2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 7 Jul 2025 01:38:25 +0000 Subject: [PATCH] build(deps): update socket2 requirement from 0.5 to 0.6 Updates the requirements on [socket2](https://github.com/rust-lang/socket2) to permit the latest version. - [Release notes](https://github.com/rust-lang/socket2/releases) - [Changelog](https://github.com/rust-lang/socket2/blob/master/CHANGELOG.md) - [Commits](https://github.com/rust-lang/socket2/commits) --- updated-dependencies: - dependency-name: socket2 dependency-version: 0.5.10 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"