summaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2023-06-05 16:03:30 +0000
committerseth <[email protected]>2023-06-05 14:45:43 -0400
commita4668925ada779e285eaf3d0d50db4403d79c75b (patch)
tree7bac14ee367f3b36c84ebc9f315a709329162cdd /Cargo.toml
parent82b81c3fdcc0f4740fc01816895e2fc4c5da9fa0 (diff)
deps(crates): bump regex from 1.8.3 to 1.8.4
Bumps [regex](https://github.com/rust-lang/regex) from 1.8.3 to 1.8.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.8.3...1.8.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 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"