From d173617ee23b179ed7e9926d124eaa41b855e071 Mon Sep 17 00:00:00 2001 From: Tavian Barnes Date: Tue, 18 Feb 2025 09:56:13 -0500 Subject: Update deps --- Cargo.toml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'Cargo.toml') 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" -- cgit v1.2.3