@@ -71,7 +71,7 @@ rand = { version = "0.10.1", default-features = false, features = ["std", "std_r
7171regex = { version = " 1.12.2" , default-features = false }
7272reqwest = { version = " 0.13.1" , default-features = false }
7373rmp-serde = { version = " 1.3.0" , default-features = false }
74- ruma = { git = " https://github.com/ruma/ruma " , rev = " 7680eebd9586669e1a4e5b1fd1c2c691221369d4 " , features = [
74+ ruma = { version = " 0.15.1 " , features = [
7575 " client-api-c" ,
7676 " compat-unset-avatar" ,
7777 " compat-upload-signatures" ,
@@ -98,7 +98,7 @@ ruma = { git = "https://github.com/ruma/ruma", rev = "7680eebd9586669e1a4e5b1fd1
9898sentry = { version = " 0.47.0" , default-features = false }
9999sentry-tracing = { version = " 0.47.0" , default-features = false }
100100serde = { version = " 1.0.228" , default-features = false , features = [" std" , " rc" , " derive" ] }
101- serde_html_form = { version = " 0.2.8 " , default-features = false }
101+ serde_html_form = { version = " 0.4.0 " , default-features = false }
102102serde_json = { version = " 1.0.145" , default-features = false , features = [" std" ] }
103103sha2 = { version = " 0.10.9" , default-features = false }
104104similar-asserts = { version = " 1.7.0" , default-features = false }
0 commit comments