Skip to content

Commit b60fd69

Browse files
Merge #432
432: chore(deps): update rust crate trybuild to 1.0.85 r=samueltardieu a=renovate[bot] [![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [trybuild](https://togithub.com/dtolnay/trybuild) | dev-dependencies | patch | `1.0.82` -> `1.0.85` | --- ### Release Notes <details> <summary>dtolnay/trybuild (trybuild)</summary> ### [`v1.0.85`](https://togithub.com/dtolnay/trybuild/releases/tag/1.0.85) [Compare Source](https://togithub.com/dtolnay/trybuild/compare/1.0.84...1.0.85) - Set thread name to produce better message on panic ([#&#8203;243](https://togithub.com/dtolnay/trybuild/issues/243), [#&#8203;244](https://togithub.com/dtolnay/trybuild/issues/244)) ### [`v1.0.84`](https://togithub.com/dtolnay/trybuild/releases/tag/1.0.84) [Compare Source](https://togithub.com/dtolnay/trybuild/compare/1.0.83...1.0.84) - Stabilize usage of Cargo's `--keep-going` build mode, which parallelizes test compilation for a significant speedup ([https://github.com/rust-lang/cargo/pull/12568](https://togithub.com/rust-lang/cargo/pull/12568), [#&#8203;240](https://togithub.com/dtolnay/trybuild/issues/240)) ### [`v1.0.83`](https://togithub.com/dtolnay/trybuild/releases/tag/1.0.83) [Compare Source](https://togithub.com/dtolnay/trybuild/compare/1.0.82...1.0.83) - Improve normalization of code blocks after 'help:' ([#&#8203;238](https://togithub.com/dtolnay/trybuild/issues/238)) </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://developer.mend.io/github/samueltardieu/pathfinding). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNi45Ny4xIiwidXBkYXRlZEluVmVyIjoiMzYuOTcuMSIsInRhcmdldEJyYW5jaCI6Im1haW4ifQ==--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2 parents 4ef79e5 + 09609cb commit b60fd69

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ rand_xorshift = "0.3.0"
4141
# Not a real dependency, but needed since criterion 0.4.0
4242
# does not compile anymore as of 2022-10-03.
4343
regex = "1.7.1"
44-
trybuild = "1.0.82"
44+
trybuild = "1.0.85"
4545

4646
[[bench]]
4747
name = "algos"

0 commit comments

Comments
 (0)