From 045e34f78a498230f39101ce215424fcdcec9eb0 Mon Sep 17 00:00:00 2001 From: metamuffin Date: Sat, 28 Sep 2024 11:56:45 +0200 Subject: update cargo stuff --- server/client-lib/Cargo.toml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'server/client-lib') 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] -- cgit v1.2.3-70-g09d2