From: Ian Jackson Date: Fri, 11 Oct 2024 14:16:56 +0000 (+0100) Subject: Update to base64 (allow) X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~ian/git?a=commitdiff_plain;h=2ffac9935447b6b45dd4d16ed226ed2f64cb1bdb;p=hippotat.git Update to base64 (allow) Closes: #1084523 Signed-off-by: Ian Jackson --- diff --git a/Cargo.lock b/Cargo.lock index b77c501..5c0384d 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -98,9 +98,9 @@ dependencies = [ [[package]] name = "base64" -version = "0.21.7" +version = "0.22.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "9d297deb1925b89f2ccc13d7635fa0714f12c87adce1c75356b39ca9b7178567" +checksum = "72b3254f16251a8381aa12e40e3c4d2f0199f8c6508fbecb9d91f575e0fbb8c6" [[package]] name = "bitflags" diff --git a/Cargo.toml b/Cargo.toml index f82259e..c581a4e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -29,7 +29,7 @@ path="server/server.rs" hippotat-macros = { version = "1.1.3", path = "macros" } backtrace = "0.3.3" -base64 = "0.21" +base64 = ">=0.21, <0.23" # clap 3 would work too at the time of writing, but it lacks the `wrap_help` # feature - that's built-in there. cfg-if = "1"