fix(deps): update rust crate derive_more to v2 #132

Open
renovate-bot wants to merge 1 commit from renovate/derive_more-2.x into master
Member

This PR contains the following updates:

Package Type Update Change
derive_more dependencies major 1 -> 2
derive_more dependencies major 0.99.17 -> 2.0.0

Release Notes

JelteF/derive_more (derive_more)

v2.0.1

Compare Source

Added
  • Add crate metadata for the Rust Playground. This makes sure that the Rust
    Playground will have all derive_more features available once
    selectors crate updates its
    derive_more version.
    (#​445)

v2.0.0

Compare Source

Breaking changes
  • use derive_more::SomeTrait now imports macro only. Importing macro with
    its trait along is possible now via use derive_more::with_trait::SomeTrait.
    (#​406)
  • Top-level #[display("...")] attribute on an enum now has defaulting behavior
    instead of replacing when no wrapping is possible (no _variant placeholder).
    (#​395)
Fixed
  • Associated types of type parameters not being treated as generics in Debug
    and Display expansions.
    (#​399)
  • unreachable_code warnings on generated code when ! (never type) is used.
    (#​404)
  • Ambiguous associated item error when deriving TryFrom, TryInto or FromStr
    with an associated item called Error or Err respectively.
    (#​410)
  • Top-level #[display("...")] attribute on an enum being incorrectly treated
    as transparent or wrapping.
    (#​395)
  • Omitted raw identifiers in Debug and Display expansions.
    (#​431)
  • Incorrect rendering of raw identifiers as field names in Debug expansions.
    (#​431)
  • Top-level #[display("...")] attribute on an enum not working transparently
    for directly specified fields.
    (#​438)
  • Incorrect dereferencing of unsized fields in Debug and Display expansions.
    (#​440)

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 these updates again.


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

This PR has been generated by Renovate Bot.

This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [derive_more](https://github.com/JelteF/derive_more) | dependencies | major | `1` -> `2` | | [derive_more](https://github.com/JelteF/derive_more) | dependencies | major | `0.99.17` -> `2.0.0` | --- ### Release Notes <details> <summary>JelteF/derive_more (derive_more)</summary> ### [`v2.0.1`](https://github.com/JelteF/derive_more/blob/HEAD/CHANGELOG.md#201---2025-02-03) [Compare Source](https://github.com/JelteF/derive_more/compare/v2.0.0...v2.0.1) ##### Added - Add crate metadata for the Rust Playground. This makes sure that the Rust Playground will have all `derive_more` features available once [`selectors`](https://docs.rs/selectors/latest/selectors) crate updates its `derive_more` version. ([#&#8203;445](https://github.com/JelteF/derive_more/pull/445)) ### [`v2.0.0`](https://github.com/JelteF/derive_more/blob/HEAD/CHANGELOG.md#200---2025-02-03) [Compare Source](https://github.com/JelteF/derive_more/compare/v1.0.0...v2.0.0) ##### Breaking changes - `use derive_more::SomeTrait` now imports macro only. Importing macro with its trait along is possible now via `use derive_more::with_trait::SomeTrait`. ([#&#8203;406](https://github.com/JelteF/derive_more/pull/406)) - Top-level `#[display("...")]` attribute on an enum now has defaulting behavior instead of replacing when no wrapping is possible (no `_variant` placeholder). ([#&#8203;395](https://github.com/JelteF/derive_more/pull/395)) ##### Fixed - Associated types of type parameters not being treated as generics in `Debug` and `Display` expansions. ([#&#8203;399](https://github.com/JelteF/derive_more/pull/399)) - `unreachable_code` warnings on generated code when `!` (never type) is used. ([#&#8203;404](https://github.com/JelteF/derive_more/pull/404)) - Ambiguous associated item error when deriving `TryFrom`, `TryInto` or `FromStr` with an associated item called `Error` or `Err` respectively. ([#&#8203;410](https://github.com/JelteF/derive_more/pull/410)) - Top-level `#[display("...")]` attribute on an enum being incorrectly treated as transparent or wrapping. ([#&#8203;395](https://github.com/JelteF/derive_more/pull/395)) - Omitted raw identifiers in `Debug` and `Display` expansions. ([#&#8203;431](https://github.com/JelteF/derive_more/pull/431)) - Incorrect rendering of raw identifiers as field names in `Debug` expansions. ([#&#8203;431](https://github.com/JelteF/derive_more/pull/431)) - Top-level `#[display("...")]` attribute on an enum not working transparently for directly specified fields. ([#&#8203;438](https://github.com/JelteF/derive_more/pull/438)) - Incorrect dereferencing of unsized fields in `Debug` and `Display` expansions. ([#&#8203;440](https://github.com/JelteF/derive_more/pull/440)) </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 these updates again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOS4xNjQuMSIsInVwZGF0ZWRJblZlciI6IjM5LjE2NC4xIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbInJlbm92YXRlLWJvdCJdfQ==-->
renovate-bot added the
renovate-bot
label 2025-02-10 05:12:46 +05:30
renovate-bot added 1 commit 2025-02-10 05:12:47 +05:30
fix(deps): update rust crate derive_more to v2
Some checks failed
renovate/artifacts Artifact file update failure
ci/woodpecker/push/woodpecker Pipeline failed
ci/woodpecker/pr/woodpecker Pipeline failed
0a19e727b6
Author
Member

⚠️ Artifact update problem

Renovate failed to update artifacts 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: Cargo.lock
Command failed: cargo update --config net.git-fetch-with-cli=true --manifest-path Cargo.toml --package derive_more@0.99.18 --precise 2.0.1
    Updating crates.io index
error: failed to select a version for the requirement `derive_more = "^0.99.8"`
candidate versions found which didn't match: 2.0.1
location searched: crates.io index
required by package `actix-web v4.9.0`
    ... which satisfies dependency `actix-web = "^4.5.1"` (locked to 4.9.0) of package `forgeflux v0.1.0 (/tmp/renovate-bot-cache/repos/gitea/ForgeFlux/ForgeFlux)`

File name: Cargo.lock
Command failed: cargo update --config net.git-fetch-with-cli=true --manifest-path web_ui/Cargo.toml --package derive_more@1.0.0 --precise 2.0.1
    Updating crates.io index
error: failed to select a version for the requirement `derive_more = "^1"`
candidate versions found which didn't match: 2.0.1
location searched: crates.io index
required by package `actix-identity v0.8.0`
    ... which satisfies dependency `actix-identity = "^0.8.0"` (locked to 0.8.0) of package `forgeflux v0.1.0 (/tmp/renovate-bot-cache/repos/gitea/ForgeFlux/ForgeFlux)`

### ⚠️ Artifact update problem Renovate failed to update artifacts 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: Cargo.lock ``` Command failed: cargo update --config net.git-fetch-with-cli=true --manifest-path Cargo.toml --package derive_more@0.99.18 --precise 2.0.1 Updating crates.io index error: failed to select a version for the requirement `derive_more = "^0.99.8"` candidate versions found which didn't match: 2.0.1 location searched: crates.io index required by package `actix-web v4.9.0` ... which satisfies dependency `actix-web = "^4.5.1"` (locked to 4.9.0) of package `forgeflux v0.1.0 (/tmp/renovate-bot-cache/repos/gitea/ForgeFlux/ForgeFlux)` ``` ##### File name: Cargo.lock ``` Command failed: cargo update --config net.git-fetch-with-cli=true --manifest-path web_ui/Cargo.toml --package derive_more@1.0.0 --precise 2.0.1 Updating crates.io index error: failed to select a version for the requirement `derive_more = "^1"` candidate versions found which didn't match: 2.0.1 location searched: crates.io index required by package `actix-identity v0.8.0` ... which satisfies dependency `actix-identity = "^0.8.0"` (locked to 0.8.0) of package `forgeflux v0.1.0 (/tmp/renovate-bot-cache/repos/gitea/ForgeFlux/ForgeFlux)` ```
renovate-bot force-pushed renovate/derive_more-2.x from 0a19e727b6 to a3e90b6a7d 2025-04-03 12:01:52 +05:30 Compare
Some checks failed
renovate/artifacts Artifact file update failure
ci/woodpecker/push/woodpecker Pipeline failed
ci/woodpecker/pr/woodpecker Pipeline failed
This pull request can be merged automatically.
This branch is out-of-date with the base branch
You are not authorized to merge this pull request.
View command line instructions

Checkout

From your project repository, check out a new branch and test the changes.
git fetch -u origin renovate/derive_more-2.x:renovate/derive_more-2.x
git checkout renovate/derive_more-2.x

Merge

Merge the changes and update on Forgejo.

Warning: The "Autodetect manual merge" setting is not enabled for this repository, you will have to mark this pull request as manually merged afterwards.

git checkout master
git merge --no-ff renovate/derive_more-2.x
git checkout renovate/derive_more-2.x
git rebase master
git checkout master
git merge --ff-only renovate/derive_more-2.x
git checkout renovate/derive_more-2.x
git rebase master
git checkout master
git merge --no-ff renovate/derive_more-2.x
git checkout master
git merge --squash renovate/derive_more-2.x
git checkout master
git merge --ff-only renovate/derive_more-2.x
git checkout master
git merge renovate/derive_more-2.x
git push origin master
Sign in to join this conversation.
No reviewers
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: ForgeFlux/ForgeFlux#132
No description provided.