diff --git a/Cargo.lock b/Cargo.lock index 8dc733684..eda169aa6 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2055,9 +2055,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/northstar-nstar/Cargo.toml b/northstar-nstar/Cargo.toml index 01c8f2625..fefc3a0d3 100644 --- a/northstar-nstar/Cargo.toml +++ b/northstar-nstar/Cargo.toml @@ -20,7 +20,7 @@ northstar-client = { version = "^0.9.2-pre", path = "../northstar-client" } northstar-runtime = { version = "^0.9.2-pre", path = "../northstar-runtime", features = ["seccomp"] } pin-project-lite = "0.2.9" prettytable-rs = "0.10.0" -regex = "1.10.3" +regex = "1.10.4" serde_json = "1.0.108" serde_yaml = "0.9.30" tokio = { version = "1.32.0", features = ["fs", "io-std", "io-util", "macros", "net", "rt", "time"] } diff --git a/northstar-tests/Cargo.toml b/northstar-tests/Cargo.toml index 2934d1f27..92397761b 100644 --- a/northstar-tests/Cargo.toml +++ b/northstar-tests/Cargo.toml @@ -20,7 +20,7 @@ nix = { version = "0.28.0", features = ["sched"], default-features = false } northstar-client = { path = "../northstar-client" } northstar-runtime = { path = "../northstar-runtime", features = ["api", "runtime"] } northstar-tests-derive = { path = "northstar-tests-derive" } -regex = "1.10.3" +regex = "1.10.4" tempfile = "3.8.1" tokio = { version = "1.32.0", features = ["fs", "time"] } url = "2.5.0"