From: Ian Jackson Date: Thu, 15 Jun 2023 01:29:39 +0000 (+0100) Subject: Correct lockfile following base64 version bump X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~ian/git?a=commitdiff_plain;h=753792b410b09476a59aabebb6ca31abdb991d0c;p=hippotat.git Correct lockfile following base64 version bump Signed-off-by: Ian Jackson --- diff --git a/Cargo.lock b/Cargo.lock index abef0a6..67a945d 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -60,9 +60,9 @@ dependencies = [ [[package]] name = "base64" -version = "0.13.1" +version = "0.21.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "9e1b586273c5702936fe7b7d6896644d8be71e6314cfe09d3167c95f712589e8" +checksum = "604178f6c5c21f02dc555784810edfb88d34ac2c73b2eae109655649ee73ce3d" [[package]] name = "bitflags"