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

+52 -5 +/-2 browse
Update uuid crate to v0.8
1diff --git a/Cargo.lock b/Cargo.lock
2index dcaa5a4..dce27a5 100644
3--- a/Cargo.lock
4+++ b/Cargo.lock
5 @@ -833,6 +833,11 @@ version = "1.0.1"
6 source = "registry+https://github.com/rust-lang/crates.io-index"
7
8 [[package]]
9+ name = "ppv-lite86"
10+ version = "0.2.8"
11+ source = "registry+https://github.com/rust-lang/crates.io-index"
12+
13+ [[package]]
14 name = "pretty_env_logger"
15 version = "0.4.0"
16 source = "registry+https://github.com/rust-lang/crates.io-index"
17 @@ -933,6 +938,18 @@ dependencies = [
18 ]
19
20 [[package]]
21+ name = "rand"
22+ version = "0.7.3"
23+ source = "registry+https://github.com/rust-lang/crates.io-index"
24+ dependencies = [
25+ "getrandom 0.1.14 (registry+https://github.com/rust-lang/crates.io-index)",
26+ "libc 0.2.67 (registry+https://github.com/rust-lang/crates.io-index)",
27+ "rand_chacha 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)",
28+ "rand_core 0.5.1 (registry+https://github.com/rust-lang/crates.io-index)",
29+ "rand_hc 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
30+ ]
31+
32+ [[package]]
33 name = "rand_chacha"
34 version = "0.1.1"
35 source = "registry+https://github.com/rust-lang/crates.io-index"
36 @@ -942,6 +959,15 @@ dependencies = [
37 ]
38
39 [[package]]
40+ name = "rand_chacha"
41+ version = "0.2.2"
42+ source = "registry+https://github.com/rust-lang/crates.io-index"
43+ dependencies = [
44+ "ppv-lite86 0.2.8 (registry+https://github.com/rust-lang/crates.io-index)",
45+ "rand_core 0.5.1 (registry+https://github.com/rust-lang/crates.io-index)",
46+ ]
47+
48+ [[package]]
49 name = "rand_core"
50 version = "0.3.1"
51 source = "registry+https://github.com/rust-lang/crates.io-index"
52 @@ -955,6 +981,14 @@ version = "0.4.2"
53 source = "registry+https://github.com/rust-lang/crates.io-index"
54
55 [[package]]
56+ name = "rand_core"
57+ version = "0.5.1"
58+ source = "registry+https://github.com/rust-lang/crates.io-index"
59+ dependencies = [
60+ "getrandom 0.1.14 (registry+https://github.com/rust-lang/crates.io-index)",
61+ ]
62+
63+ [[package]]
64 name = "rand_hc"
65 version = "0.1.0"
66 source = "registry+https://github.com/rust-lang/crates.io-index"
67 @@ -963,6 +997,14 @@ dependencies = [
68 ]
69
70 [[package]]
71+ name = "rand_hc"
72+ version = "0.2.0"
73+ source = "registry+https://github.com/rust-lang/crates.io-index"
74+ dependencies = [
75+ "rand_core 0.5.1 (registry+https://github.com/rust-lang/crates.io-index)",
76+ ]
77+
78+ [[package]]
79 name = "rand_isaac"
80 version = "0.1.1"
81 source = "registry+https://github.com/rust-lang/crates.io-index"
82 @@ -1090,7 +1132,7 @@ dependencies = [
83 "structopt 0.3.15 (registry+https://github.com/rust-lang/crates.io-index)",
84 "tokio 0.1.22 (registry+https://github.com/rust-lang/crates.io-index)",
85 "url 1.7.2 (registry+https://github.com/rust-lang/crates.io-index)",
86- "uuid 0.7.4 (registry+https://github.com/rust-lang/crates.io-index)",
87+ "uuid 0.8.1 (registry+https://github.com/rust-lang/crates.io-index)",
88 ]
89
90 [[package]]
91 @@ -1721,10 +1763,10 @@ dependencies = [
92
93 [[package]]
94 name = "uuid"
95- version = "0.7.4"
96+ version = "0.8.1"
97 source = "registry+https://github.com/rust-lang/crates.io-index"
98 dependencies = [
99- "rand 0.6.5 (registry+https://github.com/rust-lang/crates.io-index)",
100+ "rand 0.7.3 (registry+https://github.com/rust-lang/crates.io-index)",
101 ]
102
103 [[package]]
104 @@ -1930,6 +1972,7 @@ dependencies = [
105 "checksum parking_lot 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)" = "f842b1982eb6c2fe34036a4fbfb06dd185a3f5c8edfaacdf7d1ea10b07de6252"
106 "checksum parking_lot_core 0.6.2 (registry+https://github.com/rust-lang/crates.io-index)" = "b876b1b9e7ac6e1a74a6da34d25c42e17e8862aa409cbbbdcfc8d86c6f3bc62b"
107 "checksum percent-encoding 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)" = "31010dd2e1ac33d5b46a5b413495239882813e0369f8ed8a5e266f173602f831"
108+ "checksum ppv-lite86 0.2.8 (registry+https://github.com/rust-lang/crates.io-index)" = "237a5ed80e274dbc66f86bd59c1e25edc039660be53194b5fe0a482e0f2612ea"
109 "checksum pretty_env_logger 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)" = "926d36b9553851b8b0005f1275891b392ee4d2d833852c417ed025477350fb9d"
110 "checksum proc-macro-error 1.0.3 (registry+https://github.com/rust-lang/crates.io-index)" = "fc175e9777c3116627248584e8f8b3e2987405cabe1c0adf7d1dd28f09dc7880"
111 "checksum proc-macro-error-attr 1.0.3 (registry+https://github.com/rust-lang/crates.io-index)" = "3cc9795ca17eb581285ec44936da7fc2335a3f34f2ddd13118b6f4d515435c50"
112 @@ -1940,10 +1983,14 @@ dependencies = [
113 "checksum quote 1.0.3 (registry+https://github.com/rust-lang/crates.io-index)" = "2bdc6c187c65bca4260c9011c9e3132efe4909da44726bad24cf7572ae338d7f"
114 "checksum rand 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)" = "552840b97013b1a26992c11eac34bdd778e464601a4c2054b5f0bff7c6761293"
115 "checksum rand 0.6.5 (registry+https://github.com/rust-lang/crates.io-index)" = "6d71dacdc3c88c1fde3885a3be3fbab9f35724e6ce99467f7d9c5026132184ca"
116+ "checksum rand 0.7.3 (registry+https://github.com/rust-lang/crates.io-index)" = "6a6b1679d49b24bbfe0c803429aa1874472f50d9b363131f0e89fc356b544d03"
117 "checksum rand_chacha 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)" = "556d3a1ca6600bfcbab7c7c91ccb085ac7fbbcd70e008a98742e7847f4f7bcef"
118+ "checksum rand_chacha 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)" = "f4c8ed856279c9737206bf725bf36935d8666ead7aa69b52be55af369d193402"
119 "checksum rand_core 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)" = "7a6fdeb83b075e8266dcc8762c22776f6877a63111121f5f8c7411e5be7eed4b"
120 "checksum rand_core 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)" = "9c33a3c44ca05fa6f1807d8e6743f3824e8509beca625669633be0acbdf509dc"
121+ "checksum rand_core 0.5.1 (registry+https://github.com/rust-lang/crates.io-index)" = "90bde5296fc891b0cef12a6d03ddccc162ce7b2aff54160af9338f8d40df6d19"
122 "checksum rand_hc 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)" = "7b40677c7be09ae76218dc623efbf7b18e34bced3f38883af07bb75630a21bc4"
123+ "checksum rand_hc 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)" = "ca3129af7b92a17112d59ad498c6f81eaf463253766b90396d39ea7a39d6613c"
124 "checksum rand_isaac 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)" = "ded997c9d5f13925be2a6fd7e66bf1872597f759fd9dd93513dd7e92e5a5ee08"
125 "checksum rand_jitter 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)" = "1166d5c91dc97b88d1decc3285bb0a99ed84b05cfd0bc2341bdf2d43fc41e39b"
126 "checksum rand_os 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)" = "7b75f676a1e053fc562eafbb47838d67c84801e38fc1ba459e8f180deabd5071"
127 @@ -2019,7 +2066,7 @@ dependencies = [
128 "checksum unicode-xid 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)" = "826e7639553986605ec5979c7dd957c7895e93eabed50ab2ffa7f6128a75097c"
129 "checksum untrusted 0.6.2 (registry+https://github.com/rust-lang/crates.io-index)" = "55cd1f4b4e96b46aeb8d4855db4a7a9bd96eeeb5c6a1ab54593328761642ce2f"
130 "checksum url 1.7.2 (registry+https://github.com/rust-lang/crates.io-index)" = "dd4e7c0d531266369519a4aa4f399d748bd37043b00bde1e4ff1f60a120b355a"
131- "checksum uuid 0.7.4 (registry+https://github.com/rust-lang/crates.io-index)" = "90dbc611eb48397705a6b0f6e917da23ae517e4d127123d2cf7674206627d32a"
132+ "checksum uuid 0.8.1 (registry+https://github.com/rust-lang/crates.io-index)" = "9fde2f6a4bea1d6e007c4ad38c6839fa71cbb63b6dbf5b595aa38dc9b1093c11"
133 "checksum vec_map 0.8.1 (registry+https://github.com/rust-lang/crates.io-index)" = "05c78687fb1a80548ae3250346c3db86a80a7cdd77bda190189f2d0a0987c81a"
134 "checksum version_check 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)" = "914b1a6776c4c929a602fafd8bc742e06365d4bcbe48c30f9cca5824f70dc9dd"
135 "checksum version_check 0.9.2 (registry+https://github.com/rust-lang/crates.io-index)" = "b5a972e5669d67ba988ce3dc826706fb0a8b01471c088cb0b6110b805cc36aed"
136 diff --git a/Cargo.toml b/Cargo.toml
137index 5d59970..5104473 100644
138--- a/Cargo.toml
139+++ b/Cargo.toml
140 @@ -36,7 +36,7 @@ sha2 = "0.9"
141 structopt = "0.3"
142 tokio = "0.1"
143 url = "1"
144- uuid = { version = "0.7", features = ["v4"] }
145+ uuid = { version = "0.8", features = ["v4"] }
146 rand = { version = "0.6", optional = true }
147
148 [dependencies.rusoto_core]