File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 1
1
[package ]
2
2
name = " curl"
3
- version = " 0.4.35 "
3
+ version = " 0.4.36 "
4
4
authors = [" Alex Crichton <alex@alexcrichton.com>" ]
5
5
license = " MIT"
6
6
repository = " https://github.com/alexcrichton/curl-rust"
@@ -17,7 +17,7 @@ appveyor = { repository = "alexcrichton/curl-rust" }
17
17
18
18
[dependencies ]
19
19
libc = " 0.2.42"
20
- curl-sys = { path = " curl-sys" , version = " 0.4.41 " , default-features = false }
20
+ curl-sys = { path = " curl-sys" , version = " 0.4.42 " , default-features = false }
21
21
socket2 = " 0.4.0"
22
22
23
23
# Unix platforms use OpenSSL for now to provide SSL functionality
Original file line number Diff line number Diff line change 1
1
[package ]
2
2
name = " curl-sys"
3
- version = " 0.4.41 +curl-7.76.0"
3
+ version = " 0.4.42 +curl-7.76.0"
4
4
authors = [" Alex Crichton <alex@alexcrichton.com>" ]
5
5
links = " curl"
6
6
build = " build.rs"
You can’t perform that action at this time.
0 commit comments