summaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authorTavian Barnes <tavianator@tavianator.com>2023-11-21 11:39:50 -0500
committerTavian Barnes <tavianator@tavianator.com>2023-11-21 11:39:50 -0500
commit22f45531e07dfd3f2b7b1639ef2d1860973c51ae (patch)
treebedf7cbe50ea4930f9df5fd14fbb99621b9a99c9 /Cargo.toml
parentea4f7c6b150079c697cab76d1a95c6f6e04ca5c8 (diff)
downloadkd-forest-22f45531e07dfd3f2b7b1639ef2d1860973c51ae.tar.xz
Bump image to 0.24.7
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 507d3b8..3b57b13 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -7,7 +7,7 @@ edition = "2021"
[dependencies]
acap = "0.3.0"
clap = "2.34.0"
-image = "0.23.14"
+image = "0.24.7"
rand = "0.8.5"
rand_pcg = "0.3.1"
term = "0.7.0"