Skip to content

Commit a4f4083

Browse files
authored
Set minimum version of the curl-sys crate. (#549)
1 parent c0c7a66 commit a4f4083

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "curl"
3-
version = "0.4.45"
3+
version = "0.4.46"
44
authors = ["Alex Crichton <[email protected]>"]
55
license = "MIT"
66
repository = "https://github.com/alexcrichton/curl-rust"
@@ -18,7 +18,7 @@ appveyor = { repository = "alexcrichton/curl-rust" }
1818

1919
[dependencies]
2020
libc = "0.2.42"
21-
curl-sys = { path = "curl-sys", version = "0.4.59", default-features = false }
21+
curl-sys = { path = "curl-sys", version = "0.4.72", default-features = false }
2222
socket2 = "0.5.0"
2323

2424
# Unix platforms use OpenSSL for now to provide SSL functionality

0 commit comments

Comments
 (0)