Skip to content

Commit f800292

Browse files
Update socket2 requirement from 0.5 to 0.6
--- updated-dependencies: - dependency-name: socket2 dependency-version: 0.6.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 7ae5548 commit f800292

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.13"
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)