From 6613812263c033b6a7a33a5ea37fad5a172c9837 Mon Sep 17 00:00:00 2001 From: Dennis Eriksen Date: Fri, 11 Oct 2024 13:29:02 +0200 Subject: upgrading dependencies --- Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml index 9f9ea0a..7d06999 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -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" -- cgit v1.2.3