Skip to content

Commit

Permalink
Update Rust crate trybuild to 1.0.77 (#2050)
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 |
|---|---|---|---|
| [trybuild](https://github.com/dtolnay/trybuild) | dev-dependencies | patch | `1.0.76` -> `1.0.77` |

---

### Release Notes

<details>
<summary>dtolnay/trybuild</summary>

### [`v1.0.77`](https://github.com/dtolnay/trybuild/compare/1.0.76...1.0.77)

[Compare Source](https://github.com/dtolnay/trybuild/compare/1.0.76...1.0.77)

</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 11, 2023
1 parent 1294814 commit 0eaf6bd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libs/error-stack/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ spin = { version = "0.9", default-features = false, optional = true, features =
serde = { version = "1.0.152", features = ["derive"] }
serde_json = "1.0.91"
futures = { version = "0.3.25", default-features = false, features = ["executor"] }
trybuild = "1.0.76"
trybuild = "1.0.77"
tracing = "0.1.37"
tracing-subscriber = "0.3.16"
insta = { version = "1.26.0", features = ['filters', 'ron'] }
Expand Down

0 comments on commit 0eaf6bd

Please sign in to comment.