aboutsummaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authorDennis Eriksen <d@ennis.no>2024-10-11 13:29:02 +0200
committerDennis Eriksen <d@ennis.no>2024-10-11 13:29:02 +0200
commit6613812263c033b6a7a33a5ea37fad5a172c9837 (patch)
treee7425d5b969e56f0cfc63179a155deed1dd55dbd /Cargo.toml
parentadding pledge(2) and unveil(2) for openbsd, and fixing some typos and stuff (diff)
downloadpurl-rs-6613812263c033b6a7a33a5ea37fad5a172c9837.tar.gz
upgrading dependenciesHEADmain
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml4
1 files changed, 2 insertions, 2 deletions
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"