Skip to content

Commit f9d1d1b

Browse files
committed
Upgrade Ruma
Signed-off-by: Kévin Commaille <zecakeh@tedomum.fr>
1 parent 714c12f commit f9d1d1b

File tree

3 files changed

+101
-16
lines changed

3 files changed

+101
-16
lines changed

.deny.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ allow = [
2222
"BSD-2-Clause",
2323
"BSD-3-Clause",
2424
"BSL-1.0",
25+
"CC0-1.0",
2526
"ISC",
2627
"MIT",
2728
"MPL-2.0",

Cargo.lock

Lines changed: 99 additions & 15 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ rand = { version = "0.8.5", default-features = false, features = ["std", "std_rn
7070
regex = { version = "1.12.2", default-features = false }
7171
reqwest = { version = "0.12.24", default-features = false }
7272
rmp-serde = { version = "1.3.0", default-features = false }
73-
ruma = { git = "https://github.com/ruma/ruma", rev = "289bee87974bd3c2ad14a6c15801c80b683b67dc", features = [
73+
ruma = { git = "https://github.com/ruma/ruma", rev = "7b050b63cf97445d82983a563dfcbd56875c7fc9", features = [
7474
"client-api-c",
7575
"compat-unset-avatar",
7676
"compat-upload-signatures",

0 commit comments

Comments
 (0)