aboutsummaryrefslogtreecommitdiff
path: root/pixel-client/tools
diff options
context:
space:
mode:
authormetamuffin <metamuffin@disroot.org>2024-09-28 11:56:45 +0200
committermetamuffin <metamuffin@disroot.org>2024-09-28 11:56:50 +0200
commit045e34f78a498230f39101ce215424fcdcec9eb0 (patch)
tree7900e35b910a15f452ab14a7ca5630561df5d220 /pixel-client/tools
parent0889f61f1d761726fcec17a3a2a0fb45b66c2116 (diff)
downloadhurrycurry-045e34f78a498230f39101ce215424fcdcec9eb0.tar
hurrycurry-045e34f78a498230f39101ce215424fcdcec9eb0.tar.bz2
hurrycurry-045e34f78a498230f39101ce215424fcdcec9eb0.tar.zst
update cargo stuff
Diffstat (limited to 'pixel-client/tools')
-rw-r--r--pixel-client/tools/Cargo.toml4
1 files changed, 2 insertions, 2 deletions
diff --git a/pixel-client/tools/Cargo.toml b/pixel-client/tools/Cargo.toml
index 15dd0239..075ec24f 100644
--- a/pixel-client/tools/Cargo.toml
+++ b/pixel-client/tools/Cargo.toml
@@ -5,8 +5,8 @@ edition = "2021"
[dependencies]
image = "0.25.2"
-anyhow = "1.0.86"
+anyhow = "1.0.89"
log = "0.4.22"
env_logger = "0.11.5"
-clap = { version = "4.5.15", features = ["derive"] }
+clap = { version = "4.5.18", features = ["derive"] }
sdl2 = { version = "0.37.0", features = ["image"] }