Bump async-trait from 0.1.78 to 0.1.79

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](https://github.com/dtolnay/async-trait/compare/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] <support@github.com>
This commit is contained in:
dependabot[bot]
2024-03-25 09:09:18 +00:00
committed by Bastian Köcher
parent 79d9164fd0
commit 6420f8c4e2
8 changed files with 8 additions and 8 deletions
+1 -1
View File
@@ -10,7 +10,7 @@ workspace = true
[dependencies]
async-std = { version = "1.6.5", features = ["attributes"] }
async-trait = "0.1.74"
async-trait = "0.1.79"
env_logger = "0.11"
futures = "0.3.30"
hex = "0.4"