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.46 "
3
+ version = " 0.4.47 "
4
4
authors = [" Alex Crichton <alex@alexcrichton.com>" ]
5
5
license = " MIT"
6
6
repository = " https://github.com/alexcrichton/curl-rust"
@@ -14,7 +14,7 @@ edition = "2018"
14
14
15
15
[dependencies ]
16
16
libc = " 0.2.42"
17
- curl-sys = { path = " curl-sys" , version = " 0.4.72 " , default-features = false }
17
+ curl-sys = { path = " curl-sys" , version = " 0.4.77 " , default-features = false }
18
18
socket2 = " 0.5.0"
19
19
20
20
# 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.76 +curl-8.10.1"
3
+ version = " 0.4.77 +curl-8.10.1"
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