update rust dependencies

Except OTel stuff, as usual.

The main point is to bump `ruma-state-res` for a state resolution fix.
This commit is contained in:
Charles Hall 2024-11-16 15:22:23 -08:00
parent 7fc8f224eb
commit af15f0c596
No known key found for this signature in database
GPG key ID: 7B8E0645816E07CF
3 changed files with 418 additions and 111 deletions

View file

@ -115,7 +115,8 @@ This will be the first release of Grapevine since it was forked from Conduit
[!56](https://gitlab.computer.surgery/matrix/grapevine/-/merge_requests/56),
[!69](https://gitlab.computer.surgery/matrix/grapevine/-/merge_requests/69),
[!102](https://gitlab.computer.surgery/matrix/grapevine/-/merge_requests/102),
[!127](https://gitlab.computer.surgery/matrix/grapevine/-/merge_requests/127))
[!127](https://gitlab.computer.surgery/matrix/grapevine/-/merge_requests/127),
[!141](https://gitlab.computer.surgery/matrix/grapevine/-/merge_requests/141))
4. Stop returning unnecessary member counts from `/_matrix/client/{r0,v3}/sync`.
([!12](https://gitlab.computer.surgery/matrix/grapevine/-/merge_requests/12))
5. **BREAKING:** Allow federation by default.
@ -201,6 +202,9 @@ This will be the first release of Grapevine since it was forked from Conduit
20. Fix handling of v11 rooms with `m.room.create` event content that passes
the authorization rules but doesn't match other parts of the spec.
([!139](https://gitlab.computer.surgery/matrix/grapevine/-/merge_requests/139))
21. Fix tiebreaking comparisons between events during state resolution. This
will reduce the rate at which servers disagree about the state of rooms.
([!141](https://gitlab.computer.surgery/matrix/grapevine/-/merge_requests/141))
### Added