From 8abdfdc6dc18d2b5a442d3287b40984d6d07aa2c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 1 May 2024 12:21:05 +0100 Subject: [PATCH] Bump regex from 1.10.3 to 1.10.4 (#1282) Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 55d448a50..b931edfe0 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -411,9 +411,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/Cargo.toml b/Cargo.toml index 70ea099bf..09aa0682d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -28,7 +28,7 @@ rust-version = "1.76" [dependencies] pyo3 = { version = "0.21.1", features = ["generate-import-lib", "num-bigint"] } -regex = "1.10.3" +regex = "1.10.4" strum = { version = "0.25.0", features = ["derive"] } strum_macros = "0.26.1" serde_json = {version = "1.0.116", features = ["arbitrary_precision", "preserve_order"]}