Skip to content

Commit 28c8524

Browse files
Bump async-recursion from 1.0.5 to 1.1.0
Bumps [async-recursion](https://github.com/dcchut/async-recursion) from 1.0.5 to 1.1.0. - [Release notes](https://github.com/dcchut/async-recursion/releases) - [Commits](dcchut/async-recursion@v1.0.5...v1.1.0) --- updated-dependencies: - dependency-name: async-recursion dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent a7a774a commit 28c8524

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Cargo.lock

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ path = "app/merge_app.rs"
2222

2323
[dependencies]
2424
anyhow = "1.0.81"
25-
async-recursion = "1.0.5"
25+
async-recursion = "1.1.0"
2626
async-stream = "0.3.5"
2727
async-trait = "0.1.79"
2828
base64 = "0.21.7"

0 commit comments

Comments
 (0)