Skip to content

build(deps): bump matrix-sdk from 0.17.0 to 0.18.0#23

Merged
ErrorNoInternet merged 1 commit into
mainfrom
dependabot/cargo/matrix-sdk-0.18.0
Jun 3, 2026
Merged

build(deps): bump matrix-sdk from 0.17.0 to 0.18.0#23
ErrorNoInternet merged 1 commit into
mainfrom
dependabot/cargo/matrix-sdk-0.18.0

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot Bot commented on behalf of github Jun 3, 2026

Bumps matrix-sdk from 0.17.0 to 0.18.0.

Release notes

Sourced from matrix-sdk's releases.

matrix-sdk 0.18.0

What's Changed

Added

  • Add Client::tile_server and a TileServerInfo struct to expose the homeserver-advertised map tile server (tile_server field of the matrix client well-known, MSC3488). Returns None when the homeserver hasn't advertised one or the well-known is unavailable. (#6610)

Changed

  • [breaking] RumaApiError is now a type alias for UiaaResponse, because they have similar variants containing the same data. The ClientApi variant is now MatrixError, and the Uiaa variant is AuthResponse. (#6574)
  • [breaking] Pusher::set now takes an append: bool parameter, forwarded to the homeserver on POST /_matrix/client/v3/pushers/set. Pass true to keep an existing pusher with the same app_id and pushkey registered for other users (e.g. multi-profile clients on a single device); pass false to preserve the previous default behaviour. (#6600)

Fixed

  • Upgrade Ruma to 0.16.0, fixing a deserialization issue for m.key.verification.accept events. (#6628)
  • A cyclic reference of Client has been detected in ThreadSubscriptionCatchup, preventing Client to drop correctly. This is now fixed, removing a memory leak about Client. (#6594)
  • Fix a panic due to non-deterministic sorting of pinned events. (#6595)
Commits
  • 1c44fb6 chore: Release matrix-sdk version 0.18.0
  • 56797cb chore: Move some changelog fragments to the correct folder
  • cee9dc0 chore: Fix the category of a changelog fragment
  • 3a9fd9f Upgrade Ruma
  • c0fde33 chore: Remove an unused cargo-deny git exception
  • abbb580 chore: Bump our rmp version in the lock file
  • 44104f6 chore: Bump our rand versions in the lock file
  • e4c55a7 chore(search): Bump tantivy
  • 9f0471d refactor(multiverse): move to ratatui 0.30.0
  • 3a44b50 docs: changelog added
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [matrix-sdk](https://github.com/matrix-org/matrix-rust-sdk) from 0.17.0 to 0.18.0.
- [Release notes](https://github.com/matrix-org/matrix-rust-sdk/releases)
- [Changelog](https://github.com/matrix-org/matrix-rust-sdk/blob/main/release.toml)
- [Commits](matrix-org/matrix-rust-sdk@matrix-sdk-0.17.0...matrix-sdk-0.18.0)

---
updated-dependencies:
- dependency-name: matrix-sdk
  dependency-version: 0.18.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file rust Pull requests that update rust code labels Jun 3, 2026
@ErrorNoInternet ErrorNoInternet merged commit a551489 into main Jun 3, 2026
18 checks passed
@dependabot dependabot Bot deleted the dependabot/cargo/matrix-sdk-0.18.0 branch June 3, 2026 13:24
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file rust Pull requests that update rust code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant