diff options
Diffstat (limited to 'pixel-client/Cargo.toml')
-rw-r--r-- | pixel-client/Cargo.toml | 10 |
1 files changed, 5 insertions, 5 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"] |