Skip to content

Commit e0f2f9d

Browse files
committed
Update Cargo, books
1 parent a19f934 commit e0f2f9d

File tree

7 files changed

+20
-9
lines changed

7 files changed

+20
-9
lines changed

Cargo.lock

+14-3
Original file line numberDiff line numberDiff line change
@@ -272,7 +272,7 @@ dependencies = [
272272

273273
[[package]]
274274
name = "cargo"
275-
version = "0.41.0"
275+
version = "0.42.0"
276276
dependencies = [
277277
"atty",
278278
"bytesize",
@@ -282,7 +282,7 @@ dependencies = [
282282
"clap",
283283
"core-foundation",
284284
"crates-io",
285-
"crossbeam-utils 0.6.5",
285+
"crossbeam-utils 0.7.0",
286286
"crypto-hash",
287287
"curl",
288288
"curl-sys",
@@ -619,7 +619,7 @@ checksum = "e7ca8a5221364ef15ce201e8ed2f609fc312682a8f4e0e3d4aa5879764e0fa3b"
619619

620620
[[package]]
621621
name = "crates-io"
622-
version = "0.29.0"
622+
version = "0.30.0"
623623
dependencies = [
624624
"curl",
625625
"failure",
@@ -745,6 +745,17 @@ dependencies = [
745745
"lazy_static 1.3.0",
746746
]
747747

748+
[[package]]
749+
name = "crossbeam-utils"
750+
version = "0.7.0"
751+
source = "registry+https://github.com/rust-lang/crates.io-index"
752+
checksum = "ce446db02cdc3165b94ae73111e570793400d0794e46125cc4056c81cbb039f4"
753+
dependencies = [
754+
"autocfg",
755+
"cfg-if",
756+
"lazy_static 1.3.0",
757+
]
758+
748759
[[package]]
749760
name = "crypto-hash"
750761
version = "0.3.1"

src/doc/book

0 commit comments

Comments
 (0)