From 6e54f12a7e01ae86732a1e6939c343bb40de016d Mon Sep 17 00:00:00 2001 From: Steve Myers Date: Wed, 4 Aug 2021 21:51:28 -0700 Subject: [PATCH] Pin zeroize version to <1.4.0 to fix 1.46.0 build --- Cargo.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/Cargo.toml b/Cargo.toml index 7f85af4..65e8ffd 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -18,6 +18,7 @@ structopt = "^0.3" serde_json = { version = "^1.0" } log = "^0.4" base64 = "^0.11" +zeroize = { version = "<1.4.0" } # Optional dependencies rustyline = { version = "6.0", optional = true } -- 2.49.0