Update Cargo
This pulls in https://github.com/rust-lang/cargo/pull/7159, which ensures that documenting proc macros works correctly.
This commit is contained in:
parent
7ac21e7636
commit
d440e136e7
3 changed files with 31 additions and 4 deletions
32
Cargo.lock
32
Cargo.lock
|
@ -272,6 +272,7 @@ dependencies = [
|
||||||
"atty",
|
"atty",
|
||||||
"bytesize",
|
"bytesize",
|
||||||
"cargo-test-macro",
|
"cargo-test-macro",
|
||||||
|
"cargo-test-support",
|
||||||
"clap",
|
"clap",
|
||||||
"core-foundation",
|
"core-foundation",
|
||||||
"crates-io",
|
"crates-io",
|
||||||
|
@ -288,8 +289,9 @@ dependencies = [
|
||||||
"git2",
|
"git2",
|
||||||
"git2-curl",
|
"git2-curl",
|
||||||
"glob",
|
"glob",
|
||||||
"hex",
|
"hex 0.4.0",
|
||||||
"home",
|
"home",
|
||||||
|
"humantime",
|
||||||
"ignore",
|
"ignore",
|
||||||
"im-rc",
|
"im-rc",
|
||||||
"jobserver",
|
"jobserver",
|
||||||
|
@ -329,6 +331,23 @@ dependencies = [
|
||||||
name = "cargo-test-macro"
|
name = "cargo-test-macro"
|
||||||
version = "0.1.0"
|
version = "0.1.0"
|
||||||
|
|
||||||
|
[[package]]
|
||||||
|
name = "cargo-test-support"
|
||||||
|
version = "0.1.0"
|
||||||
|
dependencies = [
|
||||||
|
"cargo",
|
||||||
|
"cargo-test-macro",
|
||||||
|
"filetime",
|
||||||
|
"flate2",
|
||||||
|
"git2",
|
||||||
|
"glob",
|
||||||
|
"lazy_static 1.3.0",
|
||||||
|
"remove_dir_all",
|
||||||
|
"serde_json",
|
||||||
|
"tar",
|
||||||
|
"url 2.1.0",
|
||||||
|
]
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "cargo_metadata"
|
name = "cargo_metadata"
|
||||||
version = "0.8.0"
|
version = "0.8.0"
|
||||||
|
@ -700,7 +719,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||||
checksum = "09de9ee0fc255ace04c7fa0763c9395a945c37c8292bb554f8d48361d1dcf1b4"
|
checksum = "09de9ee0fc255ace04c7fa0763c9395a945c37c8292bb554f8d48361d1dcf1b4"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"commoncrypto",
|
"commoncrypto",
|
||||||
"hex",
|
"hex 0.3.2",
|
||||||
"openssl",
|
"openssl",
|
||||||
"winapi 0.3.6",
|
"winapi 0.3.6",
|
||||||
]
|
]
|
||||||
|
@ -1262,6 +1281,12 @@ version = "0.3.2"
|
||||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||||
checksum = "805026a5d0141ffc30abb3be3173848ad46a1b1664fe632428479619a3644d77"
|
checksum = "805026a5d0141ffc30abb3be3173848ad46a1b1664fe632428479619a3644d77"
|
||||||
|
|
||||||
|
[[package]]
|
||||||
|
name = "hex"
|
||||||
|
version = "0.4.0"
|
||||||
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||||
|
checksum = "023b39be39e3a2da62a94feb433e91e8bcd37676fbc8bea371daf52b7a769a3e"
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "home"
|
name = "home"
|
||||||
version = "0.5.0"
|
version = "0.5.0"
|
||||||
|
@ -2064,7 +2089,7 @@ dependencies = [
|
||||||
"directories",
|
"directories",
|
||||||
"env_logger",
|
"env_logger",
|
||||||
"getrandom",
|
"getrandom",
|
||||||
"hex",
|
"hex 0.3.2",
|
||||||
"log",
|
"log",
|
||||||
"num-traits",
|
"num-traits",
|
||||||
"rand 0.7.0",
|
"rand 0.7.0",
|
||||||
|
@ -3259,6 +3284,7 @@ dependencies = [
|
||||||
"serde",
|
"serde",
|
||||||
"serde_json",
|
"serde_json",
|
||||||
"smallvec",
|
"smallvec",
|
||||||
|
"url 2.1.0",
|
||||||
"winapi 0.3.6",
|
"winapi 0.3.6",
|
||||||
]
|
]
|
||||||
|
|
||||||
|
|
|
@ -1 +1 @@
|
||||||
Subproject commit 9655d70af8a6dddac238e3afa2fec75088c9226f
|
Subproject commit 3596cb86b2e87dd9b9c1bb90d4a9d73ec2c1512f
|
|
@ -62,6 +62,7 @@ crossbeam-utils = { version = "0.6.5", features = ["nightly"] }
|
||||||
serde = { version = "1.0.82", features = ['derive'] }
|
serde = { version = "1.0.82", features = ['derive'] }
|
||||||
serde_json = { version = "1.0.31", features = ["raw_value"] }
|
serde_json = { version = "1.0.31", features = ["raw_value"] }
|
||||||
smallvec = { version = "0.6", features = ['union', 'may_dangle'] }
|
smallvec = { version = "0.6", features = ['union', 'may_dangle'] }
|
||||||
|
url = { version = "2.0", features = ['serde'] }
|
||||||
|
|
||||||
|
|
||||||
[target.'cfg(not(windows))'.dependencies]
|
[target.'cfg(not(windows))'.dependencies]
|
||||||
|
|
Loading…
Add table
Reference in a new issue