chore: update dependencies and CLI for secure-tunnel

This commit is contained in:
c4ch3c4d3
2026-06-03 19:15:52 -06:00
parent 76bda0bc5b
commit fc776fc648
3 changed files with 311 additions and 5 deletions
+5 -1
View File
@@ -8,13 +8,14 @@ license = "MIT"
[dependencies]
clap = { version = "4", features = ["derive"] }
tokio = { version = "1", features = ["full"] }
tokio-util = { version = "0.7", features = ["io"] }
tracing = "0.1"
tracing-subscriber = { version = "0.3", features = ["env-filter"] }
anyhow = "1"
thiserror = "1"
serde = { version = "1", features = ["derive"] }
serde_json = "1"
rcgen = "0.14"
rcgen = { version = "0.14", features = ["crypto"] }
x509-parser = "0.16"
time = { version = "0.3", features = ["formatting"] }
rand = "0.8"
@@ -29,6 +30,9 @@ http-body-util = "0.1"
tower-service = "0.3"
base64 = "0.22"
sha2 = "0.10"
bytes = "1"
futures = "0.3"
url = "2"
[dev-dependencies]
tempfile = "3"