summaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2023-07-10 16:16:09 +0000
committerseth <[email protected]>2023-07-10 14:18:35 -0400
commitee5fbe1e222effccadb1f697ca74147c75b7db68 (patch)
treea82d634028a95410349b78691cc4bb5dcbb69f52 /Cargo.toml
parentc5c2b3806f975bbcf5c91ce3130c3b6e69133b84 (diff)
deps(crates): bump regex from 1.8.4 to 1.9.1
Bumps [regex](https://github.com/rust-lang/regex) from 1.8.4 to 1.9.1. - [Release notes](https://github.com/rust-lang/regex/releases) - [Changelog](https://github.com/rust-lang/regex/blob/master/CHANGELOG.md) - [Commits](https://github.com/rust-lang/regex/compare/1.8.4...1.9.1) --- updated-dependencies: - dependency-name: regex dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 4c15777..6c693c0 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -10,7 +10,7 @@ bottomify = "1.2.0"
include_dir = "0.7.3"
once_cell = "1.18.0"
rand = "0.8.5"
-regex = "1.8.4"
+regex = "1.9.1"
reqwest = { version = "0.11.18", default-features = false, features = ["rustls-tls", "json"] }
serde = "1.0.171"
serenity = "0.11.6"