diff options
author | Tavian Barnes <tavianator@tavianator.com> | 2023-11-21 11:39:50 -0500 |
---|---|---|
committer | Tavian Barnes <tavianator@tavianator.com> | 2023-11-21 11:39:50 -0500 |
commit | 22f45531e07dfd3f2b7b1639ef2d1860973c51ae (patch) | |
tree | bedf7cbe50ea4930f9df5fd14fbb99621b9a99c9 /Cargo.toml | |
parent | ea4f7c6b150079c697cab76d1a95c6f6e04ca5c8 (diff) | |
download | kd-forest-22f45531e07dfd3f2b7b1639ef2d1860973c51ae.tar.xz |
Bump image to 0.24.7
Diffstat (limited to 'Cargo.toml')
-rw-r--r-- | Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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" |