From 47bea9c1e8bf086d2b6d989a39624f5b0d6e8d33 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 25 Mar 2024 06:01:47 +0000 Subject: [PATCH] deps: Bump regex from 1.10.3 to 1.10.4 Bumps [regex](https://github.com/rust-lang/regex) from 1.10.3 to 1.10.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.10.3...1.10.4) --- updated-dependencies: - dependency-name: regex dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Cargo.lock | 4 ++-- cli/Cargo.toml | 2 +- runtime/Cargo.toml | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 803ee17d..79d359c4 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3204,9 +3204,9 @@ dependencies = [ [[package]] name = "regex" -version = "1.10.3" +version = "1.10.4" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b62dbe01f0b06f9d8dc7d49e05a0785f153b00b2c227856282f671e0318c9b15" +checksum = "c117dbdfde9c8308975b6a18d71f3f385c89461f7b3fb054288ecf2a2058ba4c" dependencies = [ "aho-corasick", "memchr", diff --git a/cli/Cargo.toml b/cli/Cargo.toml index 6d5e7d15..34b7b5f9 100644 --- a/cli/Cargo.toml +++ b/cli/Cargo.toml @@ -26,7 +26,7 @@ assert_cmd = { workspace = true } assert_fs = { workspace = true } lazy_static = "1.4.0" pretty_assertions = { workspace = true } -regex = "1.10.3" +regex = "1.10.4" tokio = { workspace = true, features = ["io-util"] } [package.metadata.winres] diff --git a/runtime/Cargo.toml b/runtime/Cargo.toml index 79d6a032..ba746004 100644 --- a/runtime/Cargo.toml +++ b/runtime/Cargo.toml @@ -36,7 +36,7 @@ assert_fs = { workspace = true } console_static_text = "0.8.1" env_logger.workspace = true pretty_assertions = { workspace = true } -regex = "1.10.3" +regex = "1.10.4" [lints] workspace = true