From 76e55fd615f5c569b974706b51cf510c98dd49f7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 11 Mar 2024 14:43:50 +0000 Subject: [PATCH] Bump anyhow from 1.0.76 to 1.0.80 Bumps [anyhow](https://github.com/dtolnay/anyhow) from 1.0.76 to 1.0.80. - [Release notes](https://github.com/dtolnay/anyhow/releases) - [Commits](https://github.com/dtolnay/anyhow/compare/1.0.76...1.0.80) --- updated-dependencies: - dependency-name: anyhow dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 423ca8ad9..4524918d9 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -230,9 +230,9 @@ dependencies = [ [[package]] name = "anyhow" -version = "1.0.76" +version = "1.0.80" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "59d2a3357dde987206219e78ecfbbb6e8dad06cbb65292758d3270e6254f7355" +checksum = "5ad32ce52e4161730f7098c077cd2ed6229b5804ccf99e5366be1ab72a98b4e1" [[package]] name = "arbitrary" diff --git a/Cargo.toml b/Cargo.toml index 30ed41c0f..03d4487f9 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -67,7 +67,7 @@ jmt = { git = "https://github.com/penumbra-zone/jmt.git", rev = "1d007e11cb68aa5 # External dependencies async-trait = "0.1.71" -anyhow = { version = "1.0.68", default-features = false } +anyhow = { version = "1.0.80", default-features = false } arbitrary = { version = "1.3.1", features = ["derive"] } borsh = { version = "0.10.3", default-features = false } # TODO: Consider replacing this serialization format