diff --git a/crates/matrix-sdk/Cargo.toml b/crates/matrix-sdk/Cargo.toml index d478e76b38a..096ce0250e9 100644 --- a/crates/matrix-sdk/Cargo.toml +++ b/crates/matrix-sdk/Cargo.toml @@ -106,7 +106,7 @@ sha2 = { workspace = true, optional = true } tempfile = "3.3.0" thiserror = { workspace = true } tokio-stream = { workspace = true, features = ["sync"] } -tower = { version = "0.4.13", features = ["make"], optional = true } +tower = { version = "0.4.13", features = ["util"], optional = true } tracing = { workspace = true, features = ["attributes"] } uniffi = { workspace = true, optional = true } url = { workspace = true, features = ["serde"] } diff --git a/examples/oidc_cli/Cargo.toml b/examples/oidc_cli/Cargo.toml index 802a0e6612d..5d4af394921 100644 --- a/examples/oidc_cli/Cargo.toml +++ b/examples/oidc_cli/Cargo.toml @@ -18,7 +18,7 @@ rand = { workspace = true } serde = { workspace = true } serde_json = { workspace = true } tokio = { workspace = true, features = ["macros", "rt-multi-thread"] } -tower = { version = "0.4.13", features = ["make"] } +tower = { version = "0.4.13", features = ["util"] } tracing-subscriber = { workspace = true } url = { workspace = true }