matrix-org / rust-synapse-compress-state

A tool to compress some state in a Synapse instance's database
https://pypi.org/project/synapse-auto-compressor/
Apache License 2.0
142 stars 32 forks source link

Update dependencies, use tikv-jemallocator #73

Closed heftig closed 2 years ago

heftig commented 2 years ago

Update all dependencies.

Replace jemallocator with tikv-jemallocator as the former is unmaintained.

heftig commented 2 years ago

tikv-jemallocator is used by rustc itself, in case you're unsure whether to trust it.

https://github.com/rust-lang/rust/blob/ed937594d3912ced11f6f35a90bb8bf591909d2a/compiler/rustc/Cargo.toml#L18-L20

heftig commented 2 years ago

Is something blocking this from getting merged?

squahtx commented 2 years ago

Looks like this PR fell through the cracks. Sorry about that! I've given the Synapse team a nudge to look at it