Made migration binary use tokio instead of async-std to reduce the amount of dependencies

This commit is contained in:
2023-05-07 14:32:17 +03:00
parent 8d68cb5b2b
commit bc08ebed03
4 changed files with 8 additions and 306 deletions

View File

@@ -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"] }