From 37d60c24d48456e70cd7dd6ce39a92ee472cc9a3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 23 Jan 2022 17:42:19 +0000 Subject: [PATCH] Bump anyhow from 1.0.52 to 1.0.53 in /src/abacus Bumps [anyhow](https://github.com/dtolnay/anyhow) from 1.0.52 to 1.0.53. - [Release notes](https://github.com/dtolnay/anyhow/releases) - [Commits](https://github.com/dtolnay/anyhow/compare/1.0.52...1.0.53) --- updated-dependencies: - dependency-name: anyhow dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- src/abacus/Cargo.lock | 4 ++-- src/abacus/server/Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/src/abacus/Cargo.lock b/src/abacus/Cargo.lock index 3268fd8c7d..0a47f12c71 100644 --- a/src/abacus/Cargo.lock +++ b/src/abacus/Cargo.lock @@ -60,9 +60,9 @@ dependencies = [ [[package]] name = "anyhow" -version = "1.0.52" +version = "1.0.53" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "84450d0b4a8bd1ba4144ce8ce718fbc5d071358b1e5384bace6536b3d1f2d5b3" +checksum = "94a45b455c14666b85fc40a019e8ab9eb75e3a124e05494f5397122bc9eb06e0" [[package]] name = "ascii" diff --git a/src/abacus/server/Cargo.toml b/src/abacus/server/Cargo.toml index 2b503f31b2..6ae249477f 100644 --- a/src/abacus/server/Cargo.toml +++ b/src/abacus/server/Cargo.toml @@ -8,7 +8,7 @@ edition = "2021" publish = false [dependencies] -anyhow = { version = "1.0.52", default-features = false, features = ["std"] } +anyhow = { version = "1.0.53", default-features = false, features = ["std"] } async-trait = "0.1.52" base64 = "0.13.0" blurhash-wasm = { git = "https://github.com/fpapado/blurhash-rust-wasm", branch = "master" }