Skip to content

Commit

Permalink
Update Rust crate ruma to 0.11.1
Browse files Browse the repository at this point in the history
  • Loading branch information
oxide-renovate[bot] authored Nov 19, 2024
1 parent a797703 commit bf78cdf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ futures = "0.3.31"
http = "1.1.0"
matrix-sdk = { git = "https://github.com/matrix-org/matrix-rust-sdk.git", rev = "cbb92cacce1d16673a949204e4f88b78e9917026", default-features = false, features = ["rustls-tls"] }
regex = "1.11.1"
ruma = { version = "0.10.1", features = ["events"] }
ruma = { version = "0.11.1", features = ["events"] }
ruma-common = "0.13.0"
serde = { version = "1.0.215", features = ["derive"] }
thiserror = "2.0.3"
Expand Down

0 comments on commit bf78cdf

Please sign in to comment.