Skip to content

Commit 4cbaac6

Browse files
committed
Auto merge of rust-lang#97403 - arlosi:update-cargo, r=ehuss
Update cargo 10 commits in a4c1cd0eb6b18082a7e693f5a665548fe1534be4..39ad1039d9e3e1746177bf5d134af4c164f95528 2022-05-20 00:55:25 +0000 to 2022-05-25 00:50:02 +0000 * doc: discuss build script instruction order (rust-lang/cargo#10600) * Require http-registry URLs to end with a '/' (rust-lang/cargo#10698) * No printing executable names when running tests and benchmarks with json message format (rust-lang/cargo#10691) * Restore proper error for crate not in local reg (rust-lang/cargo#10683) * Update libcurl (rust-lang/cargo#10696) * Fixed small typos (rust-lang/cargo#10693) * fix bugs with `workspace` key and `update_toml` (rust-lang/cargo#10685) * Bump to 0.64.0, update changelog (rust-lang/cargo#10687) * List C compiler as a build dependency in README (rust-lang/cargo#10678) * Add unstable `rustc-check-cfg` build script output (rust-lang/cargo#10539) r? `@ehuss`
2 parents 1b5e121 + 6b48b52 commit 4cbaac6

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

Cargo.lock

+5-5
Original file line numberDiff line numberDiff line change
@@ -311,7 +311,7 @@ dependencies = [
311311

312312
[[package]]
313313
name = "cargo"
314-
version = "0.63.0"
314+
version = "0.64.0"
315315
dependencies = [
316316
"anyhow",
317317
"atty",
@@ -970,9 +970,9 @@ dependencies = [
970970

971971
[[package]]
972972
name = "curl"
973-
version = "0.4.41"
973+
version = "0.4.43"
974974
source = "registry+https://github.com/rust-lang/crates.io-index"
975-
checksum = "1bc6d233563261f8db6ffb83bbaad5a73837a6e6b28868e926337ebbdece0be3"
975+
checksum = "37d855aeef205b43f65a5001e0997d81f8efca7badad4fad7d897aa7f0d0651f"
976976
dependencies = [
977977
"curl-sys",
978978
"libc",
@@ -985,9 +985,9 @@ dependencies = [
985985

986986
[[package]]
987987
name = "curl-sys"
988-
version = "0.4.51+curl-7.80.0"
988+
version = "0.4.55+curl-7.83.1"
989989
source = "registry+https://github.com/rust-lang/crates.io-index"
990-
checksum = "d130987e6a6a34fe0889e1083022fa48cd90e6709a84be3fb8dd95801de5af20"
990+
checksum = "23734ec77368ec583c2e61dd3f0b0e5c98b93abe6d2a004ca06b91dd7e3e2762"
991991
dependencies = [
992992
"cc",
993993
"libc",

0 commit comments

Comments
 (0)