Skip to content

Commit 487b69f

Browse files
committed
cli: move back to microsoft/dev-tunnels
Had a temporary fork to support the in-progress relay client connections
1 parent 5c4d9a2 commit 487b69f

2 files changed

Lines changed: 2 additions & 3 deletions

File tree

cli/Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

cli/Cargo.toml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,8 +33,7 @@ jiff = { version = "0.2", default-features = false, features = ["std", "serde"]
3333
http = "1"
3434
gethostname = "0.4.3"
3535
libc = "0.2.144"
36-
# temporary fork pending https://github.com/microsoft/dev-tunnels/pull/626
37-
tunnels = { git = "https://github.com/connor4312/dev-tunnels", rev = "4be50b3cc5ade8cb6beec4038c53ea4f2cdac5a2", default-features = false, features = ["connections"] }
36+
tunnels = { git = "https://github.com/microsoft/dev-tunnels", rev = "64048c1409ff56cb958b879de7ea069ec71edc8b", default-features = false, features = ["connections"] }
3837
keyring = { version = "2.0.3", default-features = false, features = ["linux-secret-service-rt-tokio-crypto-openssl", "platform-windows", "platform-macos", "linux-keyutils"] }
3938
dialoguer = "0.10.4"
4039
hyper = { version = "1", features = ["server", "http1", "client"] }

0 commit comments

Comments
 (0)