diff options
Diffstat (limited to 'Cargo.lock')
-rw-r--r-- | Cargo.lock | 15 |
1 files changed, 3 insertions, 12 deletions
diff --git a/Cargo.lock b/Cargo.lock index e3ad50623..3e58f1e1d 100644 --- a/Cargo.lock +++ b/Cargo.lock | |||
@@ -94,15 +94,6 @@ source = "registry+https://github.com/rust-lang/crates.io-index" | |||
94 | checksum = "08c48aae112d48ed9f069b33538ea9e3e90aa263cfa3d1c24309612b1f7472de" | 94 | checksum = "08c48aae112d48ed9f069b33538ea9e3e90aa263cfa3d1c24309612b1f7472de" |
95 | 95 | ||
96 | [[package]] | 96 | [[package]] |
97 | name = "c2-chacha" | ||
98 | version = "0.2.3" | ||
99 | source = "registry+https://github.com/rust-lang/crates.io-index" | ||
100 | checksum = "214238caa1bf3a496ec3392968969cab8549f96ff30652c9e56885329315f6bb" | ||
101 | dependencies = [ | ||
102 | "ppv-lite86", | ||
103 | ] | ||
104 | |||
105 | [[package]] | ||
106 | name = "cargo_metadata" | 97 | name = "cargo_metadata" |
107 | version = "0.9.1" | 98 | version = "0.9.1" |
108 | source = "registry+https://github.com/rust-lang/crates.io-index" | 99 | source = "registry+https://github.com/rust-lang/crates.io-index" |
@@ -1180,11 +1171,11 @@ dependencies = [ | |||
1180 | 1171 | ||
1181 | [[package]] | 1172 | [[package]] |
1182 | name = "rand_chacha" | 1173 | name = "rand_chacha" |
1183 | version = "0.2.1" | 1174 | version = "0.2.2" |
1184 | source = "registry+https://github.com/rust-lang/crates.io-index" | 1175 | source = "registry+https://github.com/rust-lang/crates.io-index" |
1185 | checksum = "03a2a90da8c7523f554344f921aa97283eadf6ac484a6d2a7d0212fa7f8d6853" | 1176 | checksum = "f4c8ed856279c9737206bf725bf36935d8666ead7aa69b52be55af369d193402" |
1186 | dependencies = [ | 1177 | dependencies = [ |
1187 | "c2-chacha", | 1178 | "ppv-lite86", |
1188 | "rand_core", | 1179 | "rand_core", |
1189 | ] | 1180 | ] |
1190 | 1181 | ||