Author: Jason White [github@jasonwhite.io]
Hash: b842b16f7ae8e1ecb64c4841fa840336854b65c5
Timestamp: Wed, 01 Jul 2020 03:37:07 +0000 (4 years ago)

+8 -2 +/-2 browse
Update humantime to v2
1diff --git a/Cargo.lock b/Cargo.lock
2index 495e52b..db5e9e5 100644
3--- a/Cargo.lock
4+++ b/Cargo.lock
5 @@ -547,6 +547,11 @@ dependencies = [
6 ]
7
8 [[package]]
9+ name = "humantime"
10+ version = "2.0.1"
11+ source = "registry+https://github.com/rust-lang/crates.io-index"
12+
13+ [[package]]
14 name = "hyper"
15 version = "0.12.35"
16 source = "registry+https://github.com/rust-lang/crates.io-index"
17 @@ -1058,7 +1063,7 @@ dependencies = [
18 "hex 0.3.2 (registry+https://github.com/rust-lang/crates.io-index)",
19 "http 0.1.21 (registry+https://github.com/rust-lang/crates.io-index)",
20 "human-size 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)",
21- "humantime 1.3.0 (registry+https://github.com/rust-lang/crates.io-index)",
22+ "humantime 2.0.1 (registry+https://github.com/rust-lang/crates.io-index)",
23 "hyper 0.12.35 (registry+https://github.com/rust-lang/crates.io-index)",
24 "linked-hash-map 0.5.2 (registry+https://github.com/rust-lang/crates.io-index)",
25 "log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)",
26 @@ -1862,6 +1867,7 @@ dependencies = [
27 "checksum human-size 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)" = "5bec6e801ef7367625bd94ad7e2965e6027189f3e9deef422388d993af2814a0"
28 "checksum humansize 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)" = "b6cab2627acfc432780848602f3f558f7e9dd427352224b0d9324025796d2a5e"
29 "checksum humantime 1.3.0 (registry+https://github.com/rust-lang/crates.io-index)" = "df004cfca50ef23c36850aaaa59ad52cc70d0e90243c3c7737a4dd32dc7a3c4f"
30+ "checksum humantime 2.0.1 (registry+https://github.com/rust-lang/crates.io-index)" = "3c1ad908cc71012b7bea4d0c53ba96a8cba9962f048fa68d143376143d863b7a"
31 "checksum hyper 0.12.35 (registry+https://github.com/rust-lang/crates.io-index)" = "9dbe6ed1438e1f8ad955a4701e9a944938e9519f6888d12d8558b645e247d5f6"
32 "checksum hyper-rustls 0.16.1 (registry+https://github.com/rust-lang/crates.io-index)" = "15b66d1bd4864ef036adf2363409caa3acd63ebb4725957b66e621c8a36631a3"
33 "checksum idna 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)" = "38f09e0f0b1fb55fdee1f17470ad800da77af5186a1a76c026b679358b7e844e"
34 diff --git a/Cargo.toml b/Cargo.toml
35index de0040e..9e341ad 100644
36--- a/Cargo.toml
37+++ b/Cargo.toml
38 @@ -25,7 +25,7 @@ generic-array = "0.12"
39 hex = "0.3"
40 http = "0.1"
41 human-size = "0.4"
42- humantime = "1"
43+ humantime = "2"
44 hyper = "0.12"
45 linked-hash-map = { version = "0.5", features = ["serde_impl"] }
46 log = "0.4"