summaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authorTavian Barnes <tavianator@tavianator.com>2023-10-19 20:41:58 -0400
committerTavian Barnes <tavianator@tavianator.com>2023-10-19 20:41:58 -0400
commit8147262c1cc069d095e207b56d3d8e4ef4386a09 (patch)
tree66e0db943c870db3cc3ff4d477ecc4d48e92e4ca /Cargo.toml
parentd43d85d258f8125d67ec3beb8389ca531b1bc280 (diff)
downloadkd-forest-8147262c1cc069d095e207b56d3d8e4ef4386a09.tar.xz
Update some deps
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml5
1 files changed, 2 insertions, 3 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 36d8478..507d3b8 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -6,9 +6,8 @@ edition = "2021"
[dependencies]
acap = "0.3.0"
-atty = "0.2.14"
-clap = "2.33.3"
+clap = "2.34.0"
image = "0.23.14"
-rand = "0.8.4"
+rand = "0.8.5"
rand_pcg = "0.3.1"
term = "0.7.0"