From 8e3f07a7d9c26768bf5a39bd74753bc9d62c0d82 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 5 Sep 2022 11:45:23 +0000 Subject: [PATCH] Bump anyhow from 1.0.62 to 1.0.64 Bumps [anyhow](https://github.com/dtolnay/anyhow) from 1.0.62 to 1.0.64. - [Release notes](https://github.com/dtolnay/anyhow/releases) - [Commits](https://github.com/dtolnay/anyhow/compare/1.0.62...1.0.64) --- 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 7b3490a2dec..617884893b9 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -47,9 +47,9 @@ dependencies = [ [[package]] name = "anyhow" -version = "1.0.62" +version = "1.0.64" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "1485d4d2cc45e7b201ee3767015c96faa5904387c9d87c6efdd0fb511f12d305" +checksum = "b9a8f622bcf6ff3df478e9deba3e03e4e04b300f8e6a139e192c05fa3490afc7" [[package]] name = "anymap" diff --git a/sled-agent/Cargo.toml b/sled-agent/Cargo.toml index 359fa1fcbad..366168e07d7 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.62" +anyhow = "1.0.64" async-trait = "0.1.53" bincode = "1.3.3" bytes = "1.2"