From 3433d1847943666522ad220b3e6d7849de528907 Mon Sep 17 00:00:00 2001 From: Jesse Luehrs Date: Mon, 5 Jul 2021 14:24:56 -0400 Subject: use totp-lite instead of oath oath appears to be unmaintained --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml index 07accec..2accf4f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -29,7 +29,6 @@ humantime = "2.1" libc = "0.2" log = "0.4" nix = "0.21" -oath = "0.10" paw = "1.0" pbkdf2 = "0.8" percent-encoding = "2.1" @@ -49,6 +48,7 @@ term_size = "0.3" textwrap = "0.11" thiserror = "1.0" tokio = { version = "1.8", features = ["full"] } +totp-lite = "1.0" url = "2.2" uuid = { version = "0.8", features = ["v4"] } zeroize = "1.3" -- cgit v1.2.3-54-g00ecf