Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update Rust crate thiserror to v1.0.68 #4

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented May 6, 2024

This PR contains the following updates:

Package Type Update Change
thiserror dependencies patch 1.0.50 -> 1.0.68

Release Notes

dtolnay/thiserror (thiserror)

v1.0.68

Compare Source

  • Handle incomplete expressions more robustly in format arguments, such as while code is being typed (#​341, #​344)

v1.0.67

Compare Source

v1.0.66

Compare Source

  • Improve compile error on malformed format attribute (#​327)

v1.0.65

Compare Source

  • Ensure OUT_DIR is left with deterministic contents after build script execution (#​325)

v1.0.64

Compare Source

v1.0.63

Compare Source

  • Documentation improvements

v1.0.62

Compare Source

  • Support referring to nested tuple struct fields inside #[error("…", …)] attribute (#​309)

v1.0.61

Compare Source

  • Use core::fmt and core::panic to facilitate error_in_core support (#​299, thanks @​jordens)

v1.0.60

Compare Source

  • Resolve unexpected_cfgs warning (#​298)

v1.0.59

Compare Source

  • Unblock testing of rustc debug-fmt-detail option (#​297)

v1.0.58

Compare Source

  • Make backtrace support available when using -Dwarnings (#​292)

v1.0.57

Compare Source

  • Generate more efficient Display impl for error message which do not contain any interpolated value (#​286, thanks @​nyurik)

v1.0.56

Compare Source

  • Update proc-macro2 to fix caching issue when using a rustc-wrapper such as sccache

v1.0.55

Compare Source

  • Work around improperly cached build script result by sccache – second attempt (#​280)

v1.0.54

Compare Source

  • Work around improperly cached build script result by sccache – first attempt (#​279)

v1.0.53

Compare Source

  • Reduce spurious rebuilds under RustRover IDE when using a nightly toolchain (#​270)

v1.0.52

Compare Source

  • Fix interaction with RUSTC_BOOTSTRAP (#​269)

v1.0.51

Compare Source

  • Improve diagnostics when an invalid attribute previously caused thiserror to generate no Error impl (#​266)

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.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

Copy link

codecov bot commented May 6, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 96.33%. Comparing base (c305ec2) to head (56c0776).

Additional details and impacted files
@@            Coverage Diff             @@
##             main       #4      +/-   ##
==========================================
- Coverage   96.36%   96.33%   -0.03%     
==========================================
  Files          14       14              
  Lines         275      273       -2     
==========================================
- Hits          265      263       -2     
  Misses         10       10              

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@renovate renovate bot force-pushed the renovate/thiserror-1.x-lockfile branch from 0103405 to b33c08d Compare May 9, 2024 05:50
@renovate renovate bot changed the title Update Rust crate thiserror to v1.0.59 Update Rust crate thiserror to v1.0.60 May 9, 2024
@renovate renovate bot changed the title Update Rust crate thiserror to v1.0.60 Update Rust crate thiserror to v1.0.61 May 22, 2024
@renovate renovate bot force-pushed the renovate/thiserror-1.x-lockfile branch from b33c08d to d7c1319 Compare May 22, 2024 23:49
@renovate renovate bot force-pushed the renovate/thiserror-1.x-lockfile branch from d7c1319 to 6925848 Compare July 12, 2024 03:00
@renovate renovate bot changed the title Update Rust crate thiserror to v1.0.61 Update Rust crate thiserror to v1.0.62 Jul 12, 2024
@renovate renovate bot force-pushed the renovate/thiserror-1.x-lockfile branch from 6925848 to 54839ea Compare July 19, 2024 23:34
@renovate renovate bot changed the title Update Rust crate thiserror to v1.0.62 Update Rust crate thiserror to v1.0.63 Jul 19, 2024
@renovate renovate bot changed the title Update Rust crate thiserror to v1.0.63 Update Rust crate thiserror to v1.0.64 Sep 23, 2024
@renovate renovate bot force-pushed the renovate/thiserror-1.x-lockfile branch from 54839ea to 7eb450e Compare September 23, 2024 02:59
@renovate renovate bot changed the title Update Rust crate thiserror to v1.0.64 Update Rust crate thiserror to v1.0.65 Oct 22, 2024
@renovate renovate bot force-pushed the renovate/thiserror-1.x-lockfile branch from 7eb450e to 3c2894e Compare October 22, 2024 23:51
@renovate renovate bot force-pushed the renovate/thiserror-1.x-lockfile branch from 3c2894e to 05b8b9d Compare November 1, 2024 02:55
@renovate renovate bot changed the title Update Rust crate thiserror to v1.0.65 Update Rust crate thiserror to v1.0.66 Nov 1, 2024
@renovate renovate bot changed the title Update Rust crate thiserror to v1.0.66 Update Rust crate thiserror to v1.0.68 Nov 4, 2024
@renovate renovate bot force-pushed the renovate/thiserror-1.x-lockfile branch from 05b8b9d to 56c0776 Compare November 4, 2024 23:37
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants