mirror of
https://github.com/tauri-apps/tauri.git
synced 2026-01-31 00:35:19 +01:00
chore(cli/deps): temporarily add tower dependency to fix compile error without --locked (#11136)
This commit is contained in:
1
Cargo.lock
generated
1
Cargo.lock
generated
@@ -7431,6 +7431,7 @@ dependencies = [
|
||||
"tokio",
|
||||
"toml 0.8.19",
|
||||
"toml_edit 0.22.20",
|
||||
"tower",
|
||||
"ureq",
|
||||
"url",
|
||||
"uuid",
|
||||
|
||||
@@ -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"] }
|
||||
|
||||
Reference in New Issue
Block a user