Skip to content

Commit 97fdb65

Browse files
build: Bump anyhow from 1.0.69 to 1.0.70
Bumps [anyhow](https://github.com/dtolnay/anyhow) from 1.0.69 to 1.0.70. - [Release notes](https://github.com/dtolnay/anyhow/releases) - [Commits](dtolnay/anyhow@1.0.69...1.0.70) --- updated-dependencies: - dependency-name: anyhow dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent d17d70f commit 97fdb65

10 files changed

Lines changed: 11 additions & 11 deletions

File tree

Cargo.lock

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ strip = false
2929
debug = true
3030

3131
[dependencies]
32-
anyhow = "1.0.69"
32+
anyhow = "1.0.70"
3333
api_client = { path = "api_client" }
3434
argh = "0.1.9"
3535
dhat = { version = "0.3.2", optional = true }

arch/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ default = []
99
tdx = []
1010

1111
[dependencies]
12-
anyhow = "1.0.69"
12+
anyhow = "1.0.70"
1313
byteorder = "1.4.3"
1414
hypervisor = { path = "../hypervisor" }
1515
libc = "0.2.139"

devices/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ edition = "2021"
66

77
[dependencies]
88
acpi_tables = { git = "https://github.com/rust-vmm/acpi_tables", branch = "main" }
9-
anyhow = "1.0.69"
9+
anyhow = "1.0.70"
1010
arch = { path = "../arch" }
1111
bitflags = "1.3.2"
1212
byteorder = "1.4.3"

hypervisor/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ mshv = ["mshv-ioctls", "mshv-bindings", "vfio-ioctls/mshv"]
1111
tdx = []
1212

1313
[dependencies]
14-
anyhow = "1.0.69"
14+
anyhow = "1.0.70"
1515
byteorder = "1.4.3"
1616
thiserror = "1.0.39"
1717
libc = "0.2.139"

pci/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ kvm = ["vfio-ioctls/kvm"]
1010
mshv = ["vfio-ioctls/mshv"]
1111

1212
[dependencies]
13-
anyhow = "1.0.69"
13+
anyhow = "1.0.70"
1414
byteorder = "1.4.3"
1515
hypervisor = { path = "../hypervisor" }
1616
vfio-bindings = { git = "https://github.com/rust-vmm/vfio", branch = "main", features = ["fam-wrappers"] }

virtio-devices/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ edition = "2021"
88
default = []
99

1010
[dependencies]
11-
anyhow = "1.0.69"
11+
anyhow = "1.0.70"
1212
arc-swap = "1.5.1"
1313
block_util = { path = "../block_util" }
1414
byteorder = "1.4.3"

vm-device/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ kvm = ["vfio-ioctls/kvm"]
1010
mshv = ["vfio-ioctls/mshv"]
1111

1212
[dependencies]
13-
anyhow = "1.0.69"
13+
anyhow = "1.0.70"
1414
hypervisor = { path = "../hypervisor" }
1515
thiserror = "1.0.39"
1616
serde = { version = "1.0.151", features = ["rc", "derive"] }

vm-migration/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ authors = ["The Cloud Hypervisor Authors"]
55
edition = "2021"
66

77
[dependencies]
8-
anyhow = "1.0.69"
8+
anyhow = "1.0.70"
99
thiserror = "1.0.39"
1010
serde = { version = "1.0.151", features = ["rc", "derive"] }
1111
serde_json = "1.0.96"

vmm/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ tracing = ["tracer/tracing"]
1414

1515
[dependencies]
1616
acpi_tables = { git = "https://github.com/rust-vmm/acpi_tables", branch = "main" }
17-
anyhow = "1.0.69"
17+
anyhow = "1.0.70"
1818
arc-swap = "1.5.1"
1919
arch = { path = "../arch" }
2020
bitflags = "1.3.2"

0 commit comments

Comments
 (0)