Skip to content

Commit

Permalink
Merge pull request #201 from EspressoSystems/dependabot/cargo/async-t…
Browse files Browse the repository at this point in the history
…rait-0.1.79

Bump async-trait from 0.1.78 to 0.1.79
  • Loading branch information
jbearer authored Mar 28, 2024
2 parents ad2394a + db9dba5 commit 97bbf45
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 Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ required-features = ["testing"]
[dependencies]
anyhow = "1.0"
async-std = { version = "1.12", features = ["attributes", "tokio1"] }
async-trait = "0.1.78"
async-trait = "0.1.79"
clap = { version = "4.5", features = ["derive"] }
config = "0.14"
derivative = "2.2"
Expand Down

0 comments on commit 97bbf45

Please sign in to comment.