chore(cli/deps): temporarily add tower dependency to fix compile error without --locked (#11136)

This commit is contained in:
Fabian-Lars
2024-09-26 01:08:07 +02:00
committed by GitHub
parent a944b9b05b
commit 2a654fdb8d
2 changed files with 3 additions and 0 deletions

1
Cargo.lock generated
View File

@@ -7431,6 +7431,7 @@ dependencies = [
"tokio",
"toml 0.8.19",
"toml_edit 0.22.20",
"tower",
"ureq",
"url",
"uuid",

View File

@@ -39,6 +39,8 @@ path = "src/main.rs"
cargo-mobile2 = { version = "0.17.2", default-features = false }
[dependencies]
# temporary until https://github.com/paritytech/jsonrpsee/pull/1464 is released
tower = { version = "0.4", default-features = false, features = ["util"] }
jsonrpsee = { version = "0.24", features = ["server"] }
jsonrpsee-core = "0.24"
jsonrpsee-client-transport = { version = "0.24", features = ["ws"] }