diff --git a/Cargo.lock b/Cargo.lock index b3ff69f3..b0b351cb 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3204,9 +3204,9 @@ dependencies = [ [[package]] name = "regex" -version = "1.10.4" +version = "1.10.5" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c117dbdfde9c8308975b6a18d71f3f385c89461f7b3fb054288ecf2a2058ba4c" +checksum = "b91213439dad192326a0d7c6ee3955910425f441d7038e0d6933b0aec5c4517f" dependencies = [ "aho-corasick", "memchr", diff --git a/cli/Cargo.toml b/cli/Cargo.toml index 49450192..53bbbfe0 100644 --- a/cli/Cargo.toml +++ b/cli/Cargo.toml @@ -26,7 +26,7 @@ assert_cmd = { workspace = true } assert_fs = { workspace = true } lazy_static = "1.4.0" pretty_assertions = { workspace = true } -regex = "1.10.4" +regex = "1.10.5" tokio = { workspace = true, features = ["io-util"] } [package.metadata.winres] diff --git a/runtime/Cargo.toml b/runtime/Cargo.toml index 25a19601..ed6b0843 100644 --- a/runtime/Cargo.toml +++ b/runtime/Cargo.toml @@ -25,7 +25,7 @@ lassie = "0.9.0" # lassie = { git = "https://github.com/filecoin-station/rusty-lassie.git" } log.workspace = true once_cell = "1.19.0" -regex = "1.10.4" +regex = "1.10.5" serde.workspace = true serde_repr.workspace = true termcolor = "1.4.1"