More updates

This commit is contained in:
nora 2024-07-06 15:35:34 +02:00
parent 79e1d92139
commit eb49ba2837
2 changed files with 51 additions and 19 deletions

View file

@ -11,8 +11,8 @@ tokio = { version = "1.0", features = ["macros", "rt-multi-thread"] }
uwuify = "^0.2"
async-trait = "0.1.50"
lazy_static = "1.4.0"
toml = "0.5.8"
fancy-regex = "0.5.0"
toml = "0.8.8"
fancy-regex = "0.13.0"
rand = "0.8.3"
[dependencies.serenity]