1
0
mirror of https://github.com/actix/examples synced 2025-06-27 01:27:43 +02:00

remove lazy_static

This commit is contained in:
Rob Ede
2022-09-11 16:14:07 +01:00
parent ed04cc97b3
commit fc0486dd4a
4 changed files with 8 additions and 8 deletions

View File

@ -12,9 +12,9 @@ derive_more = "0.99.5"
diesel = { version = "2", features = ["postgres", "r2d2", "uuid", "chrono"] }
dotenv = "0.15"
env_logger = "0.9"
once_cell = "1"
r2d2 = "0.8"
rust-argon2 = "1"
lazy_static = "1.4"
serde = { version = "1", features = ["derive"] }
serde_json = "1"
sparkpost = "0.5"