diff options
author | metamuffin <metamuffin@disroot.org> | 2025-09-16 23:16:48 +0200 |
---|---|---|
committer | metamuffin <metamuffin@disroot.org> | 2025-09-16 23:16:48 +0200 |
commit | 15fbaa99f1700f15277187ce56f815a55fe5b7cc (patch) | |
tree | e27938387042cc15175b3519ab357dd222ac022e /pixel-client/tools | |
parent | 3f98582f903e579d9f47aba48f3976345eabe123 (diff) | |
download | hurrycurry-15fbaa99f1700f15277187ce56f815a55fe5b7cc.tar hurrycurry-15fbaa99f1700f15277187ce56f815a55fe5b7cc.tar.bz2 hurrycurry-15fbaa99f1700f15277187ce56f815a55fe5b7cc.tar.zst |
upgrade deps
Diffstat (limited to 'pixel-client/tools')
-rw-r--r-- | pixel-client/tools/Cargo.toml | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/pixel-client/tools/Cargo.toml b/pixel-client/tools/Cargo.toml index f06d549c..65ab3bbb 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.6" -anyhow = "1.0.98" -log = "0.4.27" +image = "0.25.8" +anyhow = "1.0.99" +log = "0.4.28" env_logger = "0.11.8" -clap = { version = "4.5.39", features = ["derive"] } -sdl2 = { version = "0.37.0", features = ["image"] } +clap = { version = "4.5.47", features = ["derive"] } +sdl2 = { version = "0.38.0", features = ["image"] } |