aboutsummaryrefslogtreecommitdiff
path: root/pixel-client/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'pixel-client/Cargo.toml')
-rw-r--r--pixel-client/Cargo.toml24
1 files changed, 12 insertions, 12 deletions
diff --git a/pixel-client/Cargo.toml b/pixel-client/Cargo.toml
index 4831f485..7f3810f9 100644
--- a/pixel-client/Cargo.toml
+++ b/pixel-client/Cargo.toml
@@ -9,18 +9,18 @@ hurrycurry-protocol = { path = "../server/protocol" }
hurrycurry-client-lib = { path = "../server/client-lib", default-features = false, features = [
"sync-network",
] }
-tungstenite = { version = "0.24.0", features = ["rustls-tls-native-roots"] }
-serde_json = "1.0.128"
-bincode = "2.0.0-rc.3"
-log = "0.4.22"
-env_logger = "0.11.5"
-anyhow = "1.0.89"
-clap = { version = "4.5.18", features = ["derive"] }
-rustls = { version = "0.23.13", features = ["ring"] }
-rand = "0.9.0-alpha.2"
-xdg = "2.5.2"
-toml = "0.8.19"
-serde = { version = "1.0.210", features = ["derive"] }
+tungstenite = { version = "0.26.2", features = ["rustls-tls-native-roots"] }
+serde_json = "1.0.140"
+bincode = "2.0.1"
+log = "0.4.27"
+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"
+xdg = "3.0.0"
+toml = "0.8.22"
+serde = { version = "1.0.219", features = ["derive"] }
users = "0.11.0"
[features]