Skip to content

Commit

Permalink
Update Rust crate async-recursion to 1.0.5 (#15)
Browse files Browse the repository at this point in the history
[![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 [dcchut/async-recursion#28
-   Attempt to handle references from macro_rules by [@&#8203;dcchut](https://togithub.com/dcchut) in [dcchut/async-recursion#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).
  • Loading branch information
renovate[bot] committed Sep 21, 2023
1 parent 30dadc5 commit d6d052e
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 Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ async-compression = { version = "0.3.13", default-features = false, features = [
"gzip",
"tokio",
] }
async-recursion = "1.0.2"
async-recursion = "1.0.5"
async-trait = "0.1.64"
atty = "0.2.14"
chrono = "0.4.23"
Expand Down

0 comments on commit d6d052e

Please sign in to comment.