Made migration binary use tokio instead of async-std to reduce the amount of dependencies
This commit is contained in:
@@ -18,7 +18,7 @@ dotenv = "0.15.0"
|
||||
futures = "0.3.28"
|
||||
itertools = "0.10.5"
|
||||
log = "0.4.17"
|
||||
migration = { version = "0.1.0", path = "migration" }
|
||||
migration = { version = "0.2.0", path = "migration" }
|
||||
pbkdf2 = "0.12.1"
|
||||
pretty_env_logger = "0.4.0"
|
||||
rand = { version = "0.8.5", default-features = false, features = ["std_rng"] }
|
||||
|
Reference in New Issue
Block a user