upgrade dependencies
Rust / build (push) Has been cancelled

This commit is contained in:
2025-07-26 18:12:38 +02:00
parent b9522c761d
commit 2d9ff53bae
2 changed files with 273 additions and 177 deletions
+5 -5
View File
@@ -7,11 +7,11 @@ edition = "2021"
[dependencies]
log = "0.4"
env_logger = "0.11.3"
time = "0.3.36"
itertools = "0.13"
tokio = {version = "1.37", features = ["rt-multi-thread", "signal"]}
dashmap = "5.5.3"
env_logger = "0.11.8"
time = "0.3.41"
itertools = "0.14"
tokio = {version = "1.47", features = ["rt-multi-thread", "signal"]}
dashmap = "6.1.0"
[dependencies.serenity]
version = "0.12"