Skip to content

Commit

Permalink
build(deps): 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](https://github.com/async-rs/async-std/commits)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored and rjzak committed Sep 10, 2024
1 parent b595353 commit 5088a39
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 26 deletions.
42 changes: 17 additions & 25 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 @@ drawbridge-type = { path = "./crates/type", version = "0.4.3" }
# External dependencies
anyhow = { version = "1.0.87", default-features = false }
async-h1 = { version = "2.3.4", default-features = false }
async-std = { version = "1.12.0", default-features = false }
async-std = { version = "1.13.0", default-features = false }
axum = { version = "0.5.17", default-features = false }
base64 = { version = "0.22.1", default-features = false }
camino = { version = "1.1.9", default-features = false }
Expand Down

0 comments on commit 5088a39

Please sign in to comment.