From 789dfe373872a88562c48f7ef57f80ff91daafde Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 1 May 2024 12:45:46 +0000 Subject: [PATCH] Bump thiserror from 1.0.56 to 1.0.59 Bumps [thiserror](https://github.com/dtolnay/thiserror) from 1.0.56 to 1.0.59. - [Release notes](https://github.com/dtolnay/thiserror/releases) - [Commits](https://github.com/dtolnay/thiserror/compare/1.0.56...1.0.59) --- updated-dependencies: - dependency-name: thiserror dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- 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 8c9627fe9..d17191861 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2541,18 +2541,18 @@ dependencies = [ [[package]] name = "thiserror" -version = "1.0.56" +version = "1.0.59" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d54378c645627613241d077a3a79db965db602882668f9136ac42af9ecb730ad" +checksum = "f0126ad08bff79f29fc3ae6a55cc72352056dfff61e3ff8bb7129476d44b23aa" dependencies = [ "thiserror-impl", ] [[package]] name = "thiserror-impl" -version = "1.0.56" +version = "1.0.59" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "fa0faa943b50f3db30a20aa7e265dbc66076993efed8463e8de414e5d06d3471" +checksum = "d1cd413b5d558b4c5bf3680e324a6fa5014e7b7c067a51e69dbdf47eb7148b66" dependencies = [ "proc-macro2", "quote", diff --git a/northstar-client/Cargo.toml b/northstar-client/Cargo.toml index 4ff9cf87f..7374a63d9 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.59" tokio = "1.32.0" diff --git a/northstar-runtime/Cargo.toml b/northstar-runtime/Cargo.toml index a5f60bc8e..ca1a9b852 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.8.1", optional = true } -thiserror = "1.0.56" +thiserror = "1.0.59" 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 }