summaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authormrw1593 <botahamec@outlook.com>2023-06-03 09:47:46 -0400
committermrw1593 <botahamec@outlook.com>2023-06-03 09:47:46 -0400
commitc47c78773aa4affbf47386ca9080604048ebeace (patch)
tree750416da1f6a6d8d2783f8fe3e4ab095d79df101 /Cargo.toml
parentf1a64b059d430cd2e334e297c43ae8053104ab05 (diff)
Fixed security bugs with reading files
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml1
1 files changed, 1 insertions, 0 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 532fc6e..045bea4 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -11,6 +11,7 @@ tera = "1"
serde = "1"
thiserror = "1"
rust-argon2 = "1"
+path-clean = "1"
uuid = { version = "1", features = [ "v4", "fast-rng", "serde" ] }
url = { version = "2", features = ["serde"] }
raise = "2"