Adapt to fs_extra 1.2.0

This commit is contained in:
Michael Vines
2021-02-17 10:46:20 -08:00
parent b9fb595db2
commit 9ba69a7381
7 changed files with 9 additions and 9 deletions

View File

@ -12,7 +12,7 @@ homepage = "https://solana.com/"
crossbeam-channel = "0.4"
itertools = "0.9.0"
gag = "0.1.10"
fs_extra = "1.1.0"
fs_extra = "1.2.0"
log = "0.4.11"
rand = "0.7.0"
solana-config-program = { path = "../programs/config", version = "1.6.0" }