diff --git a/Cargo.lock b/Cargo.lock index b035bf4ed..2305c0326 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2529,9 +2529,9 @@ dependencies = [ [[package]] name = "regex" -version = "1.10.3" +version = "1.10.6" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b62dbe01f0b06f9d8dc7d49e05a0785f153b00b2c227856282f671e0318c9b15" +checksum = "4219d74c6b67a3654a9fbebc4b419e22126d13d2f3c4a07ee0cb61ff79a79619" dependencies = [ "aho-corasick", "memchr", diff --git a/Cargo.toml b/Cargo.toml index 0c19cbd55..6c48f1964 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -64,7 +64,7 @@ ed25519-zebra = { version = "4.0", default-features = false, features = [ "std", hex = { version = "0.4", default-features = false, optional = true } hyper = { version = "0.14", default-features = false, features = [ "server", "tcp", "stream" ], optional = true } rand = { version = "0.8", default-features = false, features = [ "std" ], optional = true } -regex = { version = "1.7", default-features = false, features = [ "std" ], optional = true } +regex = { version = "1.10", default-features = false, features = [ "std" ], optional = true } rust-argon2 = { version = "2.0.0", default-features = false, optional = true } serde_urlencoded = { version = "0.7", default-features = false, optional = true } tower = { version = "0.4", default-features = false, optional = true }