From 7928ba42f63e122c3dec85680bb2975246e09491 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 12 Dec 2023 08:22:42 +0000 Subject: [PATCH] Bump thiserror from 1.0.40 to 1.0.50 (#1069) --- Cargo.lock | 8 ++++---- northstar-client/Cargo.toml | 2 +- northstar-runtime/Cargo.toml | 2 +- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 2aad228a4..379bc246a 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2524,18 +2524,18 @@ dependencies = [ [[package]] name = "thiserror" -version = "1.0.40" +version = "1.0.50" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "978c9a314bd8dc99be594bc3c175faaa9794be04a5a5e153caba6915336cebac" +checksum = "f9a7210f5c9a7156bb50aa36aed4c95afb51df0df00713949448cf9e97d382d2" dependencies = [ "thiserror-impl", ] [[package]] name = "thiserror-impl" -version = "1.0.40" +version = "1.0.50" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f9456a42c5b0d803c8cd86e73dd7cc9edd429499f37a3550d286d5e86720569f" +checksum = "266b2e40bc00e5a6c09c3584011e08b06f123c00362c92b975ba9843aaaa14b8" dependencies = [ "proc-macro2", "quote", diff --git a/northstar-client/Cargo.toml b/northstar-client/Cargo.toml index 5a1bd8bbe..72b59f72c 100644 --- a/northstar-client/Cargo.toml +++ b/northstar-client/Cargo.toml @@ -12,6 +12,6 @@ rust-version.workspace = true anyhow = { version = "1.0.75", features = ["backtrace"] } futures = "0.3.29" northstar-runtime = { version = "^0.9.2-pre", path = "../northstar-runtime", features = ["api"] } -thiserror = "1.0.40" +thiserror = "1.0.50" tokio = "1.32.0" diff --git a/northstar-runtime/Cargo.toml b/northstar-runtime/Cargo.toml index ad5a22c6e..45fda5c56 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.25.0", optional = true } strum_macros = { version = "0.25.3", optional = true } tempfile = { version = "3.8.1", optional = true } -thiserror = "1.0.40" +thiserror = "1.0.50" 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 }