From db4587d3ec64b7e28691b43f9d9701939eed94d1 Mon Sep 17 00:00:00 2001 From: metamuffin Date: Tue, 3 Jun 2025 20:00:18 +0200 Subject: update rust toolchain and rust dependencies. `map_many_mut` and `trait_upcasting` was stabilized. --- pixel-client/tools/Cargo.toml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'pixel-client/tools') diff --git a/pixel-client/tools/Cargo.toml b/pixel-client/tools/Cargo.toml index 075ec24f..f06d549c 100644 --- a/pixel-client/tools/Cargo.toml +++ b/pixel-client/tools/Cargo.toml @@ -4,9 +4,9 @@ version = "0.1.0" edition = "2021" [dependencies] -image = "0.25.2" -anyhow = "1.0.89" -log = "0.4.22" -env_logger = "0.11.5" -clap = { version = "4.5.18", features = ["derive"] } +image = "0.25.6" +anyhow = "1.0.98" +log = "0.4.27" +env_logger = "0.11.8" +clap = { version = "4.5.39", features = ["derive"] } sdl2 = { version = "0.37.0", features = ["image"] } -- cgit v1.2.3-70-g09d2