html terminal
bendn 2023-08-23
parent 93ee8ae · commit f47225c
-rw-r--r--Cargo.toml3
1 files changed, 2 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index ad45e9d..a13dacd 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -27,10 +27,11 @@ serenity = { version = "0.11.5", features = [
"client",
"utils",
"rustls_backend",
+ "cache",
"gateway",
], default-features = false }
poise = "0.5.5"
-anyhow = "=1.0.72"
+anyhow = "1.0.75"
regex = { version = "1.8.4", features = ["std"], default-features = false }
minify-js = "0.5.6"
itertools = "0.10.5"