Skip to content

Commit

Permalink
Bump async-trait from 0.1.78 to 0.1.79
Browse files Browse the repository at this point in the history
Bumps [async-trait](https://github.com/dtolnay/async-trait) from 0.1.78 to 0.1.79.
- [Release notes](https://github.com/dtolnay/async-trait/releases)
- [Commits](dtolnay/async-trait@0.1.78...0.1.79)

---
updated-dependencies:
- dependency-name: async-trait
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Mar 27, 2024
1 parent c2977e4 commit db9dba5
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 db9dba5

Please sign in to comment.