chore: update dependencies and CLI for secure-tunnel
This commit is contained in:
+5
-1
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user