1
0
mirror of https://github.com/actix/examples synced 2025-06-26 17:17:42 +02:00

fix last dotenv reference

This commit is contained in:
Rob Ede
2023-10-29 01:48:04 +01:00
parent e2c32161a9
commit 0281a1a112
2 changed files with 2 additions and 8 deletions

View File

@ -8,7 +8,7 @@ actix-web.workspace = true
config = "0.13.1"
deadpool-postgres = { version = "0.11", features = ["serde"] }
derive_more.workspace = true
dotenv = "0.15.0"
dotenvy.workspace = true
serde = { version = "1.0.137", features = ["derive"] }
tokio-pg-mapper = "0.2.0"
tokio-pg-mapper-derive = "0.2.0"