[Fix] Harden MTP codec, transport, and SDK security
This commit is contained in:
parent
188caf56cc
commit
a7e804c603
73 changed files with 11892 additions and 5756 deletions
|
|
@ -9,6 +9,7 @@ mtp-codec = { version = "0.3.0", path = "../codec", features = ["registry"] }
|
|||
mtp-transport = { version = "0.3.0", path = "../transport", features = ["host"] }
|
||||
mtp-crypto = { version = "0.3.0", path = "../crypto", optional = true }
|
||||
rand = "0.10"
|
||||
thiserror = "2"
|
||||
tokio = { version = "1", features = ["macros", "rt", "time", "sync"] }
|
||||
tracing = "0.1"
|
||||
wtransport = "0.7"
|
||||
|
|
|
|||
Loading…
Reference in a new issue