From 56d47b757da04bdb4414e350e6438a93242f53c8 Mon Sep 17 00:00:00 2001 From: Jesse Luehrs Date: Wed, 8 Apr 2020 03:45:45 -0400 Subject: mlock sensitive memory --- Cargo.toml | 2 ++ 1 file changed, 2 insertions(+) (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml index fb4a51c..a93bd0a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -7,6 +7,7 @@ edition = "2018" [dependencies] aes = "*" anyhow = "*" +arrayvec = "*" base64 = "*" block-modes = "*" clap = "*" @@ -18,6 +19,7 @@ hmac = "*" log = "*" nix = "*" pbkdf2 = "*" +region = "*" reqwest = { version = "*", features = ["blocking", "json"] } serde = { version = "*", features = ["derive"] } serde_json = "*" -- cgit v1.2.3-54-g00ecf