summaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml4
1 files changed, 2 insertions, 2 deletions
diff --git a/Cargo.toml b/Cargo.toml
index ed45aba..7b58cd2 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "gpg-tui"
-version = "0.7.0"
+version = "0.7.1"
description = "Manage your GnuPG keys with ease!"
authors = ["Orhun Parmaksız <orhunparmaksiz@gmail.com>"]
license = "MIT"
@@ -21,7 +21,7 @@ gpg-tests = []
[dependencies]
gpgme = "0.9.2"
crossterm = "0.20.0"
-anyhow = "1.0.41"
+anyhow = "1.0.42"
chrono = "0.4.19"
unicode-width = "0.1.8"
copypasta-ext = "0.3.4"