html terminal
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml3
1 files changed, 1 insertions, 2 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 23cf4d4..9c96202 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -22,7 +22,6 @@ tokio = { version = "1.28.2", features = [
], default-features = false }
tokio-stream = "0.1.14"
futures-util = "0.3.28"
-strip-ansi-escapes = "0.1.1"
serenity = { version = "0.11.5", features = [
"builder",
"client",
@@ -40,7 +39,7 @@ parse_duration = "2.1.1"
serde = "1.0"
serde_json = "1.0"
btparse = "0.1.1"
-mindus = { version = "1", features = ["schem_shadow"], default-features = false }
+mindus = { version = "3", features = [], default-features = false }
image = { version = "0.24.6", features = ["png"], default-features = false }
oxipng = { git = "https://github.com/shssoichiro/oxipng", branch = "master", features = [], default-features = false }