Skip to content

Commit d6d052e

Browse files
Update Rust crate async-recursion to 1.0.5 (#15)
[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [async-recursion](https://togithub.com/dcchut/async-recursion) | workspace.dependencies | patch | `1.0.2` -> `1.0.5` | --- ### Release Notes <details> <summary>dcchut/async-recursion (async-recursion)</summary> ### [`v1.0.5`](https://togithub.com/dcchut/async-recursion/releases/tag/v1.0.5) [Compare Source](https://togithub.com/dcchut/async-recursion/compare/v1.0.4...v1.0.5) #### What's Changed - Update test error output by [@&#8203;dcchut](https://togithub.com/dcchut) in [https://github.com/dcchut/async-recursion/pull/28](https://togithub.com/dcchut/async-recursion/pull/28) - Attempt to handle references from macro_rules by [@&#8203;dcchut](https://togithub.com/dcchut) in [https://github.com/dcchut/async-recursion/pull/30](https://togithub.com/dcchut/async-recursion/pull/30) **Full Changelog**: dcchut/async-recursion@v1.0.4...v1.0.5 ### [`v1.0.4`](https://togithub.com/dcchut/async-recursion/releases/tag/v1.0.4) [Compare Source](https://togithub.com/dcchut/async-recursion/compare/v1.0.3...v1.0.4) - Fix crate documentation to match README ### [`v1.0.3`](https://togithub.com/dcchut/async-recursion/releases/tag/v1.0.3) [Compare Source](https://togithub.com/dcchut/async-recursion/compare/v1.0.2...v1.0.3) - Update syn dependency to 2.x </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] If you want to rebase/retry this PR, check this box --- This PR has been generated by [Mend Renovate](https://www.mend.io/free-developer-tools/renovate/). View repository job log [here](https://developer.mend.io/github/sammyfilly/Nextjs).
1 parent 30dadc5 commit d6d052e

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
@@ -78,7 +78,7 @@ async-compression = { version = "0.3.13", default-features = false, features = [
7878
"gzip",
7979
"tokio",
8080
] }
81-
async-recursion = "1.0.2"
81+
async-recursion = "1.0.5"
8282
async-trait = "0.1.64"
8383
atty = "0.2.14"
8484
chrono = "0.4.23"

0 commit comments

Comments
 (0)