From: Steve Myers Date: Thu, 5 Aug 2021 04:51:28 +0000 (-0700) Subject: Pin zeroize version to <1.4.0 to fix 1.46.0 build X-Git-Tag: v0.3.0~31 X-Git-Url: http://internal-gitweb-vhost/script/%22https:/database/struct.CommandStringError.html?a=commitdiff_plain;h=6e54f12a7e01ae86732a1e6939c343bb40de016d;p=bdk-cli Pin zeroize version to <1.4.0 to fix 1.46.0 build --- 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 }