Implement audited findings
Some checks failed
Dependency security audit / rustsec (push) Failing after 3s

This commit is contained in:
2026-08-27 15:34:31 +02:00
parent 2feecae70d
commit c2dd826920
11 changed files with 773 additions and 220 deletions

View File

@@ -29,6 +29,7 @@ full = [
"dep:rand",
"dep:regex",
"dep:reqwest",
"dep:rustls",
"dep:rqrr",
"dep:secret-service",
"dep:security-framework",
@@ -61,6 +62,7 @@ qrcode = { workspace = true, optional = true }
rand = { workspace = true, optional = true }
regex = { workspace = true, optional = true }
reqwest = { workspace = true, optional = true }
rustls = { workspace = true, optional = true }
rqrr = { workspace = true, optional = true }
russh = { workspace = true, optional = true }
serde = { workspace = true, optional = true }