Skip to content

Commit

Permalink
build(deps): bump async-recursion from 1.0.2 to 1.0.4
Browse files Browse the repository at this point in the history
Bumps [async-recursion](https://github.com/dcchut/async-recursion) from 1.0.2 to 1.0.4.
- [Release notes](https://github.com/dcchut/async-recursion/releases)
- [Commits](dcchut/async-recursion@v1.0.2...v1.0.4)

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

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Apr 3, 2023
1 parent b2bafd6 commit 71cdf75
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 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 cli/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ itertools = "0.10.5"
flume = "0.10.14"
structopt = "0.3"
dirs = "4.0.0"
async-recursion = "1.0.2"
async-recursion = "1.0.4"
colored = "2"
thiserror = "1.0"
chrono = { version = "0.4.24", features = ["serde"] }

0 comments on commit 71cdf75

Please sign in to comment.