Skip to content

Commit

Permalink
Update socket2 requirement from 0.3.16 to 0.4.0 (#382)
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
dependabot-preview[bot] authored Mar 15, 2021
1 parent 7104e17 commit 7cf3406
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ appveyor = { repository = "alexcrichton/curl-rust" }
[dependencies]
libc = "0.2.42"
curl-sys = { path = "curl-sys", version = "0.4.41", default-features = false }
socket2 = "0.3.16"
socket2 = "0.4.0"

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

0 comments on commit 7cf3406

Please sign in to comment.