Skip to content

Commit

Permalink
Bump async-trait from 0.1.68 to 0.1.73 (#1035)
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] authored Oct 10, 2023
1 parent fa59d73 commit 763feca
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 24 deletions.
46 changes: 23 additions & 23 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.71", features = ["backtrace"] }
async-stream = { version = "0.3.4", optional = true }
async-trait = { version = "0.1.68", optional = true }
async-trait = { version = "0.1.73", optional = true }
base64 = { version = "0.21.4", optional = true }
bincode = { version = "1.3.3", optional = true }
bitflags = "2.4.0"
Expand Down

0 comments on commit 763feca

Please sign in to comment.