Update Rust crate totp_rfc6238 to 0.5.1 #8

Closed
pierre wants to merge 1 commits from renovate/totp_rfc6238-0.x into master
2 changed files with 3 additions and 3 deletions
Showing only changes of commit 7275568ee6 - Show all commits

4
Cargo.lock generated
View File

@ -267,9 +267,9 @@ dependencies = [
[[package]] [[package]]
name = "totp_rfc6238" name = "totp_rfc6238"
version = "0.5.0" version = "0.5.1"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3e7d63d8bc3098dd14e5f1a107979a38e06b3263f1230a3cd717615fab4e615e" checksum = "9f9ece5c7063519b792acf7a8aeb930ac620e4d22e048894ddd38ba2f327d047"
dependencies = [ dependencies = [
"ring", "ring",
] ]

View File

@ -6,6 +6,6 @@ edition = "2018"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies] [dependencies]
totp_rfc6238 = "0.5.0" totp_rfc6238 = "0.5.1"
base32 = "0.4.0" base32 = "0.4.0"
clap = { version = "3.2.22", features = ["derive"] } clap = { version = "3.2.22", features = ["derive"] }