summaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorOwen Jacobson <owen@grimoire.ca>2022-06-22 22:45:49 -0400
committerOwen Jacobson <owen@grimoire.ca>2022-06-22 22:45:49 -0400
commit0c2c4c38cb0da4d63d36c8032aabf7612068aef0 (patch)
treedf5484a6a343b8fc8c5557930adfdfdcb70d128e /Cargo.toml
parent9ada1147fa46a4ac6eba3e90758f4a30dd638aa9 (diff)
Update to latest Clap; fix compile issuesHEADmain
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml8
1 files changed, 4 insertions, 4 deletions
diff --git a/Cargo.toml b/Cargo.toml
index e266d8c..2a7d832 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -5,7 +5,7 @@ authors = ["Owen Jacobson <owen@grimoire.ca>"]
edition = "2018"
[dependencies]
-clap = "~3.0.0-beta.2"
-libc = "~0.2.40"
-shlex = "~0.1.1"
-thiserror = "~1.0"
+clap = { version = "3.2.6", features = ["derive"] }
+libc = "0.2.126"
+shlex = "1.1.0"
+thiserror = "1.0.31"