From 2169128d94c2f84f393502773bd26e45d6c811ee Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 29 May 2023 16:01:34 +0000 Subject: deps(crates): bump regex from 1.8.1 to 1.8.3 Bumps [regex](https://github.com/rust-lang/regex) from 1.8.1 to 1.8.3. - [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.1...1.8.3) --- updated-dependencies: - dependency-name: regex dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml index 37a8dc6..68057e6 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.1" +regex = "1.8.3" reqwest = { version = "0.11.18", default-features = false, features = ["rustls-tls", "json"] } serde = "1.0.163" serenity = "0.11.5" -- cgit v1.2.3