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
+2 -2
View File
@@ -16,7 +16,7 @@
// You should have received a copy of the GNU General Public License
// along with this program. If not, see <https://www.gnu.org/licenses/>.
use std::{io, sync::Arc};
use std::{io, path::PathBuf, sync::Arc};
use kvdb::{KeyValueDB, DBTransaction};
use kvdb_rocksdb::{DatabaseConfig, Database};
@@ -124,7 +124,7 @@ impl Clone for TempDatabase {
.map(|f_result|
f_result.expect("failed to read file in seed db")
.path()
).collect();
).collect::<Vec<PathBuf>>();
fs_extra::copy_items(
&self_db_files,
new_dir.path(),