From 3f4735bf06244673929a0bae26184a0c2a74a9cd Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 7 Jul 2023 18:59:03 +0000 Subject: [PATCH] chore(deps): update rust crate regex to 1.9.1 --- Cargo.lock | 8 ++++---- Cargo.toml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 111e1c5..cc4e795 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2195,9 +2195,9 @@ dependencies = [ [[package]] name = "regex" -version = "1.9.0" +version = "1.9.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "89089e897c013b3deb627116ae56a6955a72b8bed395c9526af31c9fe528b484" +checksum = "b2eae68fc220f7cf2532e4494aded17545fce192d59cd996e0fe7887f4ceb575" dependencies = [ "aho-corasick", "memchr", @@ -2207,9 +2207,9 @@ dependencies = [ [[package]] name = "regex-automata" -version = "0.3.0" +version = "0.3.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "fa250384981ea14565685dea16a9ccc4d1c541a13f82b9c168572264d1df8c56" +checksum = "e9aaecc05d5c4b5f7da074b9a0d1a0867e71fd36e7fc0482d8bcfe8e8fc56290" dependencies = [ "aho-corasick", "memchr", diff --git a/Cargo.toml b/Cargo.toml index c2ff01d..3031fc5 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -42,7 +42,7 @@ native-tls = "0.2" netrc = "0.4.1" openssl = { version = "0.10.55", features = ["vendored"] } question = "0.2.2" -regex = "1.9.0" +regex = "1.9.1" reqwest = { version = "0.11.18", features = ["stream"] } rust-s3 = { version = "0.33.0", features = ["blocking", "with-tokio"] } self_update = { version = "0.37.0", features = ["archive-tar", "compression-flate2"] }