mirror of
https://gitlab.computer.surgery/matrix/grapevine.git
synced 2025-12-19 16:51:24 +01:00
Merge branch 'charles/dump-state' into 'main'
add `get-room-states` subcommand See merge request matrix/grapevine!133
This commit is contained in:
commit
1cccf481fe
8 changed files with 992 additions and 0 deletions
|
|
@ -111,11 +111,13 @@ opentelemetry-otlp = "0.17.0"
|
|||
opentelemetry-prometheus = "0.17.0"
|
||||
opentelemetry_sdk = { version = "0.24.1", features = ["rt-tokio"] }
|
||||
parking_lot = { version = "0.12.3", optional = true }
|
||||
petgraph = "0.6.5"
|
||||
phf = { version = "0.11.2", features = ["macros"] }
|
||||
pin-project-lite = "0.2.15"
|
||||
prometheus = "0.13.4"
|
||||
proxy-header = { version = "0.1.2", features = ["tokio"] }
|
||||
rand = "0.8.5"
|
||||
rayon = "1.10.0"
|
||||
regex = "1.11.1"
|
||||
reqwest = { version = "0.12.9", default-features = false, features = ["http2", "rustls-tls-native-roots", "socks"] }
|
||||
ring = "0.17.8"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue