mirror of
https://gitlab.computer.surgery/matrix/grapevine.git
synced 2025-12-16 15:21:24 +01:00
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:
parent
7fc8f224eb
commit
af15f0c596
3 changed files with 418 additions and 111 deletions
507
Cargo.lock
generated
507
Cargo.lock
generated
File diff suppressed because it is too large
Load diff
16
Cargo.toml
16
Cargo.toml
|
|
@ -88,12 +88,12 @@ workspace = true
|
|||
[dependencies]
|
||||
argon2 = "0.5.3"
|
||||
async-trait = "0.1.83"
|
||||
axum = { version = "0.7.7", default-features = false, features = ["form", "http1", "http2", "json", "matched-path", "tokio", "tracing"] }
|
||||
axum-extra = { version = "0.9.4", features = ["typed-header"] }
|
||||
axum = { version = "0.7.9", default-features = false, features = ["form", "http1", "http2", "json", "matched-path", "tokio", "tracing"] }
|
||||
axum-extra = { version = "0.9.6", features = ["typed-header"] }
|
||||
axum-server = { version = "0.7.1", features = ["tls-rustls-no-provider"] }
|
||||
base64 = "0.22.1"
|
||||
bytes = "1.8.0"
|
||||
clap = { version = "4.5.20", default-features = false, features = ["std", "derive", "help", "usage", "error-context", "string", "wrap_help"] }
|
||||
clap = { version = "4.5.21", default-features = false, features = ["std", "derive", "help", "usage", "error-context", "string", "wrap_help"] }
|
||||
futures-util = { version = "0.3.31", default-features = false }
|
||||
hmac = "0.12.1"
|
||||
html-escape = "0.2.13"
|
||||
|
|
@ -101,7 +101,7 @@ http = "1.1.0"
|
|||
http-body-util = "0.1.2"
|
||||
hyper = "1.5.0"
|
||||
hyper-util = { version = "0.1.10", features = ["client", "client-legacy", "service"] }
|
||||
image = { version = "0.25.4", default-features = false, features = ["jpeg", "png", "gif"] }
|
||||
image = { version = "0.25.5", default-features = false, features = ["jpeg", "png", "gif"] }
|
||||
jsonwebtoken = "9.3.0"
|
||||
lru-cache = "0.1.2"
|
||||
num_cpus = "1.16.0"
|
||||
|
|
@ -122,18 +122,18 @@ ring = "0.17.8"
|
|||
rocksdb = { package = "rust-rocksdb", version = "0.33.0", features = ["lz4", "multi-threaded-cf", "zstd"], optional = true }
|
||||
ruma = { git = "https://github.com/ruma/ruma", branch = "main", features = ["compat", "rand", "appservice-api-c", "client-api", "federation-api", "push-gateway-api-c", "server-util", "state-res", "unstable-msc2448", "unstable-msc3575", "unstable-exhaustive-types", "ring-compat", "unstable-unspecified" ] }
|
||||
rusqlite = { version = "0.32.1", optional = true, features = ["bundled"] }
|
||||
rustls = { version = "0.23.16", default-features = false, features = ["ring", "log", "logging", "std", "tls12"] }
|
||||
rustls = { version = "0.23.17", default-features = false, features = ["ring", "log", "logging", "std", "tls12"] }
|
||||
sd-notify = { version = "0.4.3", optional = true }
|
||||
serde = { version = "1.0.214", features = ["rc"] }
|
||||
serde = { version = "1.0.215", features = ["rc"] }
|
||||
serde_html_form = "0.2.6"
|
||||
serde_json = { version = "1.0.132", features = ["raw_value"] }
|
||||
serde_yaml = "0.9.34"
|
||||
sha-1 = "0.10.1"
|
||||
strum = { version = "0.26.3", features = ["derive"] }
|
||||
thiserror = "1.0.66"
|
||||
thiserror = "2.0.3"
|
||||
thread_local = "1.1.8"
|
||||
tikv-jemallocator = { version = "0.6.0", features = ["unprefixed_malloc_on_supported_platforms"], optional = true }
|
||||
tokio = { version = "1.41.0", features = ["fs", "macros", "signal", "sync"] }
|
||||
tokio = { version = "1.41.1", features = ["fs", "macros", "signal", "sync"] }
|
||||
toml = "0.8.19"
|
||||
tower = { version = "0.5.1", features = ["util"] }
|
||||
tower-http = { version = "0.6.1", features = ["add-extension", "cors", "sensitive-headers", "trace", "util"] }
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue