deps: Downgrade anyhow

Because anyhow version 1.0.46 has been yanked, let's move back to the
previous version 1.0.45.

Signed-off-by: Sebastien Boeuf <sebastien.boeuf@intel.com>
This commit is contained in:
Sebastien Boeuf
2021-11-10 10:11:10 +01:00
committed by dependabot[bot]
parent ed52e5c029
commit 611e71826d
11 changed files with 12 additions and 12 deletions
Generated
+2 -2
View File
@@ -44,9 +44,9 @@ dependencies = [
[[package]]
name = "anyhow"
version = "1.0.46"
version = "1.0.45"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3aa828229c44c0293dd7d4d2300bdfc4d2883ffdba934c069a6b968957a81f70"
checksum = "ee10e43ae4a853c0a3591d4e2ada1719e553be18199d9da9d4a83f5927c2f5c7"
[[package]]
name = "api_client"