mirror of
https://github.com/cloud-hypervisor/cloud-hypervisor.git
synced 2026-08-05 02:19:16 +00:00
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:
committed by
dependabot[bot]
parent
ed52e5c029
commit
611e71826d
+1
-1
@@ -16,7 +16,7 @@ tdx = ["arch/tdx", "hypervisor/tdx"]
|
||||
|
||||
[dependencies]
|
||||
acpi_tables = { path = "../acpi_tables", optional = true }
|
||||
anyhow = "1.0.46"
|
||||
anyhow = "1.0.45"
|
||||
arc-swap = "1.4.0"
|
||||
arch = { path = "../arch" }
|
||||
bitflags = "1.3.2"
|
||||
|
||||
Reference in New Issue
Block a user