From 19f5de51af629232835a94ab817960360a85dd66 Mon Sep 17 00:00:00 2001 From: David Peter Date: Fri, 2 Sep 2022 10:56:47 +0200 Subject: [PATCH] Revert "Bump anyhow from 1.0.59 to 1.0.63" This reverts commit 1550ec3ffca3e7246761cf8156c933dc16df869c. --- Cargo.lock | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 3d09c1d..69cf058 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -22,9 +22,9 @@ dependencies = [ [[package]] name = "anyhow" -version = "1.0.63" +version = "1.0.59" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a26fa4d7e3f2eebadf743988fc8aec9fa9a9e82611acafd77c1462ed6262440a" +checksum = "c91f1f46651137be86f3a2b9a8359f9ab421d04d941c62b5982e1ca21113adf9" [[package]] name = "argmax"