aboutsummaryrefslogtreecommitdiff
path: root/pixel-client
diff options
context:
space:
mode:
authormetamuffin <metamuffin@disroot.org>2024-08-11 02:00:25 +0200
committermetamuffin <metamuffin@disroot.org>2024-08-11 02:00:25 +0200
commit63d5a3ff37d1e3972d34ccc9e1d26c3b4bc05efb (patch)
tree7c5bb801470bf575b90546d1b23573661cb34dce /pixel-client
parent7c4b3182755d100a3b513bdeb38aeb6ab31bd63d (diff)
downloadhurrycurry-63d5a3ff37d1e3972d34ccc9e1d26c3b4bc05efb.tar
hurrycurry-63d5a3ff37d1e3972d34ccc9e1d26c3b4bc05efb.tar.bz2
hurrycurry-63d5a3ff37d1e3972d34ccc9e1d26c3b4bc05efb.tar.zst
update deps
Diffstat (limited to 'pixel-client')
-rw-r--r--pixel-client/Cargo.toml10
-rw-r--r--pixel-client/tools/Cargo.toml6
2 files changed, 8 insertions, 8 deletions
diff --git a/pixel-client/Cargo.toml b/pixel-client/Cargo.toml
index 1b610c7c..38c32db8 100644
--- a/pixel-client/Cargo.toml
+++ b/pixel-client/Cargo.toml
@@ -10,14 +10,14 @@ hurrycurry-client-lib = { path = "../server/client-lib", default-features = fals
"sync-network",
] }
tungstenite = { version = "0.23.0", features = ["rustls-tls-native-roots"] }
-serde_json = "1.0.120"
+serde_json = "1.0.122"
bincode = "2.0.0-rc.3"
log = "0.4.22"
-env_logger = "0.11.3"
+env_logger = "0.11.5"
anyhow = "1.0.86"
-clap = { version = "4.5.9", features = ["derive"] }
-rustls = { version = "0.23.10", features = ["ring"] }
-rand = "0.9.0-alpha.1"
+clap = { version = "4.5.15", features = ["derive"] }
+rustls = { version = "0.23.12", features = ["ring"] }
+rand = "0.9.0-alpha.2"
[features]
bundle_sdl2 = ["sdl2/bundled"]
diff --git a/pixel-client/tools/Cargo.toml b/pixel-client/tools/Cargo.toml
index be7a3a9b..15dd0239 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.1"
+image = "0.25.2"
anyhow = "1.0.86"
log = "0.4.22"
-env_logger = "0.11.3"
-clap = { version = "4.5.9", features = ["derive"] }
+env_logger = "0.11.5"
+clap = { version = "4.5.15", features = ["derive"] }
sdl2 = { version = "0.37.0", features = ["image"] }