diff options
author | Dennis Eriksen <d@ennis.no> | 2024-10-11 13:29:02 +0200 |
---|---|---|
committer | Dennis Eriksen <d@ennis.no> | 2024-10-11 13:29:02 +0200 |
commit | 6613812263c033b6a7a33a5ea37fad5a172c9837 (patch) | |
tree | e7425d5b969e56f0cfc63179a155deed1dd55dbd /Cargo.toml | |
parent | adding pledge(2) and unveil(2) for openbsd, and fixing some typos and stuff (diff) | |
download | purl-rs-main.tar.gz |
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" |