From 724bb38199027a3c90a8d39a5cc89cae31565a66 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 17 Aug 2022 19:10:50 +0000 Subject: [PATCH] Bump anyhow from 1.0.58 to 1.0.62 Bumps [anyhow](https://github.com/dtolnay/anyhow) from 1.0.58 to 1.0.62. - [Release notes](https://github.com/dtolnay/anyhow/releases) - [Commits](https://github.com/dtolnay/anyhow/compare/1.0.58...1.0.62) --- updated-dependencies: - dependency-name: anyhow dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Cargo.lock | 4 ++-- sled-agent/Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index e83f429fae5..eb3355faf50 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -47,9 +47,9 @@ dependencies = [ [[package]] name = "anyhow" -version = "1.0.58" +version = "1.0.62" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "bb07d2053ccdbe10e2af2995a2f116c1330396493dc1269f6a91d0ae82e19704" +checksum = "1485d4d2cc45e7b201ee3767015c96faa5904387c9d87c6efdd0fb511f12d305" [[package]] name = "anymap" diff --git a/sled-agent/Cargo.toml b/sled-agent/Cargo.toml index a01aa3eb72f..ae0aa4a885c 100644 --- a/sled-agent/Cargo.toml +++ b/sled-agent/Cargo.toml @@ -6,7 +6,7 @@ edition = "2021" license = "MPL-2.0" [dependencies] -anyhow = "1.0.58" +anyhow = "1.0.62" async-trait = "0.1.53" bincode = "1.3.3" bytes = "1.2"