File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 11[package ]
22name = " curl"
3- version = " 0.4.34 "
3+ version = " 0.4.35 "
44authors = [" Alex Crichton <alex@alexcrichton.com>" ]
55license = " MIT"
66repository = " https://github.com/alexcrichton/curl-rust"
@@ -17,7 +17,7 @@ appveyor = { repository = "alexcrichton/curl-rust" }
1717
1818[dependencies ]
1919libc = " 0.2.42"
20- curl-sys = { path = " curl-sys" , version = " 0.4.37 " , default-features = false }
20+ curl-sys = { path = " curl-sys" , version = " 0.4.41 " , default-features = false }
2121socket2 = " 0.3.16"
2222
2323# Unix platforms use OpenSSL for now to provide SSL functionality
Original file line number Diff line number Diff line change 11[package ]
22name = " curl-sys"
3- version = " 0.4.40 +curl-7.75.0"
3+ version = " 0.4.41 +curl-7.75.0"
44authors = [" Alex Crichton <alex@alexcrichton.com>" ]
55links = " curl"
66build = " build.rs"
@@ -52,4 +52,4 @@ spnego = []
5252force-system-lib-on-osx = []
5353protocol-ftp = []
5454zlib-ng-compat = [" libz-sys/zlib-ng" , " static-curl" ]
55- upkeep_7_62_0 = []
55+ upkeep_7_62_0 = []
You can’t perform that action at this time.
0 commit comments