Commit
+2 -99 +/-2 browse
1 | diff --git a/Cargo.lock b/Cargo.lock |
2 | index dce27a5..74044b3 100644 |
3 | --- a/Cargo.lock |
4 | +++ b/Cargo.lock |
5 | @@ -83,11 +83,6 @@ dependencies = [ |
6 | |
7 | [[package]] |
8 | name = "autocfg" |
9 | - version = "0.1.7" |
10 | - source = "registry+https://github.com/rust-lang/crates.io-index" |
11 | - |
12 | - [[package]] |
13 | - name = "autocfg" |
14 | version = "1.0.0" |
15 | source = "registry+https://github.com/rust-lang/crates.io-index" |
16 | |
17 | @@ -921,24 +916,6 @@ dependencies = [ |
18 | |
19 | [[package]] |
20 | name = "rand" |
21 | - version = "0.6.5" |
22 | - source = "registry+https://github.com/rust-lang/crates.io-index" |
23 | - dependencies = [ |
24 | - "autocfg 0.1.7 (registry+https://github.com/rust-lang/crates.io-index)", |
25 | - "libc 0.2.67 (registry+https://github.com/rust-lang/crates.io-index)", |
26 | - "rand_chacha 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)", |
27 | - "rand_core 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)", |
28 | - "rand_hc 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)", |
29 | - "rand_isaac 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)", |
30 | - "rand_jitter 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)", |
31 | - "rand_os 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)", |
32 | - "rand_pcg 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)", |
33 | - "rand_xorshift 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)", |
34 | - "winapi 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)", |
35 | - ] |
36 | - |
37 | - [[package]] |
38 | - name = "rand" |
39 | version = "0.7.3" |
40 | source = "registry+https://github.com/rust-lang/crates.io-index" |
41 | dependencies = [ |
42 | @@ -951,15 +928,6 @@ dependencies = [ |
43 | |
44 | [[package]] |
45 | name = "rand_chacha" |
46 | - version = "0.1.1" |
47 | - source = "registry+https://github.com/rust-lang/crates.io-index" |
48 | - dependencies = [ |
49 | - "autocfg 0.1.7 (registry+https://github.com/rust-lang/crates.io-index)", |
50 | - "rand_core 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)", |
51 | - ] |
52 | - |
53 | - [[package]] |
54 | - name = "rand_chacha" |
55 | version = "0.2.2" |
56 | source = "registry+https://github.com/rust-lang/crates.io-index" |
57 | dependencies = [ |
58 | @@ -990,14 +958,6 @@ dependencies = [ |
59 | |
60 | [[package]] |
61 | name = "rand_hc" |
62 | - version = "0.1.0" |
63 | - source = "registry+https://github.com/rust-lang/crates.io-index" |
64 | - dependencies = [ |
65 | - "rand_core 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)", |
66 | - ] |
67 | - |
68 | - [[package]] |
69 | - name = "rand_hc" |
70 | version = "0.2.0" |
71 | source = "registry+https://github.com/rust-lang/crates.io-index" |
72 | dependencies = [ |
73 | @@ -1005,54 +965,6 @@ dependencies = [ |
74 | ] |
75 | |
76 | [[package]] |
77 | - name = "rand_isaac" |
78 | - version = "0.1.1" |
79 | - source = "registry+https://github.com/rust-lang/crates.io-index" |
80 | - dependencies = [ |
81 | - "rand_core 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)", |
82 | - ] |
83 | - |
84 | - [[package]] |
85 | - name = "rand_jitter" |
86 | - version = "0.1.4" |
87 | - source = "registry+https://github.com/rust-lang/crates.io-index" |
88 | - dependencies = [ |
89 | - "libc 0.2.67 (registry+https://github.com/rust-lang/crates.io-index)", |
90 | - "rand_core 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)", |
91 | - "winapi 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)", |
92 | - ] |
93 | - |
94 | - [[package]] |
95 | - name = "rand_os" |
96 | - version = "0.1.3" |
97 | - source = "registry+https://github.com/rust-lang/crates.io-index" |
98 | - dependencies = [ |
99 | - "cloudabi 0.0.3 (registry+https://github.com/rust-lang/crates.io-index)", |
100 | - "fuchsia-cprng 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)", |
101 | - "libc 0.2.67 (registry+https://github.com/rust-lang/crates.io-index)", |
102 | - "rand_core 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)", |
103 | - "rdrand 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)", |
104 | - "winapi 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)", |
105 | - ] |
106 | - |
107 | - [[package]] |
108 | - name = "rand_pcg" |
109 | - version = "0.1.2" |
110 | - source = "registry+https://github.com/rust-lang/crates.io-index" |
111 | - dependencies = [ |
112 | - "autocfg 0.1.7 (registry+https://github.com/rust-lang/crates.io-index)", |
113 | - "rand_core 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)", |
114 | - ] |
115 | - |
116 | - [[package]] |
117 | - name = "rand_xorshift" |
118 | - version = "0.1.1" |
119 | - source = "registry+https://github.com/rust-lang/crates.io-index" |
120 | - dependencies = [ |
121 | - "rand_core 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)", |
122 | - ] |
123 | - |
124 | - [[package]] |
125 | name = "rdrand" |
126 | version = "0.4.0" |
127 | source = "registry+https://github.com/rust-lang/crates.io-index" |
128 | @@ -1123,7 +1035,7 @@ dependencies = [ |
129 | "linked-hash-map 0.5.2 (registry+https://github.com/rust-lang/crates.io-index)", |
130 | "log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)", |
131 | "pretty_env_logger 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)", |
132 | - "rand 0.6.5 (registry+https://github.com/rust-lang/crates.io-index)", |
133 | + "rand 0.7.3 (registry+https://github.com/rust-lang/crates.io-index)", |
134 | "rusoto_core 0.40.0 (registry+https://github.com/rust-lang/crates.io-index)", |
135 | "rusoto_s3 0.40.0 (registry+https://github.com/rust-lang/crates.io-index)", |
136 | "serde 1.0.104 (registry+https://github.com/rust-lang/crates.io-index)", |
137 | @@ -1882,7 +1794,6 @@ dependencies = [ |
138 | "checksum askama_escape 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)" = "b0de942230b5beedaa9e1d64df5b76fa1c97002e4c7982897be899cccf40621d" |
139 | "checksum askama_shared 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)" = "a6dfa6b6d254fd066a8bbed9a8f913123e3f701db89216ad4f0aff04ad87718c" |
140 | "checksum atty 0.2.14 (registry+https://github.com/rust-lang/crates.io-index)" = "d9b39be18770d11421cdb1b9947a45dd3f37e93092cbf377614828a319d5fee8" |
141 | - "checksum autocfg 0.1.7 (registry+https://github.com/rust-lang/crates.io-index)" = "1d49d90015b3c36167a20fe2810c5cd875ad504b39cff3d4eae7977e6b7c1cb2" |
142 | "checksum autocfg 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)" = "f8aac770f1885fd7e387acedd76065302551364496e46b3dd00860b2f8359b9d" |
143 | "checksum base64 0.10.1 (registry+https://github.com/rust-lang/crates.io-index)" = "0b25d992356d2eb0ed82172f5248873db5560c4721f564b13cb5193bda5e668e" |
144 | "checksum base64 0.11.0 (registry+https://github.com/rust-lang/crates.io-index)" = "b41b7ea54a0c9d92199de89e20e58d49f02f8e699814ef3fdf266f6f748d15c7" |
145 | @@ -1982,20 +1893,12 @@ dependencies = [ |
146 | "checksum quote 0.6.13 (registry+https://github.com/rust-lang/crates.io-index)" = "6ce23b6b870e8f94f81fb0a363d65d86675884b34a09043c81e5562f11c1f8e1" |
147 | "checksum quote 1.0.3 (registry+https://github.com/rust-lang/crates.io-index)" = "2bdc6c187c65bca4260c9011c9e3132efe4909da44726bad24cf7572ae338d7f" |
148 | "checksum rand 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)" = "552840b97013b1a26992c11eac34bdd778e464601a4c2054b5f0bff7c6761293" |
149 | - "checksum rand 0.6.5 (registry+https://github.com/rust-lang/crates.io-index)" = "6d71dacdc3c88c1fde3885a3be3fbab9f35724e6ce99467f7d9c5026132184ca" |
150 | "checksum rand 0.7.3 (registry+https://github.com/rust-lang/crates.io-index)" = "6a6b1679d49b24bbfe0c803429aa1874472f50d9b363131f0e89fc356b544d03" |
151 | - "checksum rand_chacha 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)" = "556d3a1ca6600bfcbab7c7c91ccb085ac7fbbcd70e008a98742e7847f4f7bcef" |
152 | "checksum rand_chacha 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)" = "f4c8ed856279c9737206bf725bf36935d8666ead7aa69b52be55af369d193402" |
153 | "checksum rand_core 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)" = "7a6fdeb83b075e8266dcc8762c22776f6877a63111121f5f8c7411e5be7eed4b" |
154 | "checksum rand_core 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)" = "9c33a3c44ca05fa6f1807d8e6743f3824e8509beca625669633be0acbdf509dc" |
155 | "checksum rand_core 0.5.1 (registry+https://github.com/rust-lang/crates.io-index)" = "90bde5296fc891b0cef12a6d03ddccc162ce7b2aff54160af9338f8d40df6d19" |
156 | - "checksum rand_hc 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)" = "7b40677c7be09ae76218dc623efbf7b18e34bced3f38883af07bb75630a21bc4" |
157 | "checksum rand_hc 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)" = "ca3129af7b92a17112d59ad498c6f81eaf463253766b90396d39ea7a39d6613c" |
158 | - "checksum rand_isaac 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)" = "ded997c9d5f13925be2a6fd7e66bf1872597f759fd9dd93513dd7e92e5a5ee08" |
159 | - "checksum rand_jitter 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)" = "1166d5c91dc97b88d1decc3285bb0a99ed84b05cfd0bc2341bdf2d43fc41e39b" |
160 | - "checksum rand_os 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)" = "7b75f676a1e053fc562eafbb47838d67c84801e38fc1ba459e8f180deabd5071" |
161 | - "checksum rand_pcg 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)" = "abf9b09b01790cfe0364f52bf32995ea3c39f4d2dd011eac241d2914146d0b44" |
162 | - "checksum rand_xorshift 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)" = "cbf7e9e623549b0e21f6e97cf8ecf247c1a8fd2e8a992ae265314300b2455d5c" |
163 | "checksum rdrand 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)" = "678054eb77286b51581ba43620cc911abf02758c91f93f479767aed0f90458b2" |
164 | "checksum redox_syscall 0.1.56 (registry+https://github.com/rust-lang/crates.io-index)" = "2439c63f3f6139d1b57529d16bc3b8bb855230c8efcc5d3a896c8bea7c3b1e84" |
165 | "checksum redox_users 0.3.4 (registry+https://github.com/rust-lang/crates.io-index)" = "09b23093265f8d200fa7b4c2c76297f47e681c655f6f1285a8780d6a022f7431" |
166 | diff --git a/Cargo.toml b/Cargo.toml |
167 | index 5104473..31ab19e 100644 |
168 | --- a/Cargo.toml |
169 | +++ b/Cargo.toml |
170 | @@ -37,7 +37,7 @@ structopt = "0.3" |
171 | tokio = "0.1" |
172 | url = "1" |
173 | uuid = { version = "0.8", features = ["v4"] } |
174 | - rand = { version = "0.6", optional = true } |
175 | + rand = { version = "0.7", optional = true } |
176 | |
177 | [dependencies.rusoto_core] |
178 | version = "0.40" |