Skip to content

Commit

Permalink
Bump async-recursion from 1.0.5 to 1.1.1
Browse files Browse the repository at this point in the history
Bumps [async-recursion](https://github.com/dcchut/async-recursion) from 1.0.5 to 1.1.1.
- [Release notes](https://github.com/dcchut/async-recursion/releases)
- [Commits](dcchut/async-recursion@v1.0.5...v1.1.1)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Apr 30, 2024
1 parent 8f8c4be commit 5e5cdc9
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 runtime/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ license.workspace = true
edition.workspace = true

[dependencies]
async-recursion = "1.0"
async-recursion = "1.1"
bstr = "1.9"
dirs.workspace = true
log.workspace = true
Expand Down

0 comments on commit 5e5cdc9

Please sign in to comment.