Skip to content

Commit 94bd1b8

Browse files
authored
fix(deps): update rust crate trybuild to 1.0.110 (#92)
This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [trybuild](https://redirect.github.com/dtolnay/trybuild) | workspace.dependencies | patch | `1.0.106` -> `1.0.110` | --- ### Release Notes <details> <summary>dtolnay/trybuild (trybuild)</summary> ### [`v1.0.110`](https://redirect.github.com/dtolnay/trybuild/releases/tag/1.0.110) [Compare Source](https://redirect.github.com/dtolnay/trybuild/compare/1.0.109...1.0.110) - Fix permissions\_set\_readonly\_false warning ([#&#8203;312](https://redirect.github.com/dtolnay/trybuild/issues/312)) ### [`v1.0.109`](https://redirect.github.com/dtolnay/trybuild/releases/tag/1.0.109) [Compare Source](https://redirect.github.com/dtolnay/trybuild/compare/1.0.108...1.0.109) - Support read-only Cargo.lock files ([#&#8203;310](https://redirect.github.com/dtolnay/trybuild/issues/310), thanks [@&#8203;MingweiSamuel](https://redirect.github.com/MingweiSamuel)) ### [`v1.0.108`](https://redirect.github.com/dtolnay/trybuild/releases/tag/1.0.108) [Compare Source](https://redirect.github.com/dtolnay/trybuild/compare/1.0.107...1.0.108) - More right-aligned line number fixes ([#&#8203;309](https://redirect.github.com/dtolnay/trybuild/issues/309)) ### [`v1.0.107`](https://redirect.github.com/dtolnay/trybuild/releases/tag/1.0.107) [Compare Source](https://redirect.github.com/dtolnay/trybuild/compare/1.0.106...1.0.107) - Recognize right aligned line numbers ([#&#8203;308](https://redirect.github.com/dtolnay/trybuild/issues/308), [rust-lang/rust#144609](https://redirect.github.com/rust-lang/rust/pull/144609)) </details> --- ### Configuration 📅 **Schedule**: Branch creation - Between 12:00 AM and 05:59 AM, on day 24 of the month ( * 0-5 24 * * ) (UTC), 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 was generated by [Mend Renovate](https://mend.io/renovate/). View the [repository job log](https://developer.mend.io/github/jerus-org/captval). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0MS44MS4yIiwidXBkYXRlZEluVmVyIjoiNDEuODIuNyIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOltdfQ==-->
2 parents 3726592 + b6bf550 commit 94bd1b8

File tree

3 files changed

+5
-3
lines changed

3 files changed

+5
-3
lines changed

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
4343
- deps: update rust crate serde_json to 1.0.143(pr [#89])
4444
- deps: update rust crate syn to 2.0.106(pr [#90])
4545
- deps: update rust crate thiserror to 2.0.16(pr [#91])
46+
- deps: update rust crate trybuild to 1.0.110(pr [#92])
4647

4748
## [0.1.2] - 2025-05-15
4849

@@ -208,6 +209,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
208209
[#89]: https://github.com/jerus-org/captval/pull/89
209210
[#90]: https://github.com/jerus-org/captval/pull/90
210211
[#91]: https://github.com/jerus-org/captval/pull/91
212+
[#92]: https://github.com/jerus-org/captval/pull/92
211213
[Unreleased]: https://github.com/jerus-org/captval/compare/v0.1.2...HEAD
212214
[0.1.2]: https://github.com/jerus-org/captval/compare/v0.1.0...v0.1.2
213215
[0.1.0]: https://github.com/jerus-org/captval/releases/tag/v0.1.0

Cargo.lock

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ tracing-bunyan-formatter = "0.3.10"
4242
tracing-log = "0.2.0"
4343
tracing-subscriber = "0.3.19"
4444
tracing-test = "0.2.5"
45-
trybuild = "1.0.106"
45+
trybuild = "1.0.110"
4646
wiremock = "0.6.4"
4747
wasm-bindgen-test = "0.3.50"
4848

0 commit comments

Comments
 (0)