From db4587d3ec64b7e28691b43f9d9701939eed94d1 Mon Sep 17 00:00:00 2001 From: metamuffin Date: Tue, 3 Jun 2025 20:00:18 +0200 Subject: update rust toolchain and rust dependencies. `map_many_mut` and `trait_upcasting` was stabilized. --- server/discover/Cargo.toml | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) (limited to 'server/discover') diff --git a/server/discover/Cargo.toml b/server/discover/Cargo.toml index 4faa9bc1..3b622f09 100644 --- a/server/discover/Cargo.toml +++ b/server/discover/Cargo.toml @@ -4,16 +4,16 @@ version = "2.3.1" edition = "2021" [dependencies] -mdns-sd = "0.11.4" -env_logger = "0.11.5" -log = "0.4.22" -anyhow = "1.0.89" -hyper = { version = "1.4.1", default-features = false, features = [ +mdns-sd = "0.13.9" +env_logger = "0.11.8" +log = "0.4.27" +anyhow = "1.0.98" +hyper = { version = "1.6.0", default-features = false, features = [ "server", "http1", ] } -tokio = { version = "1.40.0", features = ["full"] } +tokio = { version = "1.45.1", features = ["full"] } http-body-util = "0.1" hyper-util = { version = "0.1", features = ["full"] } hurrycurry-protocol = { path = "../protocol" } -serde_json = "1.0.128" +serde_json = "1.0.140" -- cgit v1.2.3-70-g09d2