Skip to content

Commit ffd5020

Browse files
chore(deps): update socket2 requirement from 0.5.1 to 0.6.0 (#1587)
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] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 85dcced commit ffd5020

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
@@ -89,7 +89,7 @@ criterion = { version = "0.5", features = ["async_tokio", "html_reports"] }
8989
fast-socks5 = "0.10"
9090
futures = { version = "0.3.14", default-features = false, features = ["std"] }
9191
pprof = { version = "0.15", features = ["flamegraph", "criterion"] }
92-
socket2 = "0.5.1"
92+
socket2 = "0.6.0"
9393
tracing-subscriber = { version = "0.3", features = ["env-filter"] }
9494
trybuild = "1.0.97"
9595

0 commit comments

Comments
 (0)