mirror of
https://github.com/microsoft/vscode.git
synced 2025-12-20 02:08:47 +00:00
cli: adopt latest devtunnels for ipv6 forwarding support (#191236)
This commit is contained in:
2
cli/Cargo.lock
generated
2
cli/Cargo.lock
generated
@@ -2471,7 +2471,7 @@ dependencies = [
|
|||||||
[[package]]
|
[[package]]
|
||||||
name = "tunnels"
|
name = "tunnels"
|
||||||
version = "0.1.0"
|
version = "0.1.0"
|
||||||
source = "git+https://github.com/microsoft/dev-tunnels?rev=2621784a9ad72aa39500372391332a14bad581a3#2621784a9ad72aa39500372391332a14bad581a3"
|
source = "git+https://github.com/microsoft/dev-tunnels?rev=3141ad7be00e18c4231f7c4fb6c11f9219ac49af#3141ad7be00e18c4231f7c4fb6c11f9219ac49af"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"async-trait",
|
"async-trait",
|
||||||
"chrono",
|
"chrono",
|
||||||
|
|||||||
@@ -34,7 +34,7 @@ serde_bytes = "0.11.9"
|
|||||||
chrono = { version = "0.4.26", features = ["serde", "std", "clock"], default-features = false }
|
chrono = { version = "0.4.26", features = ["serde", "std", "clock"], default-features = false }
|
||||||
gethostname = "0.4.3"
|
gethostname = "0.4.3"
|
||||||
libc = "0.2.144"
|
libc = "0.2.144"
|
||||||
tunnels = { git = "https://github.com/microsoft/dev-tunnels", rev = "2621784a9ad72aa39500372391332a14bad581a3", default-features = false, features = ["connections"] }
|
tunnels = { git = "https://github.com/microsoft/dev-tunnels", rev = "3141ad7be00e18c4231f7c4fb6c11f9219ac49af", default-features = false, features = ["connections"] }
|
||||||
keyring = { version = "2.0.3", default-features = false, features = ["linux-secret-service-rt-tokio-crypto-openssl"] }
|
keyring = { version = "2.0.3", default-features = false, features = ["linux-secret-service-rt-tokio-crypto-openssl"] }
|
||||||
dialoguer = "0.10.4"
|
dialoguer = "0.10.4"
|
||||||
hyper = { version = "0.14.26", features = ["server", "http1", "runtime"] }
|
hyper = { version = "0.14.26", features = ["server", "http1", "runtime"] }
|
||||||
|
|||||||
Reference in New Issue
Block a user