summaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorJustin Wernick <justin@worthe-it.co.za>2023-03-20 14:20:20 +0200
committerJustin Wernick <justin@worthe-it.co.za>2023-03-20 14:33:42 +0200
commit98242044d9e26b87a3d782f430058bd61435df1f (patch)
tree612998d27327e7586de54fc555355997aa2d05b2 /Cargo.toml
parent18300f4e87be58e5c42c34ec81eed38b4bae4d91 (diff)
Update dependencies
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 89fd467..f9c23d9 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -5,6 +5,6 @@ authors = ["Justin Worthe <justin@worthe-it.co.za>"]
edition = "2018"
[dependencies]
-regex = "1.4"
+regex = "1.7"
lazy_static = "1"
-structopt = "0.3"
+clap = { version = "4.1", features = ["derive"] }