diff --git a/Cargo.lock b/Cargo.lock index e83bcbce..e62a8632 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -4753,9 +4753,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/crates/data-model/Cargo.toml b/crates/data-model/Cargo.toml index 94273f31..5e1a3217 100644 --- a/crates/data-model/Cargo.toml +++ b/crates/data-model/Cargo.toml @@ -20,7 +20,7 @@ crc = "3.0.1" ulid.workspace = true rand.workspace = true rand_chacha = "0.3.1" -regex = "1.10.3" +regex = "1.10.4" woothee = "0.13.0" mas-iana.workspace = true