From a53bc135d4748cbeb93bc442e724ae108ba237fb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 29 Nov 2021 08:12:38 +0000 Subject: [PATCH] build(deps): bump anyhow from 1.0.45 to 1.0.50 in /graph-data.rs Bumps [anyhow](https://github.com/dtolnay/anyhow) from 1.0.45 to 1.0.50. - [Release notes](https://github.com/dtolnay/anyhow/releases) - [Commits](https://github.com/dtolnay/anyhow/compare/1.0.45...1.0.50) --- updated-dependencies: - dependency-name: anyhow dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- graph-data.rs/Cargo.lock | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/graph-data.rs/Cargo.lock b/graph-data.rs/Cargo.lock index 1793a020c..d266e0a7f 100644 --- a/graph-data.rs/Cargo.lock +++ b/graph-data.rs/Cargo.lock @@ -248,9 +248,9 @@ dependencies = [ [[package]] name = "anyhow" -version = "1.0.45" +version = "1.0.50" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ee10e43ae4a853c0a3591d4e2ada1719e553be18199d9da9d4a83f5927c2f5c7" +checksum = "ecc78c299ae753905840c5d3ba036c51f61ce5a98a83f98d9c9d29dffd427f71" [[package]] name = "async-compression"