diff options
author | Tavian Barnes <tavianator@tavianator.com> | 2023-11-21 13:34:32 -0500 |
---|---|---|
committer | Tavian Barnes <tavianator@tavianator.com> | 2023-11-21 13:34:32 -0500 |
commit | b004c4f1d59520e7b2965da25e8c58c9aa2fa924 (patch) | |
tree | f5531227be1d01a96293af675a27ad8505a57ef7 /Cargo.toml | |
parent | 22f45531e07dfd3f2b7b1639ef2d1860973c51ae (diff) | |
download | kd-forest-b004c4f1d59520e7b2965da25e8c58c9aa2fa924.tar.xz |
Bump clap to 4.4.8
Diffstat (limited to 'Cargo.toml')
-rw-r--r-- | Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -6,7 +6,7 @@ edition = "2021" [dependencies] acap = "0.3.0" -clap = "2.34.0" +clap = { version = "4.4.8", features = ["derive"] } image = "0.24.7" rand = "0.8.5" rand_pcg = "0.3.1" |