summaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
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"