Skip to content

Commit

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

---
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 Feb 26, 2024
1 parent a496f2d commit be52cf7
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 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 = "5.0.1"
async-recursion = "1.0.4"
async-recursion = "1.0.5"
colored = "2"
thiserror = "1.0"
chrono = { version = "0.4.26", features = ["serde"] }

0 comments on commit be52cf7

Please sign in to comment.