Cargo.lock: Run cargo update (#7553)

* Cargo.lock: Run cargo update

* Cargo.lock: Downgrade cc to v1.0.62

* Cargo.lock: Revert wasm-* updates
This commit is contained in:
Max Inden
2020-11-20 13:59:02 +01:00
committed by GitHub
parent f06625f03c
commit 124b954fad
3 changed files with 781 additions and 651 deletions
+1 -1
View File
@@ -172,7 +172,7 @@ impl Clone for BenchDb {
.map(|f_result|
f_result.expect("failed to read file in seed db")
.path()
).collect();
).collect::<Vec<PathBuf>>();
fs_extra::copy_items(
&seed_db_files,
dir.path(),