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

chore(deps): update rust crate thiserror to 1.0.57 #187

Closed
wants to merge 1 commit into from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Dec 31, 2023

Mend Renovate

This PR contains the following updates:

Package Type Update Change
thiserror dependencies patch 1.0.38 -> 1.0.57

Release Notes

dtolnay/thiserror (thiserror)

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)

v1.0.50

Compare Source

  • Improve diagnostic when a #[source], #[from], or #[transparant] attribute refers to a type that has no std::error::Error impl (#​258, thanks @​de-vri-es)

v1.0.49

Compare Source

v1.0.48

Compare Source

  • Improve implementation of displaying Path values in a generated Display impl (#​251, thanks @​mina86)

v1.0.47

Compare Source

v1.0.46

Compare Source

  • Add bootstrap workaround to allow rustc to depend on thiserror (#​248, thanks @​RalfJung)

v1.0.45

Compare Source

v1.0.44

Compare Source

  • Documentation improvements

v1.0.43

Compare Source

v1.0.42

Compare Source

  • Fix compile error in derived Display impl if there was a nonstandard write! macro in scope (#​239)

v1.0.41

Compare Source


Configuration

📅 Schedule: Branch creation - "every weekend" (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.


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

This PR has been generated by Mend Renovate. View repository job log here.

Copy link
Contributor Author

renovate bot commented Dec 31, 2023

⚠ Artifact update problem

Renovate failed to update an artifact related to this branch. You probably do not want to merge this PR as-is.

♻ Renovate will retry this branch, including artifacts, only when one of the following happens:

  • any of the package files in this branch needs updating, or
  • the branch becomes conflicted, or
  • you click the rebase/retry checkbox if found above, or
  • you rename this PR's title to start with "rebase!" to trigger it manually

The artifact failure details are included below:

File name: src/services/chain-connector/modules/chain_connector/Cargo.lock
Command failed: cargo update --config net.git-fetch-with-cli=true --manifest-path src/services/chain-connector/modules/chain_connector/Cargo.toml --package [email protected] --precise 1.0.57
error: package ID specification `[email protected]` did not match any packages
Did you mean one of these?

  [email protected]

@renovate renovate bot force-pushed the renovate/thiserror-1.x branch from 45fd9bb to 86a46ba Compare January 2, 2024 07:51
@renovate renovate bot changed the title chore(deps): update rust crate thiserror to 1.0.53 chore(deps): update rust crate thiserror to 1.0.56 Jan 2, 2024
@renovate renovate bot force-pushed the renovate/thiserror-1.x branch 2 times, most recently from b671de9 to bd6d1c5 Compare January 12, 2024 11:06
@renovate renovate bot force-pushed the renovate/thiserror-1.x branch 2 times, most recently from 85acafc to 0ecf0c5 Compare January 22, 2024 17:35
@renovate renovate bot force-pushed the renovate/thiserror-1.x branch 2 times, most recently from 54a7095 to 99c18fb Compare January 22, 2024 17:52
@renovate renovate bot force-pushed the renovate/thiserror-1.x branch 2 times, most recently from 3991140 to 5528114 Compare January 23, 2024 21:00
@renovate renovate bot force-pushed the renovate/thiserror-1.x branch 5 times, most recently from a5ab7a0 to edb9d62 Compare February 3, 2024 16:18
@renovate renovate bot force-pushed the renovate/thiserror-1.x branch from edb9d62 to 2d792d0 Compare February 11, 2024 18:58
@renovate renovate bot changed the title chore(deps): update rust crate thiserror to 1.0.56 chore(deps): update rust crate thiserror to 1.0.57 Feb 11, 2024
@renovate renovate bot force-pushed the renovate/thiserror-1.x branch 5 times, most recently from 32ba095 to 8e23b6e Compare February 19, 2024 18:05
@renovate renovate bot force-pushed the renovate/thiserror-1.x branch from 8e23b6e to eefec6d Compare February 19, 2024 18:09
@folex folex closed this Feb 19, 2024
@folex folex deleted the renovate/thiserror-1.x branch February 19, 2024 18:11
Copy link
Contributor Author

renovate bot commented Feb 19, 2024

Renovate Ignore Notification

Because you closed this PR without merging, Renovate will ignore this update (1.0.57). You will get a PR once a newer version is released. To ignore this dependency forever, add it to the ignoreDeps array of your Renovate config.

If you accidentally closed this PR, or if you changed your mind: rename this PR to get a fresh replacement PR.

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.

1 participant