From 2308f48b2d3b9af83884c297759a37155110d5f4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 Apr 2024 12:30:50 +0000 Subject: [PATCH] Bump async-trait from 0.1.76 to 0.1.79 Bumps [async-trait](https://github.com/dtolnay/async-trait) from 0.1.76 to 0.1.79. - [Release notes](https://github.com/dtolnay/async-trait/releases) - [Commits](https://github.com/dtolnay/async-trait/compare/0.1.76...0.1.79) --- updated-dependencies: - dependency-name: async-trait dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Cargo.lock | 4 ++-- northstar-runtime/Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 478095785..8dc733684 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -144,9 +144,9 @@ dependencies = [ [[package]] name = "async-trait" -version = "0.1.76" +version = "0.1.79" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "531b97fb4cd3dfdce92c35dedbfdc1f0b9d8091c8ca943d6dae340ef5012d514" +checksum = "a507401cad91ec6a857ed5513a2073c82a9b9048762b885bb98655b306964681" dependencies = [ "proc-macro2", "quote", diff --git a/northstar-runtime/Cargo.toml b/northstar-runtime/Cargo.toml index 82c19ea1f..1fa5850cd 100644 --- a/northstar-runtime/Cargo.toml +++ b/northstar-runtime/Cargo.toml @@ -12,7 +12,7 @@ rust-version.workspace = true [dependencies] anyhow = { version = "1.0.80", features = ["backtrace"] } async-stream = { version = "0.3.4", optional = true } -async-trait = { version = "0.1.76", optional = true } +async-trait = { version = "0.1.79", optional = true } base64 = { version = "0.22.0", optional = true } bincode = { version = "1.3.3", optional = true } bitflags = "2.4.2"