Skip to content

Commit 089ab25

Browse files
committed
Update Cargo submodule
Bring in some fixes for `cargo fix` notably
1 parent f898179 commit 089ab25

File tree

2 files changed

+8
-2
lines changed

2 files changed

+8
-2
lines changed

src/Cargo.lock

+7-1
Original file line numberDiff line numberDiff line change
@@ -226,7 +226,7 @@ dependencies = [
226226
"clap 2.32.0 (registry+https://github.com/rust-lang/crates.io-index)",
227227
"core-foundation 0.6.1 (registry+https://github.com/rust-lang/crates.io-index)",
228228
"crates-io 0.18.0",
229-
"crossbeam 0.3.2 (registry+https://github.com/rust-lang/crates.io-index)",
229+
"crossbeam-utils 0.5.0 (registry+https://github.com/rust-lang/crates.io-index)",
230230
"crypto-hash 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)",
231231
"curl 0.4.13 (registry+https://github.com/rust-lang/crates.io-index)",
232232
"env_logger 0.5.10 (registry+https://github.com/rust-lang/crates.io-index)",
@@ -606,6 +606,11 @@ name = "crossbeam-utils"
606606
version = "0.4.1"
607607
source = "registry+https://github.com/rust-lang/crates.io-index"
608608

609+
[[package]]
610+
name = "crossbeam-utils"
611+
version = "0.5.0"
612+
source = "registry+https://github.com/rust-lang/crates.io-index"
613+
609614
[[package]]
610615
name = "crypto-hash"
611616
version = "0.3.1"
@@ -3128,6 +3133,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
31283133
"checksum crossbeam-epoch 0.5.1 (registry+https://github.com/rust-lang/crates.io-index)" = "285987a59c4d91388e749850e3cb7b3a92299668528caaacd08005b8f238c0ea"
31293134
"checksum crossbeam-utils 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)" = "2760899e32a1d58d5abb31129f8fae5de75220bc2176e77ff7c627ae45c918d9"
31303135
"checksum crossbeam-utils 0.4.1 (registry+https://github.com/rust-lang/crates.io-index)" = "ea52fab26a99d96cdff39d0ca75c9716125937f5dba2ab83923aaaf5928f684a"
3136+
"checksum crossbeam-utils 0.5.0 (registry+https://github.com/rust-lang/crates.io-index)" = "677d453a17e8bd2b913fa38e8b9cf04bcdbb5be790aa294f2389661d72036015"
31313137
"checksum crypto-hash 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)" = "09de9ee0fc255ace04c7fa0763c9395a945c37c8292bb554f8d48361d1dcf1b4"
31323138
"checksum curl 0.4.13 (registry+https://github.com/rust-lang/crates.io-index)" = "893713db705eab9847e050268507b0e2a2aad64e90a831874bd4e8e0d67f9523"
31333139
"checksum curl-sys 0.4.7 (registry+https://github.com/rust-lang/crates.io-index)" = "de9cf174efdf90b5887c4e2e900769373c89c5e18152e8f3ed75b501a6f1c0fb"

src/tools/cargo

Submodule cargo updated 52 files

0 commit comments

Comments
 (0)