diff --git a/Cargo.lock b/Cargo.lock index 0ac213ee9..2816d7ad0 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2526,18 +2526,18 @@ dependencies = [ [[package]] name = "thiserror" -version = "1.0.56" +version = "1.0.61" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d54378c645627613241d077a3a79db965db602882668f9136ac42af9ecb730ad" +checksum = "c546c80d6be4bc6a00c0f01730c08df82eaa7a7a61f11d656526506112cc1709" dependencies = [ "thiserror-impl", ] [[package]] name = "thiserror-impl" -version = "1.0.56" +version = "1.0.61" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "fa0faa943b50f3db30a20aa7e265dbc66076993efed8463e8de414e5d06d3471" +checksum = "46c3384250002a6d5af4d114f2845d37b57521033f30d5c3f46c4d70e1197533" dependencies = [ "proc-macro2", "quote", diff --git a/northstar-client/Cargo.toml b/northstar-client/Cargo.toml index 4ff9cf87f..53a99543c 100644 --- a/northstar-client/Cargo.toml +++ b/northstar-client/Cargo.toml @@ -12,6 +12,6 @@ rust-version.workspace = true anyhow = { version = "1.0.80", features = ["backtrace"] } futures = "0.3.29" northstar-runtime = { version = "^0.9.2-pre", path = "../northstar-runtime", features = ["api"] } -thiserror = "1.0.56" +thiserror = "1.0.61" tokio = "1.32.0" diff --git a/northstar-runtime/Cargo.toml b/northstar-runtime/Cargo.toml index f0e97f31b..f6bcafde4 100644 --- a/northstar-runtime/Cargo.toml +++ b/northstar-runtime/Cargo.toml @@ -51,7 +51,7 @@ sha2 = { version = "0.10.8", optional = true } strum = { version = "0.26.2", optional = true } strum_macros = { version = "0.26.1", optional = true } tempfile = { version = "3.10.1", optional = true } -thiserror = "1.0.56" +thiserror = "1.0.61" tokio = { version = "1.32.0", features = ["fs", "io-std", "io-util", "macros", "process", "rt-multi-thread", "sync", "time", "net"], optional = true } tokio-eventfd = { version = "0.2.1", optional = true } tokio-util = { version = "0.7.10", features = ["codec", "io"], optional = true }