summaryrefslogtreecommitdiff
path: root/server/bot/Cargo.toml
diff options
context:
space:
mode:
authormetamuffin <metamuffin@disroot.org>2024-09-28 11:56:45 +0200
committermetamuffin <metamuffin@disroot.org>2024-09-28 11:56:50 +0200
commit045e34f78a498230f39101ce215424fcdcec9eb0 (patch)
tree7900e35b910a15f452ab14a7ca5630561df5d220 /server/bot/Cargo.toml
parent0889f61f1d761726fcec17a3a2a0fb45b66c2116 (diff)
downloadhurrycurry-045e34f78a498230f39101ce215424fcdcec9eb0.tar
hurrycurry-045e34f78a498230f39101ce215424fcdcec9eb0.tar.bz2
hurrycurry-045e34f78a498230f39101ce215424fcdcec9eb0.tar.zst
update cargo stuff
Diffstat (limited to 'server/bot/Cargo.toml')
-rw-r--r--server/bot/Cargo.toml6
1 files changed, 3 insertions, 3 deletions
diff --git a/server/bot/Cargo.toml b/server/bot/Cargo.toml
index 3143ab55..c8d60270 100644
--- a/server/bot/Cargo.toml
+++ b/server/bot/Cargo.toml
@@ -7,8 +7,8 @@ edition = "2021"
hurrycurry-client-lib = { path = "../client-lib", features = ["tokio-network"] }
hurrycurry-protocol = { path = "../protocol" }
log = "0.4.22"
-anyhow = "1.0.86"
+anyhow = "1.0.89"
env_logger = "0.11.5"
-rustls = { version = "0.23.12", features = ["ring"] }
-clap = { version = "4.5.15", features = ["derive"] }
+rustls = { version = "0.23.13", features = ["ring"] }
+clap = { version = "4.5.18", features = ["derive"] }
rand = "0.9.0-alpha.2"