feat: added mTLS auth for beacons
This commit is contained in:
@@ -14,12 +14,16 @@ tracing = "0.1.41"
|
||||
rand = "0.9.0"
|
||||
pin-project = "1.1.9"
|
||||
hyper-util = { version = "0.1.10", features = ["client", "client-legacy", "http1", "http2", "service", "tokio"] }
|
||||
hyper-rustls = { version = "0.27.5", default-features = false, features = ["http1", "http2", "native-tokio", "ring", "tls12"] }
|
||||
hyper-rustls = { version = "0.27.5", default-features = false, features = ["http1", "http2", "native-tokio", "ring"] }
|
||||
rustls = { version = "0.23.23", default-features = false, features = ["ring", "std"] }
|
||||
tower-service = "0.3.3"
|
||||
futures = "0.3.31"
|
||||
simple_logger = "5.0.0"
|
||||
http = "1.2.0"
|
||||
|
||||
pcap-sys = { version = "0.1.0", path = "../pcap-sys" }
|
||||
sparse-actions = { version = "2.0.0", path = "../sparse-actions" }
|
||||
packets = { version = "0.1.0", path = "../packets" }
|
||||
nl-sys = { version = "0.1.0", path = "../nl-sys" }
|
||||
bytes = "1.10.0"
|
||||
http-body-util = "0.1.2"
|
||||
|
||||
Reference in New Issue
Block a user