mirror of
https://github.com/valmojr/armatak.git
synced 2026-06-13 13:43:46 +00:00
Fixed CoT queue during armatak connection to the TAK Server, running soft as butter
This commit is contained in:
@@ -10,7 +10,7 @@ lazy_static = "1.5.0"
|
||||
log = "0.4.22"
|
||||
log4rs = "1.3.0"
|
||||
reqwest = { version = "0.12.15", default-features = false, features = ["blocking", "json", "rustls-tls"] }
|
||||
rcgen = "0.13.2"
|
||||
rcgen = { version = "0.13.2", default-features = false, features = ["crypto", "pem", "aws_lc_rs"] }
|
||||
rustls = "0.23.23"
|
||||
rustls-pemfile = "2.2.0"
|
||||
serde = { version = "1.0.210", features = ["derive"] }
|
||||
|
||||
Reference in New Issue
Block a user