From d7f5a96d776075c534fa312dc2816a0b3ae2e212 Mon Sep 17 00:00:00 2001 From: Pierre Hubert Date: Sun, 16 Oct 2022 00:26:35 +0000 Subject: [PATCH] Update Rust crate totp_rfc6238 to 0.5.1 --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 6ec7b14..ab2b798 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2638,9 +2638,9 @@ dependencies = [ [[package]] name = "totp_rfc6238" -version = "0.5.0" +version = "0.5.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "3e7d63d8bc3098dd14e5f1a107979a38e06b3263f1230a3cd717615fab4e615e" +checksum = "9f9ece5c7063519b792acf7a8aeb930ac620e4d22e048894ddd38ba2f327d047" dependencies = [ "ring", ] diff --git a/Cargo.toml b/Cargo.toml index b049874..0f18adc 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -29,7 +29,7 @@ jwt-simple = "0.11.1" digest = "0.10.3" sha2 = "0.10.6" lazy-regex = "2.3.0" -totp_rfc6238 = "0.5.0" +totp_rfc6238 = "0.5.1" base32 = "0.4.0" qrcode-generator = "4.1.6" webauthn-rs = { version = "0.4.7", features = ["danger-allow-state-serialisation"] }