From 8fb1763635ad896084bdc773a12a648759242bb4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 28 May 2023 22:44:51 +0000 Subject: [PATCH] chore(deps): bump regex from 1.8.1 to 1.8.3 (#1670) 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] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- Cargo.lock | 10 +++++----- Cargo.toml | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 205456a27..aa470730c 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3577,13 +3577,13 @@ 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", - "regex-syntax 0.7.1", + "regex-syntax 0.7.2", ] [[package]] @@ -3603,9 +3603,9 @@ checksum = "f162c6dd7b008981e4d40210aca20b4bd0f9b60ca9271061b07f78537722f2e1" [[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" diff --git a/Cargo.toml b/Cargo.toml index 855a901f2..a565df4e1 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -110,7 +110,7 @@ quote = "1" r2d2 = "^0.8.9" r2d2_sqlite = "^0.21.0" rand = "^0.8.5" -regex = "1.8.1" +regex = "1.8.3" reqwest = { version = "0.11.18", default-features = false, features=["cookies", "json", "gzip", "native-tls"] } rpassword = "^7.2.0" rusqlite = "^0.28.0"