summary refs log tree commit diff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorAshelyn Rose <git@ashen.earth>2024-07-15 10:28:55 -0600
committerAshelyn Rose <git@ashen.earth>2024-07-15 10:28:55 -0600
commit67b1837ebd88cf3bff25aef2d536e7cb316eff98 (patch)
tree0ef228256fa444db221cc964098d33ba5533bf7f /Cargo.toml
parent51c9eabf4f58cddd6dee573ef3551f2a93584f33 (diff)
better regex construction
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml1
1 files changed, 0 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 219aa7f..1fcdeeb 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -11,7 +11,6 @@ futures = "0.3.30"
 regex = "1.10.2"
 reqwest = "0.12"
 serde = { version = "1.0.196", features = [ "derive" ] }
-serde_regex = "1.1.0"
 tokio = { version = "1.38.0", features = [ "rt", "macros", "time" ] }
 toml = "0.8.8"
 twilight-gateway = "0.15.4"