Skip to content

Commit 1e271c0

Browse files
committed
CLI tunnel feature should use all tunnel servers
1 parent 31716d7 commit 1e271c0

File tree

11 files changed

+1092
-396
lines changed

11 files changed

+1092
-396
lines changed

Cargo.lock

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

cli/Cargo.toml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,15 +56,18 @@ dialoguer = { workspace = true }
5656
dirs = { version = "5.0" }
5757
figment = { version = "0.10.8", features = ["env", "toml"] }
5858
futures = { workspace = true }
59+
hickory-resolver = "0.25.2"
5960
http = { workspace = true }
6061
hyper = { workspace = true }
6162
humantime = { workspace = true }
6263
indicatif = "0.17.7"
6364
indoc = { version = "2.0.4" }
6465
itertools = { workspace = true }
6566
json-patch = "2.0.0"
67+
mnemonic = "1.1.1"
6668
octocrab = { version = "0.44.0", features = ["stream"] }
6769
open = "5.1.2"
70+
rand = { workspace = true }
6871
reqwest = { workspace = true, default-features = false, features = ["json", "rustls-tls", "stream", "http2"] }
6972
rustls = { workspace = true, features = ["aws-lc-rs"]}
7073
serde = { workspace = true }

0 commit comments

Comments
 (0)