Skip to content

Commit a0d580c

Browse files
authored
Rollup merge of #90720 - ehuss:update-cargo, r=ehuss
Update cargo 4 commits in 94ca096afbf25f670e76e07dca754fcfe27134be..2e2a16e983f597da62bc132eb191bc3276d4b1bb 2021-10-29 14:45:06 +0000 to 2021-11-08 15:13:38 +0000 - Fix debug panic on download with redirect body. (rust-lang/cargo#10048) - no need to clone (rust-lang/cargo#10051) - Update curl. (rust-lang/cargo#10040) - Fix --scrape-examples-target-crate using package name (with dashes) instead of crate name (with underscores) (rust-lang/cargo#10037)
2 parents f1fef6b + 05db283 commit a0d580c

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

Cargo.lock

+4-4
Original file line numberDiff line numberDiff line change
@@ -888,9 +888,9 @@ dependencies = [
888888

889889
[[package]]
890890
name = "curl"
891-
version = "0.4.39"
891+
version = "0.4.40"
892892
source = "registry+https://github.com/rust-lang/crates.io-index"
893-
checksum = "aaa3b8db7f3341ddef15786d250106334d4a6c4b0ae4a46cd77082777d9849b9"
893+
checksum = "877cc2f9b8367e32b6dabb9d581557e651cb3aa693a37f8679091bbf42687d5d"
894894
dependencies = [
895895
"curl-sys",
896896
"libc",
@@ -903,9 +903,9 @@ dependencies = [
903903

904904
[[package]]
905905
name = "curl-sys"
906-
version = "0.4.49+curl-7.79.1"
906+
version = "0.4.50+curl-7.79.1"
907907
source = "registry+https://github.com/rust-lang/crates.io-index"
908-
checksum = "e0f44960aea24a786a46907b8824ebc0e66ca06bf4e4978408c7499620343483"
908+
checksum = "4856b76919dd599f31236bb18db5f5bd36e2ce131e64f857ca5c259665b76171"
909909
dependencies = [
910910
"cc",
911911
"libc",

0 commit comments

Comments
 (0)