Compare commits
2
Commits
b9522c761d
..
main
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
8acb879ebc
|
||
|
|
2d9ff53bae
|
Generated
+780
-389
File diff suppressed because it is too large
Load Diff
+5
-5
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user