From 1a8c0c6051e98934442ed15ab1c2d6631d909631 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Sun, 1 Aug 2021 14:16:06 +0000 Subject: [PATCH] Bump anyhow from 1.0.40 to 1.0.42 in /exonum-java-binding/core/rust Bumps [anyhow](https://github.com/dtolnay/anyhow) from 1.0.40 to 1.0.42. - [Release notes](https://github.com/dtolnay/anyhow/releases) - [Commits](https://github.com/dtolnay/anyhow/compare/1.0.40...1.0.42) Signed-off-by: dependabot-preview[bot] --- exonum-java-binding/core/rust/Cargo.lock | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/exonum-java-binding/core/rust/Cargo.lock b/exonum-java-binding/core/rust/Cargo.lock index b2ee7cf68..229432926 100644 --- a/exonum-java-binding/core/rust/Cargo.lock +++ b/exonum-java-binding/core/rust/Cargo.lock @@ -346,9 +346,9 @@ dependencies = [ [[package]] name = "anyhow" -version = "1.0.40" +version = "1.0.42" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "28b2cd92db5cbd74e8e5028f7e27dd7aa3090e89e4f2a197cc7c8dfb69c7063b" +checksum = "595d3cfa7a60d4555cb5067b99f07142a08ea778de5cf993f7b75c7d8fabc486" [[package]] name = "arc-swap"