chiark / gitweb /
Update to base64 (allow)
authorIan Jackson <ijackson@chiark.greenend.org.uk>
Fri, 11 Oct 2024 14:16:56 +0000 (15:16 +0100)
committerIan Jackson <ijackson@chiark.greenend.org.uk>
Fri, 11 Oct 2024 14:29:26 +0000 (15:29 +0100)
Closes: #1084523
Signed-off-by: Ian Jackson <ijackson@chiark.greenend.org.uk>
Cargo.lock
Cargo.toml

index b77c50152f8b5b9e6f162f0fc26d75c6e68c57af..5c0384d598e1ef8d37390835493bd9c441ce9135 100644 (file)
@@ -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"
index f82259e70fc21540075c29e6c4acf96b847bff08..c581a4efe21b0988ed8fe1b1ddd37c137fc8eb8a 100644 (file)
@@ -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"