Skip to content

Commit 7cf3406

Browse files
Update socket2 requirement from 0.3.16 to 0.4.0 (#382)
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](rust-lang/socket2@v0.3.16...v0.4.0) Signed-off-by: dependabot-preview[bot] <support@dependabot.com> Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
1 parent 7104e17 commit 7cf3406

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ appveyor = { repository = "alexcrichton/curl-rust" }
1818
[dependencies]
1919
libc = "0.2.42"
2020
curl-sys = { path = "curl-sys", version = "0.4.41", default-features = false }
21-
socket2 = "0.3.16"
21+
socket2 = "0.4.0"
2222

2323
# Unix platforms use OpenSSL for now to provide SSL functionality
2424
[target.'cfg(all(unix, not(target_os = "macos")))'.dependencies]

0 commit comments

Comments
 (0)