diff options
author | metamuffin <metamuffin@disroot.org> | 2025-09-16 23:16:48 +0200 |
---|---|---|
committer | metamuffin <metamuffin@disroot.org> | 2025-09-16 23:16:48 +0200 |
commit | 15fbaa99f1700f15277187ce56f815a55fe5b7cc (patch) | |
tree | e27938387042cc15175b3519ab357dd222ac022e /server/bot | |
parent | 3f98582f903e579d9f47aba48f3976345eabe123 (diff) | |
download | hurrycurry-15fbaa99f1700f15277187ce56f815a55fe5b7cc.tar hurrycurry-15fbaa99f1700f15277187ce56f815a55fe5b7cc.tar.bz2 hurrycurry-15fbaa99f1700f15277187ce56f815a55fe5b7cc.tar.zst |
upgrade deps
Diffstat (limited to 'server/bot')
-rw-r--r-- | server/bot/Cargo.toml | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/server/bot/Cargo.toml b/server/bot/Cargo.toml index 7d265e92..17534947 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.27" -anyhow = "1.0.98" +log = "0.4.28" +anyhow = "1.0.99" env_logger = "0.11.8" -rustls = { version = "0.23.27", features = ["ring"] } -clap = { version = "4.5.39", features = ["derive"] } -rand = "0.9.1" +rustls = { version = "0.23.31", features = ["ring"] } +clap = { version = "4.5.47", features = ["derive"] } +rand = "0.9.2" |