diff options
Diffstat (limited to 'Cargo.toml')
-rw-r--r-- | Cargo.toml | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -6,8 +6,8 @@ edition = "2021" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] -dumb_cgi = "0.7.0" -postgres = "0.18.0" +dumb_cgi = "0.8.0" +postgres = "0.19.9" regex = "1" dotenv = "0.15" url = "2" |