Skip to content

Commit 00073f6

Browse files
dependabot[bot]pb8o
authored andcommitted
build(deps): Bump the firecracker group with 7 updates
Bumps the firecracker group with 7 updates: | Package | From | To | | --- | --- | --- | | [thiserror](https://github.com/dtolnay/thiserror) | `1.0.65` | `1.0.67` | | [zerocopy](https://github.com/google/zerocopy) | `0.8.7` | `0.8.8` | | [syn](https://github.com/dtolnay/syn) | `2.0.85` | `2.0.87` | | [vhost](https://github.com/rust-vmm/vhost) | `0.12.1` | `0.13.0` | | [anstyle](https://github.com/rust-cli/anstyle) | `1.0.9` | `1.0.10` | | [cc](https://github.com/rust-lang/cc-rs) | `1.1.31` | `1.1.34` | | [thiserror-impl](https://github.com/dtolnay/thiserror) | `1.0.65` | `1.0.67` | Updates `thiserror` from 1.0.65 to 1.0.67 - [Release notes](https://github.com/dtolnay/thiserror/releases) - [Commits](dtolnay/thiserror@1.0.65...1.0.67) Updates `zerocopy` from 0.8.7 to 0.8.8 - [Release notes](https://github.com/google/zerocopy/releases) - [Changelog](https://github.com/google/zerocopy/blob/main/CHANGELOG.md) - [Commits](https://github.com/google/zerocopy/commits) Updates `syn` from 2.0.85 to 2.0.87 - [Release notes](https://github.com/dtolnay/syn/releases) - [Commits](dtolnay/syn@2.0.85...2.0.87) Updates `vhost` from 0.12.1 to 0.13.0 - [Release notes](https://github.com/rust-vmm/vhost/releases) - [Commits](rust-vmm/vhost@vhost-v0.12.1...vhost-v0.13.0) Updates `anstyle` from 1.0.9 to 1.0.10 - [Commits](rust-cli/anstyle@v1.0.9...v1.0.10) Updates `cc` from 1.1.31 to 1.1.34 - [Release notes](https://github.com/rust-lang/cc-rs/releases) - [Changelog](https://github.com/rust-lang/cc-rs/blob/main/CHANGELOG.md) - [Commits](rust-lang/cc-rs@cc-v1.1.31...cc-v1.1.34) Updates `thiserror-impl` from 1.0.65 to 1.0.67 - [Release notes](https://github.com/dtolnay/thiserror/releases) - [Commits](dtolnay/thiserror@1.0.65...1.0.67) --- updated-dependencies: - dependency-name: thiserror dependency-type: direct:production update-type: version-update:semver-patch dependency-group: firecracker - dependency-name: zerocopy dependency-type: direct:production update-type: version-update:semver-patch dependency-group: firecracker - dependency-name: syn dependency-type: direct:production update-type: version-update:semver-patch dependency-group: firecracker - dependency-name: vhost dependency-type: direct:production update-type: version-update:semver-minor dependency-group: firecracker - dependency-name: anstyle dependency-type: indirect update-type: version-update:semver-patch dependency-group: firecracker - dependency-name: cc dependency-type: indirect update-type: version-update:semver-patch dependency-group: firecracker - dependency-name: thiserror-impl dependency-type: indirect update-type: version-update:semver-patch dependency-group: firecracker ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 3fc184e commit 00073f6

File tree

10 files changed

+36
-47
lines changed

10 files changed

+36
-47
lines changed

Cargo.lock

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

src/acpi-tables/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,9 @@ license = "Apache-2.0"
88

99
[dependencies]
1010
displaydoc = "0.2.5"
11-
thiserror = "1.0.65"
11+
thiserror = "1.0.67"
1212
vm-memory = { version = "0.16.0", features = ["backend-mmap", "backend-bitmap"] }
13-
zerocopy = { version = "0.8.7", features = ["derive"] }
13+
zerocopy = { version = "0.8.8", features = ["derive"] }
1414

1515
[lib]
1616
bench = false

src/cpu-template-helper/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ libc = "0.2.161"
1616
log-instrument = { path = "../log-instrument", optional = true }
1717
serde = { version = "1.0.214", features = ["derive"] }
1818
serde_json = "1.0.132"
19-
thiserror = "1.0.65"
19+
thiserror = "1.0.67"
2020

2121
vmm = { path = "../vmm" }
2222
vmm-sys-util = "0.12.1"

src/firecracker/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ seccompiler = { path = "../seccompiler" }
2626
serde = { version = "1.0.214", features = ["derive"] }
2727
serde_derive = "1.0.136"
2828
serde_json = "1.0.132"
29-
thiserror = "1.0.65"
29+
thiserror = "1.0.67"
3030
timerfd = "1.6.0"
3131
utils = { path = "../utils" }
3232
vmm = { path = "../vmm" }

src/jailer/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ libc = "0.2.161"
1616
log-instrument = { path = "../log-instrument", optional = true }
1717
nix = { version = "0.29.0", default-features = false, features = ["dir"] }
1818
regex = { version = "1.11.1", default-features = false, features = ["std"] }
19-
thiserror = "1.0.65"
19+
thiserror = "1.0.67"
2020
vmm-sys-util = "0.12.1"
2121

2222
utils = { path = "../utils" }

src/rebase-snap/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ bench = false
1313
displaydoc = "0.2.5"
1414
libc = "0.2.161"
1515
log-instrument = { path = "../log-instrument", optional = true }
16-
thiserror = "1.0.65"
16+
thiserror = "1.0.67"
1717
vmm-sys-util = "0.12.1"
1818

1919
utils = { path = "../utils" }

src/seccompiler/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ libc = "0.2.161"
2222
log-instrument = { path = "../log-instrument", optional = true }
2323
serde = { version = "1.0.214", features = ["derive"] }
2424
serde_json = "1.0.132"
25-
thiserror = "1.0.65"
25+
thiserror = "1.0.67"
2626

2727
utils = { path = "../utils" }
2828

src/snapshot-editor/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ fc_utils = { package = "utils", path = "../utils" }
1717
libc = "0.2.161"
1818
log-instrument = { path = "../log-instrument", optional = true }
1919
semver = "1.0.23"
20-
thiserror = "1.0.65"
20+
thiserror = "1.0.67"
2121
vmm = { path = "../vmm" }
2222
vmm-sys-util = "0.12.1"
2323

src/utils/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ displaydoc = "0.2.5"
1414
libc = "0.2.161"
1515
log-instrument = { path = "../log-instrument", optional = true }
1616
serde = { version = "1.0.214", features = ["derive"] }
17-
thiserror = "1.0.65"
17+
thiserror = "1.0.67"
1818
vm-memory = { version = "0.16.0", features = ["backend-mmap", "backend-bitmap"] }
1919
vmm-sys-util = "0.12.1"
2020

src/vmm/Cargo.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -37,16 +37,16 @@ semver = { version = "1.0.23", features = ["serde"] }
3737
serde = { version = "1.0.214", features = ["derive", "rc"] }
3838
serde_json = "1.0.132"
3939
slab = "0.4.7"
40-
thiserror = "1.0.65"
40+
thiserror = "1.0.67"
4141
timerfd = "1.5.0"
4242
userfaultfd = "0.8.1"
4343
utils = { path = "../utils" }
44-
vhost = { version = "0.12.1", features = ["vhost-user-frontend"] }
44+
vhost = { version = "0.13.0", features = ["vhost-user-frontend"] }
4545
vm-allocator = "0.1.0"
4646
vm-memory = { version = "0.16.0", features = ["backend-mmap", "backend-bitmap"] }
4747
vm-superio = "0.8.0"
4848
vmm-sys-util = { version = "0.12.1", features = ["with-serde"] }
49-
zerocopy = { version = "0.8.7" }
49+
zerocopy = { version = "0.8.8" }
5050

5151
[target.'cfg(target_arch = "aarch64")'.dependencies]
5252
vm-fdt = "0.3.0"

0 commit comments

Comments
 (0)