From ef7c0c63114a2d7afa841af10954868d9b8b5f4d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 25 Oct 2024 13:39:17 +0000 Subject: [PATCH] build(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 ++-- crates/data-model/Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 114ec20f9..40a1ab89b 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -4968,9 +4968,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/crates/data-model/Cargo.toml b/crates/data-model/Cargo.toml index 1b17236b6..081e09ae9 100644 --- a/crates/data-model/Cargo.toml +++ b/crates/data-model/Cargo.toml @@ -20,7 +20,7 @@ crc = "3.2.1" ulid.workspace = true rand.workspace = true rand_chacha = "0.3.1" -regex = "1.11.0" +regex = "1.11.1" woothee = "0.13.0" mas-iana.workspace = true