Commit
+7 -8 +/-2 browse
1 | diff --git a/Cargo.lock b/Cargo.lock |
2 | index e4853e9..495e52b 100644 |
3 | --- a/Cargo.lock |
4 | +++ b/Cargo.lock |
5 | @@ -317,13 +317,12 @@ dependencies = [ |
6 | |
7 | [[package]] |
8 | name = "derive_more" |
9 | - version = "0.14.1" |
10 | + version = "0.99.9" |
11 | source = "registry+https://github.com/rust-lang/crates.io-index" |
12 | dependencies = [ |
13 | - "proc-macro2 0.4.30 (registry+https://github.com/rust-lang/crates.io-index)", |
14 | - "quote 0.6.13 (registry+https://github.com/rust-lang/crates.io-index)", |
15 | - "rustc_version 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)", |
16 | - "syn 0.15.44 (registry+https://github.com/rust-lang/crates.io-index)", |
17 | + "proc-macro2 1.0.9 (registry+https://github.com/rust-lang/crates.io-index)", |
18 | + "quote 1.0.3 (registry+https://github.com/rust-lang/crates.io-index)", |
19 | + "syn 1.0.16 (registry+https://github.com/rust-lang/crates.io-index)", |
20 | ] |
21 | |
22 | [[package]] |
23 | @@ -1052,7 +1051,7 @@ dependencies = [ |
24 | "askama 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)", |
25 | "bytes 0.4.12 (registry+https://github.com/rust-lang/crates.io-index)", |
26 | "chacha 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)", |
27 | - "derive_more 0.14.1 (registry+https://github.com/rust-lang/crates.io-index)", |
28 | + "derive_more 0.99.9 (registry+https://github.com/rust-lang/crates.io-index)", |
29 | "futures 0.1.29 (registry+https://github.com/rust-lang/crates.io-index)", |
30 | "futures-backoff 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)", |
31 | "generic-array 0.12.3 (registry+https://github.com/rust-lang/crates.io-index)", |
32 | @@ -1834,7 +1833,7 @@ dependencies = [ |
33 | "checksum crossbeam-utils 0.7.2 (registry+https://github.com/rust-lang/crates.io-index)" = "c3c7c73a2d1e9fc0886a08b93e98eb643461230d5f1925e4036204d5f2e261a8" |
34 | "checksum crypto-mac 0.5.2 (registry+https://github.com/rust-lang/crates.io-index)" = "0999b4ff4d3446d4ddb19a63e9e00c1876e75cd7000d20e57a693b4b3f08d958" |
35 | "checksum ct-logs 0.5.1 (registry+https://github.com/rust-lang/crates.io-index)" = "1b4660f8b07a560a88c02d76286edb9f0d5d64e495d2b0f233186155aa51be1f" |
36 | - "checksum derive_more 0.14.1 (registry+https://github.com/rust-lang/crates.io-index)" = "6d944ac6003ed268757ef1ee686753b57efc5fcf0ebe7b64c9fc81e7e32ff839" |
37 | + "checksum derive_more 0.99.9 (registry+https://github.com/rust-lang/crates.io-index)" = "298998b1cf6b5b2c8a7b023dfd45821825ce3ba8a8af55c921a0e734e4653f76" |
38 | "checksum digest 0.7.6 (registry+https://github.com/rust-lang/crates.io-index)" = "03b072242a8cbaf9c145665af9d250c59af3b958f83ed6824e13533cf76d5b90" |
39 | "checksum digest 0.8.1 (registry+https://github.com/rust-lang/crates.io-index)" = "f3d0c8c8752312f9713efd397ff63acb9f85585afbf179282e720e7704954dd5" |
40 | "checksum dirs 1.0.5 (registry+https://github.com/rust-lang/crates.io-index)" = "3fd78930633bd1c6e35c4b42b1df7b0cbc6bc191146e512bb3bedf243fcc3901" |
41 | diff --git a/Cargo.toml b/Cargo.toml |
42 | index 45a8c9b..de0040e 100644 |
43 | --- a/Cargo.toml |
44 | +++ b/Cargo.toml |
45 | @@ -18,7 +18,7 @@ license = "MIT" |
46 | askama = "0.8" |
47 | bytes = "0.4" |
48 | chacha = "0.3" |
49 | - derive_more = "0.14" |
50 | + derive_more = "0.99" |
51 | futures = "0.1" |
52 | futures-backoff = "0.1" |
53 | generic-array = "0.12" |