From 0c2c4c38cb0da4d63d36c8032aabf7612068aef0 Mon Sep 17 00:00:00 2001 From: Owen Jacobson Date: Wed, 22 Jun 2022 22:45:49 -0400 Subject: Update to latest Clap; fix compile issues --- Cargo.toml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'Cargo.toml') 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 "] 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" -- cgit v1.2.3