diff --git a/Cargo.toml b/Cargo.toml index b51d47a..5e7375f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -22,7 +22,7 @@ http = "0.1.7" postgres = {version= "0.15.2", features = ["with-chrono"]} dotenv = "0.14.1" chrono = { version = "0.4", features = ["serde"] } -bcrypt = "0.4.0" +bcrypt = "0.19.0" env_logger = "0.5.10" futures = "0.1.21" pulldown-cmark = "0.1.2"