diff --git a/Cargo.lock b/Cargo.lock index 4969fa416..45e675f5b 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1517,9 +1517,9 @@ dependencies = [ [[package]] name = "regex" -version = "1.8.2" +version = "1.8.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d1a59b5d8e97dee33696bf13c5ba8ab85341c002922fba050069326b9c498974" +checksum = "81ca098a9821bd52d6b24fd8b10bd081f47d39c22778cafaa75a2857a62c6390" dependencies = [ "aho-corasick", "memchr", diff --git a/Cargo.toml b/Cargo.toml index 52384e74f..d7928cfb2 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -52,7 +52,7 @@ maplit = "1.0.2" once_cell = "1.17.1" pest = "2.6.0" pest_derive = "2.6" -regex = "1.8.2" +regex = "1.8.3" rpassword = "7.2.0" serde = { version = "1.0", features = ["derive"] } slab = "0.4.8" @@ -72,7 +72,7 @@ libc = { version = "0.2.144" } assert_cmd = "2.0.8" assert_matches = "1.5.0" insta = { version = "1.29.0", features = ["filters"] } -regex = "1.8.2" +regex = "1.8.3" testutils = { path = "lib/testutils" } [features] diff --git a/lib/Cargo.toml b/lib/Cargo.toml index 6807ca1a0..5ee625303 100644 --- a/lib/Cargo.toml +++ b/lib/Cargo.toml @@ -38,7 +38,7 @@ pest_derive = "2.6.0" prost = "0.11.9" rand = "0.8.5" rand_chacha = "0.3.1" -regex = "1.8.2" +regex = "1.8.3" serde_json = "1.0.96" smallvec = { version = "1.10.0", features = ["const_generics", "const_new", "union"] } tempfile = "3.5.0"