diff --git a/Cargo.lock b/Cargo.lock index a17022e7e..ffa042764 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -144,9 +144,9 @@ dependencies = [ [[package]] name = "async-trait" -version = "0.1.73" +version = "0.1.76" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "bc00ceb34980c03614e35a3a4e218276a0a824e911d07651cd0d858a51e8c0f0" +checksum = "531b97fb4cd3dfdce92c35dedbfdc1f0b9d8091c8ca943d6dae340ef5012d514" dependencies = [ "proc-macro2", "quote", diff --git a/northstar-runtime/Cargo.toml b/northstar-runtime/Cargo.toml index cdbd69651..dc407f26f 100644 --- a/northstar-runtime/Cargo.toml +++ b/northstar-runtime/Cargo.toml @@ -12,7 +12,7 @@ rust-version.workspace = true [dependencies] anyhow = { version = "1.0.75", features = ["backtrace"] } async-stream = { version = "0.3.4", optional = true } -async-trait = { version = "0.1.73", optional = true } +async-trait = { version = "0.1.76", optional = true } base64 = { version = "0.21.5", optional = true } bincode = { version = "1.3.3", optional = true } bitflags = "2.4.0"