Skip to content

Commit a000e42

Browse files
committed
Upgrade ruma and ruma-client
1 parent e978f4f commit a000e42

4 files changed

Lines changed: 61 additions & 38 deletions

File tree

Cargo.lock

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

hello_world/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@ edition = "2024"
55
publish = false
66

77
[dependencies]
8-
ruma = { version = "0.13.0", features = ["client-api-c", "rand"] }
9-
ruma-client = { version = "0.16.0", features = ["client-api", "hyper-native-tls"] }
8+
ruma = { version = "0.14.0", features = ["client-api-c", "rand"] }
9+
ruma-client = { git = "https://github.com/ruma/ruma-client", rev = "e8a876406b7e9883e5b1bfbacb5473b2ce51100d", features = ["client-api", "hyper-native-tls"] }
1010

1111
anyhow = "1.0.37"
1212
tokio = { version = "1.0.1", features = ["macros", "rt"] }

joke_bot/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@ edition = "2024"
55
publish = false
66

77
[dependencies]
8-
ruma = { version = "0.13.0", features = ["client-api-c", "rand"] }
9-
ruma-client = { version = "0.16.0", features = ["client-api", "hyper-native-tls"] }
8+
ruma = { version = "0.14.0", features = ["client-api-c", "rand"] }
9+
ruma-client = { git = "https://github.com/ruma/ruma-client", rev = "e8a876406b7e9883e5b1bfbacb5473b2ce51100d", features = ["client-api", "hyper-native-tls"] }
1010

1111
futures-util = { version = "0.3.21", default-features = false, features = ["std"] }
1212
http-body-util = "0.1.1"

message_log/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ edition = "2024"
55
publish = false
66

77
[dependencies]
8-
ruma-client = { version = "0.16.0", features = ["client-api", "hyper-native-tls"] }
8+
ruma-client = { git = "https://github.com/ruma/ruma-client", rev = "e8a876406b7e9883e5b1bfbacb5473b2ce51100d", features = ["client-api", "hyper-native-tls"] }
99

1010
anyhow = "1.0.37"
1111
tokio = { version = "1.0.1", features = ["macros", "rt"] }

0 commit comments

Comments
 (0)