From 871ec1f4bcde7f66bc53500d17e174ce826b1922 Mon Sep 17 00:00:00 2001 From: Jesse Luehrs Date: Wed, 15 Dec 2021 13:03:47 -0500 Subject: bump versions --- Cargo.toml | 80 +++++++++++++++++++++++++++++++------------------------------- 1 file changed, 40 insertions(+), 40 deletions(-) (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml index 44575fc..d69985e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -12,46 +12,46 @@ categories = ["command-line-utilities", "cryptography"] license = "MIT" [dependencies] -aes = "0.7" -anyhow = "1.0" -arrayvec = "0.7" -async-trait = "0.1" -base32 = "0.4" -base64 = "0.13" -block-modes = "0.8" -block-padding = "0.2" -daemonize = "0.4" -directories = "4.0" -env_logger = "0.9" -hkdf = "0.11" -hmac = { version = "0.11", features = ["std"] } -humantime = "2.1" -libc = "0.2" -log = "0.4" -nix = "0.23" -paw = "1.0" -pbkdf2 = "0.9" -percent-encoding = "2.1" -rand = "0.8" -region = "3.0" -reqwest = { version = "0.11", default-features = false, features = ["blocking", "json", "rustls-tls-native-roots"] } -rsa = "0.5" -serde = { version = "1.0", features = ["derive"] } -serde_json = "1.0" -serde_path_to_error = "0.1" -serde_repr = "0.1" -sha-1 = "0.9" -sha2 = "0.9" -structopt = { version = "0.3", features = ["paw", "wrap_help"] } -tempfile = "3.2" -term_size = "0.3" -textwrap = "0.11" -thiserror = "1.0" -tokio = { version = "1.12", features = ["full"] } -totp-lite = "1.0" -url = "2.2" -uuid = { version = "0.8", features = ["v4"] } -zeroize = "1.4" +aes = "0.7.5" +anyhow = "1.0.51" +arrayvec = "0.7.2" +async-trait = "0.1.52" +base32 = "0.4.0" +base64 = "0.13.0" +block-modes = "0.8.1" +block-padding = "0.2.1" +daemonize = "0.4.1" +directories = "4.0.1" +env_logger = "0.9.0" +hkdf = "0.11.0" +hmac = { version = "0.11.0", features = ["std"] } +humantime = "2.1.0" +libc = "0.2.112" +log = "0.4.14" +nix = "0.23.0" +paw = "1.0.0" +pbkdf2 = "0.9.0" +percent-encoding = "2.1.0" +rand = "0.8.4" +region = "3.0.0" +reqwest = { version = "0.11.7", default-features = false, features = ["blocking", "json", "rustls-tls-native-roots"] } +rsa = "0.5.0" +serde = { version = "1.0.131", features = ["derive"] } +serde_json = "1.0.73" +serde_path_to_error = "0.1.5" +serde_repr = "0.1.7" +sha-1 = "0.9.8" +sha2 = "0.9.8" +structopt = { version = "0.3.25", features = ["paw", "wrap_help"] } +tempfile = "3.2.0" +term_size = "0.3.2" +textwrap = "0.11.0" +thiserror = "1.0.30" +tokio = { version = "1.14.0", features = ["full"] } +totp-lite = "1.0.3" +url = "2.2.2" +uuid = { version = "0.8.2", features = ["v4"] } +zeroize = "1.4.3" [package.metadata.deb] depends = "pinentry" -- cgit v1.2.3-54-g00ecf