Compare commits

..
2 Commits
Author SHA1 Message Date
nelsbrock 8acb879ebc update dependencies
Rust / build (push) Has been cancelled
2025-10-25 22:29:12 +02:00
nelsbrock 2d9ff53bae upgrade dependencies
Rust / build (push) Has been cancelled
2025-07-26 18:12:38 +02:00
2 changed files with 785 additions and 394 deletions
Generated
+780 -389
View File
File diff suppressed because it is too large Load Diff
+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"