removed remove_dir_all crate with tempfile 3.4

This commit is contained in:
veeso
2023-02-28 11:09:57 +01:00
parent 1ecef6fc16
commit a10325f6fb
3 changed files with 125 additions and 98 deletions

View File

@@ -56,7 +56,7 @@ self_update = { version = "^0.35", default-features = false, features = [ "rustl
serde = { version = "^1", features = [ "derive" ] }
simplelog = "^0.12"
ssh2-config = "^0.1.4"
tempfile = "^3.2"
tempfile = "^3.4"
thiserror = "^1"
toml = "^0.7"
tui-realm-stdlib = "^1.2"