diff options
Diffstat (limited to 'Cargo.toml')
| -rw-r--r-- | Cargo.toml | 8 |
1 files changed, 4 insertions, 4 deletions
@@ -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" |
