Skip to content

Commit f509b26

Browse files
committed
Auto merge of #69907 - ehuss:update-cargo, r=ehuss
Update cargo Update cargo 21 commits in bda50510d1daf6e9c53ad6ccf603da6e0fa8103f..7019b3ed3d539db7429d10a343b69be8c426b576 2020-03-02 18:05:34 +0000 to 2020-03-17 21:02:00 +0000 - Run through clippy (rust-lang/cargo#8015) - Fix config profiles using "dev" in `cargo test`. (rust-lang/cargo#8012) - Run CI on all PRs. (rust-lang/cargo#8011) - Add unit-graph JSON output. (rust-lang/cargo#7977) - Split workspace/validate() into multiple functions (rust-lang/cargo#8008) - Use Option::as_deref (rust-lang/cargo#8005) - De-duplicate edges (rust-lang/cargo#7993) - Revert "Disable preserving mtimes on archives" (rust-lang/cargo#7935) - Close the front door for clippy but open the back (rust-lang/cargo#7533) - Fix CHANGELOG.md typos (rust-lang/cargo#7999) - Update changelog note about crate-versions flag. (rust-lang/cargo#7998) - Bump to 0.45.0, update changelog (rust-lang/cargo#7997) - Bump libgit2 dependencies (rust-lang/cargo#7996) - Avoid buffering large amounts of rustc output. (rust-lang/cargo#7838) - Add "Updating" status for git submodules. (rust-lang/cargo#7989) - WorkspaceResolve: Use descriptive lifetime label. (rust-lang/cargo#7990) - Support old html anchors in manifest chapter. (rust-lang/cargo#7983) - Don't create hardlink for library test and integrations tests, fixing rust-lang/cargo#7960 (rust-lang/cargo#7965) - Partially revert change to filter debug_assertions. (rust-lang/cargo#7970) - Try to better handle restricted crate names. (rust-lang/cargo#7959) - Fix bug with new feature resolver and required-features. (rust-lang/cargo#7962)
2 parents d939f70 + d79c1d3 commit f509b26

File tree

2 files changed

+9
-9
lines changed

2 files changed

+9
-9
lines changed

Cargo.lock

+8-8
Original file line numberDiff line numberDiff line change
@@ -281,7 +281,7 @@ dependencies = [
281281

282282
[[package]]
283283
name = "cargo"
284-
version = "0.44.0"
284+
version = "0.45.0"
285285
dependencies = [
286286
"anyhow",
287287
"atty",
@@ -292,7 +292,6 @@ dependencies = [
292292
"clap",
293293
"core-foundation 0.7.0",
294294
"crates-io",
295-
"crossbeam-channel",
296295
"crossbeam-utils 0.7.0",
297296
"crypto-hash",
298297
"curl",
@@ -338,6 +337,7 @@ dependencies = [
338337
"termcolor",
339338
"toml",
340339
"unicode-width",
340+
"unicode-xid 0.2.0",
341341
"url 2.1.0",
342342
"walkdir",
343343
"winapi 0.3.8",
@@ -1234,9 +1234,9 @@ dependencies = [
12341234

12351235
[[package]]
12361236
name = "git2"
1237-
version = "0.12.0"
1237+
version = "0.13.0"
12381238
source = "registry+https://github.com/rust-lang/crates.io-index"
1239-
checksum = "26e07ef27260a78f7e8d218ebac2c72f2c4db50493741b190b6e8eade1da7c68"
1239+
checksum = "b7da16ceafe24cedd9ba02c4463a2b506b6493baf4317c79c5acb553134a3c15"
12401240
dependencies = [
12411241
"bitflags",
12421242
"libc",
@@ -1249,9 +1249,9 @@ dependencies = [
12491249

12501250
[[package]]
12511251
name = "git2-curl"
1252-
version = "0.13.0"
1252+
version = "0.14.0"
12531253
source = "registry+https://github.com/rust-lang/crates.io-index"
1254-
checksum = "af1754ec4170e7dcaf9bb43743bb16eddb8d827b2e0291deb6f220a6e16fe46a"
1254+
checksum = "502d532a2d06184beb3bc869d4d90236e60934e3382c921b203fa3c33e212bd7"
12551255
dependencies = [
12561256
"curl",
12571257
"git2",
@@ -1778,9 +1778,9 @@ dependencies = [
17781778

17791779
[[package]]
17801780
name = "libgit2-sys"
1781-
version = "0.11.0+0.99.0"
1781+
version = "0.12.0+0.99.0"
17821782
source = "registry+https://github.com/rust-lang/crates.io-index"
1783-
checksum = "4d5d1459353d397a029fb18862166338de938e6be976606bd056cf8f1a912ecf"
1783+
checksum = "05dff41ac39e7b653f5f1550886cf00ba52f8e7f57210b633cdeedb3de5b236c"
17841784
dependencies = [
17851785
"cc",
17861786
"libc",

src/tools/cargo

Submodule cargo updated 82 files

0 commit comments

Comments
 (0)