diff options
| author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2023-06-05 16:03:30 +0000 |
|---|---|---|
| committer | seth <[email protected]> | 2023-06-05 14:45:43 -0400 |
| commit | a4668925ada779e285eaf3d0d50db4403d79c75b (patch) | |
| tree | 7bac14ee367f3b36c84ebc9f315a709329162cdd /Cargo.toml | |
| parent | 82b81c3fdcc0f4740fc01816895e2fc4c5da9fa0 (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.toml | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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" |
