grapevine/src/api/client_server
Charles Hall c24f79b79b
update rust deps except rocksdb and otel clownery
* OTel v0.25.0 requires downgrading Tokio to 1.38 [0]
* They have a fix for this but aren't cutting a release just for release
  schedule reasons [1]
* Prometheus support (at least for server-pull) was dropped at OTel
  v0.23 and isn't planned to be picked up again until OTel v1 [2]
* No real reasoning was provided for this decision AFAICT [3] [4]
* So many compiler errors
* Unhelpful changelogs

The last two points are what made me give up on trying to upgrade to
OTel v0.24 too.

RocksDB isn't updated because we'd need to update our nixpkgs too but
that causes other problems, such as an upstream bug in liburing when
building for musl.

[0]: https://github.com/open-telemetry/opentelemetry-rust/issues/2094
[1]: https://github.com/open-telemetry/opentelemetry-rust/issues/2094#issuecomment-2346834030
[2]: https://docs.rs/opentelemetry-prometheus/0.17.0/opentelemetry_prometheus/index.html
[3]: https://github.com/open-telemetry/opentelemetry-rust/pull/1792
[4]: https://github.com/open-telemetry/opentelemetry-rust/pull/1792#issuecomment-2121514344
2024-09-23 14:22:55 -07:00
..
account.rs Update MSRV to 1.81.0 2024-09-08 09:54:08 -07:00
alias.rs refuse admin room alias changes unless admin bot 2024-06-12 18:36:55 -07:00
backup.rs rename Ruma to Ar 2024-05-19 19:04:20 -07:00
capabilities.rs chore: deprecate support for unstable room versions 2024-08-12 06:18:28 +02:00
config.rs rename Ruma to Ar 2024-05-19 19:04:20 -07:00
context.rs Update MSRV to 1.81.0 2024-09-08 09:54:08 -07:00
device.rs enable assigning_clones lint 2024-05-26 19:47:00 -07:00
directory.rs fix api/client_server/directory events 2024-07-16 11:12:07 -07:00
filter.rs rename Ruma to Ar 2024-05-19 19:04:20 -07:00
keys.rs changelog entry for remote device key query logging 2024-08-11 16:39:08 -07:00
media.rs use OwnedMxcUri in media service 2024-09-15 00:32:17 -07:00
membership.rs update rust deps except rocksdb and otel clownery 2024-09-23 14:22:55 -07:00
message.rs Update MSRV to 1.81.0 2024-09-08 09:54:08 -07:00
profile.rs Use TokenSet for roomid_mutex_state 2024-07-22 18:07:03 +00:00
push.rs rename Ruma to Ar 2024-05-19 19:04:20 -07:00
read_marker.rs rename Ruma to Ar 2024-05-19 19:04:20 -07:00
redact.rs Use TokenSet for roomid_mutex_state 2024-07-22 18:07:03 +00:00
relations.rs upgrade all cargo dependencies 2024-05-26 19:47:00 -07:00
report.rs rename Ruma to Ar 2024-05-19 19:04:20 -07:00
room.rs chore: deprecate support for unstable room versions 2024-08-12 06:18:28 +02:00
search.rs Add PduId wrapper struct 2024-09-06 17:20:14 +00:00
session.rs fix api/client_server/session events 2024-07-16 11:12:08 -07:00
space.rs rename Ruma to Ar 2024-05-19 19:04:20 -07:00
state.rs Use TokenSet for roomid_mutex_state 2024-07-22 18:07:03 +00:00
sync.rs Update MSRV to 1.81.0 2024-09-08 09:54:08 -07:00
tag.rs rename Ruma to Ar 2024-05-19 19:04:20 -07:00
thirdparty.rs rename Ruma to Ar 2024-05-19 19:04:20 -07:00
threads.rs rename Ruma to Ar 2024-05-19 19:04:20 -07:00
to_device.rs Properly type stored EDUs 2024-09-06 17:20:14 +00:00
typing.rs upgrade all cargo dependencies 2024-05-26 19:47:00 -07:00
unversioned.rs client_server: use and provide authenticated media API 2024-09-01 09:42:45 +00:00
user_directory.rs Update MSRV to 1.81.0 2024-09-08 09:54:08 -07:00
voip.rs rename Ruma to Ar 2024-05-19 19:04:20 -07:00