summaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2023-08-30 15:55:44 +0000
committergithub-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>2023-08-30 16:02:14 +0000
commit261ca6f9864148069c1a23ab2c1c245923fa7467 (patch)
tree0cfd74fe9440018e7b95293a1c2fcfbb7f0b1ea5 /Cargo.toml
parenta303695bc5635b84c82d7626b077ba6c2c569f96 (diff)
deps(crates): bump regex from 1.9.3 to 1.9.4
Bumps [regex](https://github.com/rust-lang/regex) from 1.9.3 to 1.9.4. - [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.9.3...1.9.4) --- updated-dependencies: - dependency-name: regex dependency-type: direct:production update-type: version-update:semver-patch ... 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 017feac..f00c297 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.9.3"
+regex = "1.9.4"
reqwest = { version = "0.11.20", default-features = false, features = ["rustls-tls", "json"] }
serde = "1.0.188"
serenity = "0.11.6"