Fix tests, move rpassword usage to utils.rs to implement something different for wasm.
This commit is contained in:
+1
-1
@@ -19,7 +19,6 @@ thiserror = "1.0.37"
|
||||
anyerror = "0.1.7"
|
||||
sha1 = "0.10.5"
|
||||
base64 = "0.20.0"
|
||||
rpassword = "7.2.0"
|
||||
shlex = "1.1.0"
|
||||
shellexpand = "3.0.0"
|
||||
scopeguard = "1.1.0"
|
||||
@@ -29,3 +28,4 @@ chrono = "0.4.23"
|
||||
rand = "0.8.5"
|
||||
home = "0.5.4"
|
||||
rustyline = "10.0.0"
|
||||
rpassword = "7.2.0"
|
||||
|
||||
Reference in New Issue
Block a user