Skip to content

Commit

Permalink
Bump async-std from 1.12.0 to 1.13.0
Browse files Browse the repository at this point in the history
Bumps [async-std](https://github.com/async-rs/async-std) from 1.12.0 to 1.13.0.
- [Release notes](https://github.com/async-rs/async-std/releases)
- [Changelog](https://github.com/async-rs/async-std/blob/main/CHANGELOG.md)
- [Commits](async-rs/async-std@v1.12.0...v1.13.0)

---
updated-dependencies:
- dependency-name: async-std
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Jan 13, 2025
1 parent f1c09eb commit 3a6b659
Show file tree
Hide file tree
Showing 2 changed files with 26 additions and 160 deletions.
184 changes: 25 additions & 159 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 @@ -29,7 +29,7 @@ complete = []

[dependencies]
anyhow = "1.0.81"
async-std = { version = "1.12.0", features = ["attributes"] }
async-std = { version = "1.13.0", features = ["attributes"] }
async-trait = "0.1.77"
axum = "0.7.4"
axum-tracing-opentelemetry = "0.18.0"
Expand Down

0 comments on commit 3a6b659

Please sign in to comment.