Skip to content

Commit

Permalink
Set minimum version of the curl-sys crate. (#549)
Browse files Browse the repository at this point in the history
  • Loading branch information
ehuss committed Feb 12, 2024
1 parent c0c7a66 commit a4f4083
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "curl"
version = "0.4.45"
version = "0.4.46"
authors = ["Alex Crichton <[email protected]>"]
license = "MIT"
repository = "https://github.com/alexcrichton/curl-rust"
Expand All @@ -18,7 +18,7 @@ appveyor = { repository = "alexcrichton/curl-rust" }

[dependencies]
libc = "0.2.42"
curl-sys = { path = "curl-sys", version = "0.4.59", default-features = false }
curl-sys = { path = "curl-sys", version = "0.4.72", default-features = false }
socket2 = "0.5.0"

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

0 comments on commit a4f4083

Please sign in to comment.