From b111f97c5877ae5061707eadc08d873788575444 Mon Sep 17 00:00:00 2001 From: Steve Myers Date: Tue, 28 Feb 2023 17:12:49 -0600 Subject: [PATCH] Set dev-dependency base64ct version to <1.6.0 --- Cargo.toml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Cargo.toml b/Cargo.toml index 18fcfef6..85a14741 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -112,6 +112,8 @@ base64 = "^0.13" assert_matches = "1.5.0" # zip versions after 0.6.3 don't work with our MSRV 1.57.0 zip = "=0.6.3" +# base64ct versions at 1.6.0 and higher have MSRV 1.60.0 +base64ct = "<1.6.0" [[example]] name = "compact_filters_balance"