Skip to content

Commit

Permalink
Bump async-trait from 0.1.73 to 0.1.76 (#1081)
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] authored Jan 9, 2024
1 parent 3fa78e1 commit 5e70fba
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion northstar-runtime/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 5e70fba

Please sign in to comment.