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
+1 -1
View File
@@ -10,7 +10,7 @@ io_uring = ["block_util/io_uring"]
mshv = []
[dependencies]
anyhow = "1.0.46"
anyhow = "1.0.45"
arc-swap = "1.4.0"
block_util = { path = "../block_util" }
byteorder = "1.4.3"