Skip to content

Commit

Permalink
Update curl-sys version
Browse files Browse the repository at this point in the history
  • Loading branch information
sagebind committed Jul 23, 2020
1 parent 823ec1b commit c7d0429
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 @@ -17,7 +17,7 @@ appveyor = { repository = "alexcrichton/curl-rust" }

[dependencies]
libc = "0.2.42"
curl-sys = { path = "curl-sys", version = "0.4.32", default-features = false }
curl-sys = { path = "curl-sys", version = "0.4.33", default-features = false }
socket2 = "0.3.7"

# Unix platforms use OpenSSL for now to provide SSL functionality
Expand Down

0 comments on commit c7d0429

Please sign in to comment.