From be226d7d15cbb130425393e41063094a941390a7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 4 Nov 2024 13:22:18 +0000 Subject: [PATCH] chore(deps): Bump regex from 1.11.0 to 1.11.1 Bumps [regex](https://github.com/rust-lang/regex) from 1.11.0 to 1.11.1. - [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.11.0...1.11.1) --- updated-dependencies: - dependency-name: regex dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Cargo.lock | 4 ++-- hipcheck/Cargo.toml | 2 +- plugins/npm_dependencies/Cargo.toml | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 97bc5e3b..a2434805 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2572,9 +2572,9 @@ dependencies = [ [[package]] name = "regex" -version = "1.11.0" +version = "1.11.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "38200e5ee88914975b69f657f0801b6f6dccafd44fd9326302a4aaeecfacb1d8" +checksum = "b544ef1b4eac5dc2db33ea63606ae9ffcfac26c1416a2806ae0bf5f56b201191" dependencies = [ "aho-corasick", "memchr", diff --git a/hipcheck/Cargo.toml b/hipcheck/Cargo.toml index 15d6f723..1444f8f1 100644 --- a/hipcheck/Cargo.toml +++ b/hipcheck/Cargo.toml @@ -88,7 +88,7 @@ petgraph = { version = "0.6.0", features = ["serde-1"] } prost = "0.13.3" rand = "0.8.5" rayon = "1.10.0" -regex = "1.11.0" +regex = "1.11.1" # Exactly matching the version of rustls used by ureq # Get rid of default features since we don't use the AWS backed crypto # provider (we use ring) and it breaks stuff on windows. diff --git a/plugins/npm_dependencies/Cargo.toml b/plugins/npm_dependencies/Cargo.toml index 3106d297..4230a874 100644 --- a/plugins/npm_dependencies/Cargo.toml +++ b/plugins/npm_dependencies/Cargo.toml @@ -11,7 +11,7 @@ clap = { version = "4.5.18", features = ["derive"] } hipcheck-sdk = { path = "../../sdk/rust", features = ["macros"]} log = "0.4.22" pathbuf = "1.0.0" -regex = "1.11.0" +regex = "1.11.1" schemars = { version = "0.8.21", features = ["url"] } semver = "1.0.9" serde = { version = "1.0.214", features = ["derive", "rc"] }