Skip to content

Commit

Permalink
Update Rust crate async-trait to 0.1.64 (#2049)
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-trait](https://togithub.com/dtolnay/async-trait) | dependencies | patch | `0.1.63` -> `0.1.64` |

---

### Release Notes

<details>
<summary>dtolnay/async-trait</summary>

### [`v0.1.64`](https://togithub.com/dtolnay/async-trait/releases/tag/0.1.64)

[Compare Source](https://togithub.com/dtolnay/async-trait/compare/0.1.63...0.1.64)

-   Suppress async_yields_async clippy correctness lint in generated code ([#&#8203;236](https://togithub.com/dtolnay/async-trait/issues/236), [#&#8203;237](https://togithub.com/dtolnay/async-trait/issues/237))

</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.

---

 - [ ] <!-- rebase-check -->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://app.renovatebot.com/dashboard#github/hashintel/hash).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNC4xMjQuMiIsInVwZGF0ZWRJblZlciI6IjM0LjEyNC4yIn0=-->
  • Loading branch information
renovate[bot] authored Feb 10, 2023
1 parent 7b6a8ce commit aa051da
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/hash-graph/lib/graph/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ description = "HASH Graph API"
[dependencies]
type-fetcher = { path = "../type-fetcher", optional = true }

async-trait = "0.1.63"
async-trait = "0.1.64"
axum = "0.6.3"
bb8-postgres = "0.8.1"
clap = { version = "4.1.4", features = ["derive", "env"], optional = true }
Expand Down

0 comments on commit aa051da

Please sign in to comment.