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/bot/Cargo.toml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'server/bot/Cargo.toml') diff --git a/server/bot/Cargo.toml b/server/bot/Cargo.toml index 7f371867..7faa6b0f 100644 --- a/server/bot/Cargo.toml +++ b/server/bot/Cargo.toml @@ -6,9 +6,9 @@ edition = "2021" [dependencies] hurrycurry-client-lib = { path = "../client-lib", features = ["tokio-network"] } hurrycurry-protocol = { path = "../protocol" } -log = "0.4.22" -anyhow = "1.0.89" -env_logger = "0.11.5" -rustls = { version = "0.23.13", features = ["ring"] } -clap = { version = "4.5.18", features = ["derive"] } -rand = "0.9.0-alpha.2" +log = "0.4.27" +anyhow = "1.0.98" +env_logger = "0.11.8" +rustls = { version = "0.23.27", features = ["ring"] } +clap = { version = "4.5.39", features = ["derive"] } +rand = "0.9.1" -- cgit v1.2.3-70-g09d2