Update Rust crate ruma to 0.13.0 #88

Merged
renovate merged 1 commits from renovate/ruma-0.x into master 2025-09-04 00:28:51 +00:00
Collaborator

This PR contains the following updates:

Package Type Update Change
ruma (source) dependencies minor 0.12.6 -> 0.13.0

Release Notes

ruma/ruma (ruma)

v0.13.0: ruma 0.13.0

Compare Source

  • The deprecated global compat cargo feature was removed. The compat-* cargo features need to be enabled individually.
  • The unstable-unspecified cargo feature was removed.
  • ruma-client is not reexported by ruma anymore, it lives as its own separate crate. All the corresponding features were removed.
  • ruma-server-util was merged into ruma-federation-api. The corresponding feature was removed. XMatrix is available in the api::federation::authentication module.
  • Bump MSRV to 1.82

Please refer to the changelogs of:

  • ruma-appservice-api 0.13.0
  • ruma-client-api 0.21.0
  • ruma-common 0.16.0
  • ruma-events 0.31.0
  • ruma-federation-api 0.12.0
  • ruma-identifiers-validation 0.11.0
  • ruma-identity-service-api 0.12.0
  • ruma-signatures 0.18.0
  • ruma-state-res 0.14.0

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Enabled.

Rebasing: Whenever PR is behind base branch, 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 Renovate Bot.

This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [ruma](https://ruma.dev/) ([source](https://github.com/ruma/ruma)) | dependencies | minor | `0.12.6` -> `0.13.0` | --- ### Release Notes <details> <summary>ruma/ruma (ruma)</summary> ### [`v0.13.0`](https://github.com/ruma/ruma/releases/tag/ruma-0.13.0): ruma 0.13.0 [Compare Source](https://github.com/ruma/ruma/compare/ruma-0.12.6...ruma-0.13.0) - The deprecated global `compat` cargo feature was removed. The `compat-*` cargo features need to be enabled individually. - The `unstable-unspecified` cargo feature was removed. - ruma-client is not reexported by ruma anymore, it lives as its own separate crate. All the corresponding features were removed. - ruma-server-util was merged into ruma-federation-api. The corresponding feature was removed. `XMatrix` is available in the `api::federation::authentication` module. - Bump MSRV to 1.82 Please refer to the changelogs of: - ruma-appservice-api 0.13.0 - ruma-client-api 0.21.0 - ruma-common 0.16.0 - ruma-events 0.31.0 - ruma-federation-api 0.12.0 - ruma-identifiers-validation 0.11.0 - ruma-identity-service-api 0.12.0 - ruma-signatures 0.18.0 - ruma-state-res 0.14.0 </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **Rebasing**: Whenever PR is behind base branch, 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 [Renovate Bot](https://github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0MS45Ni4wIiwidXBkYXRlZEluVmVyIjoiNDEuOTYuMCIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6W119-->
renovate added 1 commit 2025-09-04 00:28:50 +00:00
Update Rust crate ruma to 0.13.0
Some checks failed
renovate/artifacts Artifact file update failure
continuous-integration/drone/push Build is failing
continuous-integration/drone/pr Build is failing
fddd9d011a
renovate scheduled this pull request to auto merge when all checks succeed 2025-09-04 00:28:50 +00:00
Author
Collaborator

⚠️ 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: Cargo.lock
Command failed: cargo update --config net.git-fetch-with-cli=true --manifest-path Cargo.toml --workspace
    Updating crates.io index
error: failed to select a version for `ruma`.
    ... required by package `matrix_gateway v0.1.0 (/tmp/renovate/repos/gitea/pierre/MatrixGW)`
versions that meet the requirements `^0.13.0` are: 0.13.0

package `matrix_gateway` depends on `ruma` with feature `client-ext-client-api` but `ruma` does not have that feature.


failed to select a version for `ruma` which could resolve this conflict

### ⚠️ 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: Cargo.lock ``` Command failed: cargo update --config net.git-fetch-with-cli=true --manifest-path Cargo.toml --workspace Updating crates.io index error: failed to select a version for `ruma`. ... required by package `matrix_gateway v0.1.0 (/tmp/renovate/repos/gitea/pierre/MatrixGW)` versions that meet the requirements `^0.13.0` are: 0.13.0 package `matrix_gateway` depends on `ruma` with feature `client-ext-client-api` but `ruma` does not have that feature. failed to select a version for `ruma` which could resolve this conflict ```
renovate merged commit 08c2009421 into master 2025-09-04 00:28:51 +00:00
renovate deleted branch renovate/ruma-0.x 2025-09-04 00:28:51 +00:00
Sign in to join this conversation.
No Reviewers
No Label
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: pierre/MatrixGW#88
No description provided.