diff options
Diffstat (limited to 'server/client-lib/Cargo.toml')
| -rw-r--r-- | server/client-lib/Cargo.toml | 10 | 
1 files changed, 5 insertions, 5 deletions
| diff --git a/server/client-lib/Cargo.toml b/server/client-lib/Cargo.toml index 291c07f4..517dbba0 100644 --- a/server/client-lib/Cargo.toml +++ b/server/client-lib/Cargo.toml @@ -5,17 +5,17 @@ edition = "2021"  [dependencies]  hurrycurry-protocol = { path = "../protocol" } -tungstenite = { version = "0.23.0", optional = true, features = [ +tungstenite = { version = "0.24.0", optional = true, features = [      "rustls-tls-native-roots",  ] } -tokio-tungstenite = { version = "0.23.1", optional = true, features = [ +tokio-tungstenite = { version = "0.24.0", optional = true, features = [      "rustls-tls-native-roots",  ] } -tokio = { version = "1.39.2", features = ["net", "sync"], optional = true } -serde_json = "1.0.122" +tokio = { version = "1.40.0", features = ["net", "sync"], optional = true } +serde_json = "1.0.128"  bincode = "2.0.0-rc.3"  log = "0.4.22" -anyhow = "1.0.86" +anyhow = "1.0.89"  futures-util = { version = "0.3.30", optional = true }  [features] | 
