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

Pin state-map dependency on latest commit #143

Closed Erethon closed 3 months ago

Erethon commented 3 months ago

Given how rust-matrix-state-map hasn't had an update in six years and all other dependencies of this software are pinned, I think it's safe and a good idea to pin this version too. This will also help with packaging efforts downstream, for example in https://github.com/NixOS/nixpkgs/pull/303704.

Erethon commented 3 months ago

I forgot to update Cargo.lock initially and also missed the fact that compressor_integration_tests also had the state-map dependency, force pushed to fix these issues.