Skip to content

Commit

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

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

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] committed Aug 7, 2023
1 parent b3c4d0b commit f66118b
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 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 dropshot/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ categories = ["network-programming", "web-programming::http-server"]

[dependencies]
async-stream = "0.3.5"
async-trait = "0.1.69"
async-trait = "0.1.72"
base64 = "0.21.2"
bytes = "1"
camino = { version = "1.1.4", features = ["serde1"] }
Expand Down

0 comments on commit f66118b

Please sign in to comment.