Skip to content

Commit 8d60bf4

Browse files
committed
Auto merge of rust-lang#95103 - ehuss:update-cargo, r=ehuss
Update cargo 9 commits in 65c82664263feddc5fe2d424be0993c28d46377a..109bfbd055325ef87a6e7f63d67da7e838f8300b 2022-03-09 02:32:56 +0000 to 2022-03-17 21:43:09 +0000 - Refactor RegistryData::load to handle management of the index cache (rust-lang/cargo#10482) - Separate VCS command paths with "--" (rust-lang/cargo#10483) - Fix panic when artifact target is used for `[target.'cfg(<target>)'.dependencies` (rust-lang/cargo#10433) - Bump [email protected] and [email protected] (rust-lang/cargo#10479) - vendor: Don't allow multiple values for --sync (rust-lang/cargo#10448) - Use types to make clere (credential process || token) (rust-lang/cargo#10471) - Warning on conflicting keys (rust-lang/cargo#10316) - Registry functions return Poll to enable parallel fetching of index data (rust-lang/cargo#10064) - Refine the contributor guide (rust-lang/cargo#10468)
2 parents 9c7f6d6 + 5b4f920 commit 8d60bf4

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
@@ -1502,9 +1502,9 @@ dependencies = [
15021502

15031503
[[package]]
15041504
name = "git2"
1505-
version = "0.14.1"
1505+
version = "0.14.2"
15061506
source = "registry+https://github.com/rust-lang/crates.io-index"
1507-
checksum = "6e7d3b96ec1fcaa8431cf04a4f1ef5caafe58d5cf7bcc31f09c1626adddb0ffe"
1507+
checksum = "3826a6e0e2215d7a41c2bfc7c9244123969273f3476b939a226aac0ab56e9e3c"
15081508
dependencies = [
15091509
"bitflags",
15101510
"libc",
@@ -1974,9 +1974,9 @@ dependencies = [
19741974

19751975
[[package]]
19761976
name = "libgit2-sys"
1977-
version = "0.13.1+1.4.2"
1977+
version = "0.13.2+1.4.2"
19781978
source = "registry+https://github.com/rust-lang/crates.io-index"
1979-
checksum = "43e598aa7a4faedf1ea1b4608f582b06f0f40211eec551b7ef36019ae3f62def"
1979+
checksum = "3a42de9a51a5c12e00fc0e4ca6bc2ea43582fc6418488e8f615e905d886f258b"
19801980
dependencies = [
19811981
"cc",
19821982
"libc",

src/tools/cargo

Submodule cargo updated 43 files

0 commit comments

Comments
 (0)