Skip to content

Commit 0a0478e

Browse files
committed
2021 Edition, update dependencies
1 parent a5cc082 commit 0a0478e

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

Cargo.toml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
name = "cotp"
33
version = "0.1.9"
44
authors = ["replydev <commoncargo@tutanota.com>"]
5-
edition = "2018"
5+
edition = "2021"
66
description = "Trustworthy, encrypted, command-line TOTP/HOTP authenticator app with import functionality."
77
repository = "https://github.com/replydev/cotp"
88
homepage = "https://github.com/replydev/cotp"
@@ -13,16 +13,16 @@ categories = ["command-line-utilities","authentication"]
1313
keywords = ["cotp","totp","authenticator","google-authenticator","argon2"]
1414

1515
[dependencies]
16-
serde_json = "1.0.68"
17-
serde = { version = "1.0.130", features = ["derive"] }
16+
serde_json = "1.0.74"
17+
serde = { version = "1.0.133", features = ["derive"] }
1818
dirs = "4.0.0"
1919
rpassword = "5.0.1"
2020
sodiumoxide = "0.2.7"
2121
data-encoding = "2.3.2"
2222
crossterm = "0.22.1"
2323
tui = { version = "0.16.0", features = ["crossterm"], default-features = false }
2424
copypasta-ext = "0.3.7"
25-
zeroize = "1.4.2"
25+
zeroize = "1.4.3"
2626
clap = "3.0.0"
2727
hmac = "0.12.0"
2828
sha-1 = "0.10.0"

0 commit comments

Comments
 (0)