diff options
| author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2023-05-29 16:01:34 +0000 |
|---|---|---|
| committer | seth <[email protected]> | 2023-05-29 12:40:17 -0400 |
| commit | 2169128d94c2f84f393502773bd26e45d6c811ee (patch) | |
| tree | 4b1f5da1ea6c2b37f69234058dd975654e694d13 | |
| parent | 7fbdb851e356a4ac45f6cc3b48e4563ab3b83aaf (diff) | |
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] <[email protected]>
| -rw-r--r-- | Cargo.lock | 8 | ||||
| -rw-r--r-- | Cargo.toml | 2 |
2 files changed, 5 insertions, 5 deletions
@@ -974,9 +974,9 @@ dependencies = [ [[package]] name = "regex" -version = "1.8.1" +version = "1.8.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "af83e617f331cc6ae2da5443c602dfa5af81e517212d9d611a5b3ba1777b5370" +checksum = "81ca098a9821bd52d6b24fd8b10bd081f47d39c22778cafaa75a2857a62c6390" dependencies = [ "aho-corasick", "memchr", @@ -985,9 +985,9 @@ dependencies = [ [[package]] name = "regex-syntax" -version = "0.7.1" +version = "0.7.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a5996294f19bd3aae0453a862ad728f60e6600695733dd5df01da90c54363a3c" +checksum = "436b050e76ed2903236f032a59761c1eb99e1b0aead2c257922771dab1fc8c78" [[package]] name = "reqwest" @@ -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" |
