summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2024-04-10 12:03:03 +0000
committerGitHub <noreply@github.com>2024-04-10 12:03:03 +0000
commit35cfb6c1149c9128aa53c18cd6b8b9830d326aa2 (patch)
tree0a9bdf40b203bbb571a6fd93dc554a085bcd32f7
parent5b41cfe621be5b9eaf4739503451c7050f4edc07 (diff)
chore: Bump anyhow from 1.0.81 to 1.0.82 (#207)
Bumps [anyhow](https://github.com/dtolnay/anyhow) from 1.0.81 to 1.0.82. - [Release notes](https://github.com/dtolnay/anyhow/releases) - [Commits](https://github.com/dtolnay/anyhow/compare/1.0.81...1.0.82) --- updated-dependencies: - dependency-name: anyhow dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
-rw-r--r--Cargo.lock4
-rw-r--r--Cargo.toml2
2 files changed, 3 insertions, 3 deletions
diff --git a/Cargo.lock b/Cargo.lock
index 069a699..0df94f1 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -109,9 +109,9 @@ dependencies = [
[[package]]
name = "anyhow"
-version = "1.0.81"
+version = "1.0.82"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "0952808a6c2afd1aa8947271f3a60f1a6763c7b912d210184c5149b5cf147247"
+checksum = "f538837af36e6f6a9be0faa67f9a314f8119e4e4b5867c6ab40ed60360142519"
[[package]]
name = "async-trait"
diff --git a/Cargo.toml b/Cargo.toml
index b49fab4..6e8d3b3 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -34,7 +34,7 @@ gpg-tests = []
[dependencies]
gpgme = "0.11.0"
ratatui = "0.26.1"
-anyhow = "1.0.81"
+anyhow = "1.0.82"
chrono = "0.4.37"
unicode-width = "0.1.11"
copypasta-ext = "0.4.4"