aboutsummaryrefslogtreecommitdiff
path: root/pixel-client
diff options
context:
space:
mode:
authormetamuffin <metamuffin@disroot.org>2025-09-16 23:16:48 +0200
committermetamuffin <metamuffin@disroot.org>2025-09-16 23:16:48 +0200
commit15fbaa99f1700f15277187ce56f815a55fe5b7cc (patch)
treee27938387042cc15175b3519ab357dd222ac022e /pixel-client
parent3f98582f903e579d9f47aba48f3976345eabe123 (diff)
downloadhurrycurry-15fbaa99f1700f15277187ce56f815a55fe5b7cc.tar
hurrycurry-15fbaa99f1700f15277187ce56f815a55fe5b7cc.tar.bz2
hurrycurry-15fbaa99f1700f15277187ce56f815a55fe5b7cc.tar.zst
upgrade deps
Diffstat (limited to 'pixel-client')
-rw-r--r--pixel-client/Cargo.toml20
-rw-r--r--pixel-client/tools/Cargo.toml10
2 files changed, 15 insertions, 15 deletions
diff --git a/pixel-client/Cargo.toml b/pixel-client/Cargo.toml
index 7f3810f9..33020dea 100644
--- a/pixel-client/Cargo.toml
+++ b/pixel-client/Cargo.toml
@@ -4,23 +4,23 @@ version = "0.1.0"
edition = "2021"
[dependencies]
-sdl2 = { version = "0.37.0", features = ["gfx", "ttf", "mixer"] }
+sdl2 = { version = "0.38.0", features = ["gfx", "ttf", "mixer"] }
hurrycurry-protocol = { path = "../server/protocol" }
hurrycurry-client-lib = { path = "../server/client-lib", default-features = false, features = [
"sync-network",
] }
-tungstenite = { version = "0.26.2", features = ["rustls-tls-native-roots"] }
-serde_json = "1.0.140"
+tungstenite = { version = "0.27.0", features = ["rustls-tls-native-roots"] }
+serde_json = "1.0.145"
bincode = "2.0.1"
-log = "0.4.27"
+log = "0.4.28"
env_logger = "0.11.8"
-anyhow = "1.0.98"
-clap = { version = "4.5.39", features = ["derive"] }
-rustls = { version = "0.23.27", features = ["ring"] }
-rand = "0.9.1"
+anyhow = "1.0.99"
+clap = { version = "4.5.47", features = ["derive"] }
+rustls = { version = "0.23.31", features = ["ring"] }
+rand = "0.9.2"
xdg = "3.0.0"
-toml = "0.8.22"
-serde = { version = "1.0.219", features = ["derive"] }
+toml = "0.9.6"
+serde = { version = "1.0.225", features = ["derive"] }
users = "0.11.0"
[features]
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"] }