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/registry/Cargo.toml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'server/registry') diff --git a/server/registry/Cargo.toml b/server/registry/Cargo.toml index c616174f..49f58a46 100644 --- a/server/registry/Cargo.toml +++ b/server/registry/Cargo.toml @@ -6,16 +6,16 @@ edition = "2021" [dependencies] log = "0.4.22" env_logger = "0.11.5" -anyhow = "1.0.86" +anyhow = "1.0.89" rocket = { version = "0.5.1", features = ["json"] } -tokio = { version = "1.39.2", features = ["full"] } +tokio = { version = "1.40.0", features = ["full"] } serde_json = "1.0.128" markup = "0.15.0" serde = { version = "1.0.210", features = ["derive"] } -tokio-tungstenite = { version = "0.23.1", features = [ +tokio-tungstenite = { version = "0.24.0", features = [ "rustls-tls-native-roots", ] } -rustls = { version = "0.23.12", features = ["ring"] } +rustls = { version = "0.23.13", features = ["ring"] } hurrycurry-protocol = { path = "../protocol" } hurrycurry-client-lib = { path = "../client-lib" } -- cgit v1.2.3-70-g09d2