Skip to content

Commit

Permalink
Update Cargo.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
researchersec authored Oct 11, 2024
1 parent d607176 commit f6e0cf4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ actix-web = "4.0"
serde = { version = "1.0", features = ["derive"] }
serde_json = "1.0"
jsonwebtoken = "8.1.0"
tokio-postgres = "0.7"
deadpool-postgres = { version = "0.9", features = ["rustls"] }
tokio-postgres = "0.7"
deadpool-postgres = "0.9"
dotenv = "0.15"
rustls = "0.20"
tokio = { version = "1", features = ["full"] }
Expand Down

0 comments on commit f6e0cf4

Please sign in to comment.