Skip to content

Commit d45d8b1

Browse files
committed
Update cargo, books
1 parent ce361fb commit d45d8b1

File tree

6 files changed

+15
-9
lines changed

6 files changed

+15
-9
lines changed

Cargo.lock

+10-4
Original file line numberDiff line numberDiff line change
@@ -307,7 +307,7 @@ dependencies = [
307307
"glob",
308308
"hex 0.4.0",
309309
"home",
310-
"humantime",
310+
"humantime 2.0.0",
311311
"ignore",
312312
"im-rc",
313313
"jobserver",
@@ -1013,7 +1013,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
10131013
checksum = "aafcde04e90a5226a6443b7aabdb016ba2f8307c847d524724bd9b346dd1a2d3"
10141014
dependencies = [
10151015
"atty",
1016-
"humantime",
1016+
"humantime 1.3.0",
10171017
"log",
10181018
"regex",
10191019
"termcolor",
@@ -1026,7 +1026,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
10261026
checksum = "44533bbbb3bb3c1fa17d9f2e4e38bbbaf8396ba82193c4cb1b6445d711445d36"
10271027
dependencies = [
10281028
"atty",
1029-
"humantime",
1029+
"humantime 1.3.0",
10301030
"log",
10311031
"regex",
10321032
"termcolor",
@@ -1454,6 +1454,12 @@ dependencies = [
14541454
"quick-error",
14551455
]
14561456

1457+
[[package]]
1458+
name = "humantime"
1459+
version = "2.0.0"
1460+
source = "registry+https://github.com/rust-lang/crates.io-index"
1461+
checksum = "b9b6c53306532d3c8e8087b44e6580e10db51a023cf9b433cea2ac38066b92da"
1462+
14571463
[[package]]
14581464
name = "hyper"
14591465
version = "0.12.31"
@@ -2647,7 +2653,7 @@ dependencies = [
26472653
"clap",
26482654
"derive_more",
26492655
"env_logger 0.6.2",
2650-
"humantime",
2656+
"humantime 1.3.0",
26512657
"lazy_static 1.3.0",
26522658
"log",
26532659
"rls-span",

src/doc/embedded-book

src/doc/rust-by-example

0 commit comments

Comments
 (0)