summaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authorTavian Barnes <tavianator@tavianator.com>2025-02-18 09:56:13 -0500
committerTavian Barnes <tavianator@tavianator.com>2025-02-18 09:56:13 -0500
commitd173617ee23b179ed7e9926d124eaa41b855e071 (patch)
tree474663e68a3e4b33230556679fddba6240ef698c /Cargo.toml
parentc404a0a02915e4f6d329d7667ed30b8519b8a964 (diff)
downloadkd-forest-d173617ee23b179ed7e9926d124eaa41b855e071.tar.xz
Update deps
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml8
1 files changed, 4 insertions, 4 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 286cac8..22376b5 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -7,7 +7,7 @@ edition = "2021"
[dependencies]
acap = "0.3.0"
clap = { version = "4.4.8", features = ["derive"] }
-image = "0.24.7"
-rand = "0.8.5"
-rand_pcg = "0.3.1"
-term = "0.7.0"
+image = "0.25.5"
+rand = "0.9.0"
+rand_pcg = "0.9.0"
+term = "1.0.1"