summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Cargo.lock4
-rw-r--r--Cargo.toml2
2 files changed, 3 insertions, 3 deletions
diff --git a/Cargo.lock b/Cargo.lock
index f974953..268dd81 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -974,9 +974,9 @@ dependencies = [
[[package]]
name = "regex"
-version = "1.8.3"
+version = "1.8.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "81ca098a9821bd52d6b24fd8b10bd081f47d39c22778cafaa75a2857a62c6390"
+checksum = "d0ab3ca65655bb1e41f2a8c8cd662eb4fb035e67c3f78da1d61dffe89d07300f"
dependencies = [
"aho-corasick",
"memchr",
diff --git a/Cargo.toml b/Cargo.toml
index 68057e6..07e70fe 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -10,7 +10,7 @@ bottomify = "1.2.0"
include_dir = "0.7.3"
lazy_static = "1.4.0"
rand = "0.8.5"
-regex = "1.8.3"
+regex = "1.8.4"
reqwest = { version = "0.11.18", default-features = false, features = ["rustls-tls", "json"] }
serde = "1.0.163"
serenity = "0.11.5"