Skip to content

Commit

Permalink
Update Rust crate async-recursion to 1.1.1 (#23955)
Browse files Browse the repository at this point in the history
This PR contains the following updates:

| Package | Type | Update | Change |
|---|---|---|---|
| [async-recursion](https://togithub.com/dcchut/async-recursion) | workspace.dependencies | minor | `1.0.5` -> `1.1.1` |

---

### Release Notes

<details>
<summary>dcchut/async-recursion (async-recursion)</summary>

### [`v1.1.1`](https://togithub.com/dcchut/async-recursion/releases/tag/v1.1.1)

[Compare Source](https://togithub.com/dcchut/async-recursion/compare/v1.1.0...v1.1.1)

#### What's Changed

-   Fix incorrect syn features by [@&#8203;dcchut](https://togithub.com/dcchut) in [dcchut/async-recursion#44

**Full Changelog**: dcchut/async-recursion@v1.1.0...v1.1.1

### [`v1.1.0`](https://togithub.com/dcchut/async-recursion/releases/tag/v1.1.0)

[Compare Source](https://togithub.com/dcchut/async-recursion/compare/v1.0.5...v1.1.0)

#### What's Changed

-   fix(docs): Add missing word in comment (follow-up to [#&#8203;30](https://togithub.com/dcchut/async-recursion/issues/30)) by [@&#8203;LeoniePhiline](https://togithub.com/LeoniePhiline) in [dcchut/async-recursion#31
-   Added lifetime bounds to nested references (fixes [#&#8203;34](https://togithub.com/dcchut/async-recursion/issues/34), [#&#8203;37](https://togithub.com/dcchut/async-recursion/issues/37)) in [dcchut/async-recursion#38
-   Added support for `Sync` argument (thanks [@&#8203;planetoryd](https://togithub.com/planetoryd)) in [dcchut/async-recursion#40

#### New Contributors

-   [@&#8203;LeoniePhiline](https://togithub.com/LeoniePhiline) made their first contribution in [dcchut/async-recursion#31

**Full Changelog**: dcchut/async-recursion@v1.0.5...v1.1.0

</details>

---

### Configuration

📅 **Schedule**: Branch creation - "every weekday after 5pm and before 8pm" in timezone America/Los_Angeles, 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/get-convex/convex).

GitOrigin-RevId: 4f5260c40f9e44a3710159f667c2f4d002bddbf6
  • Loading branch information
renovate[bot] authored and Convex, Inc committed May 14, 2024
1 parent 15b84b8 commit 06ad45e
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 @@ -7,7 +7,7 @@ exclude = [ "crates/fivetran_source", "crates/py_client", "crates/python_client_
anyhow = "1"
async-broadcast = "0.7.0"
async-channel = "1.9.0"
async-recursion = "1.0.5"
async-recursion = "1.1.1"
async-trait = "0.1"
async_zip = { version = "0.0.9", default-features = false, features = [ "zstd", "deflate" ] }
csv-async = "1.2"
Expand Down

0 comments on commit 06ad45e

Please sign in to comment.