From 11780c3dd1b3449a21fa2256b5379b9c7ee325dc Mon Sep 17 00:00:00 2001 From: Pierre Hubert Date: Fri, 17 May 2024 00:26:21 +0000 Subject: [PATCH] Update Rust crate base32 to 0.5.0 --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index a120900..95b8e53 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -52,9 +52,9 @@ dependencies = [ [[package]] name = "base32" -version = "0.4.0" +version = "0.5.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "23ce669cd6c8588f79e15cf450314f9638f967fc5770ff1c7c1deb0925ea7cfa" +checksum = "d1ce0365f4d5fb6646220bb52fe547afd51796d90f914d4063cb0b032ebee088" [[package]] name = "cc" diff --git a/Cargo.toml b/Cargo.toml index 1d4e6fe..3e0afcb 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -7,5 +7,5 @@ edition = "2018" [dependencies] totp_rfc6238 = "0.5.3" -base32 = "0.4.0" +base32 = "0.5.0" clap = { version = "4.5.4", features = ["derive"] }