Skip to content

Commit f51f94a

Browse files
Update socket2 requirement from 0.5 to 0.6 (#391)
--- updated-dependencies: - dependency-name: socket2 dependency-version: 0.6.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent b0d35f9 commit f51f94a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ enumflags2 = { version = "0.7.7", features = ["serde"] }
5757
if-addrs = "0.14"
5858
paste = "1"
5959
md5 = "0.8.0"
60-
socket2 = { version = "0.5", features = ["all"] }
60+
socket2 = { version = "0.6", features = ["all"] }
6161
bytes = "1"
6262
static_assertions = "1.1"
6363
thiserror = "2.0.9"

0 commit comments

Comments
 (0)