Skip to content

Commit 5e94d12

Browse files
dependabot[bot]Manciukic
authored andcommitted
chore(deps): Bump the firecracker group with 9 updates
Bumps the firecracker group with 9 updates: | Package | From | To | | --- | --- | --- | | [thiserror](https://github.com/dtolnay/thiserror) | `2.0.14` | `2.0.15` | | [proc-macro2](https://github.com/dtolnay/proc-macro2) | `1.0.97` | `1.0.101` | | [syn](https://github.com/dtolnay/syn) | `2.0.104` | `2.0.106` | | [userfaultfd](https://github.com/bytecodealliance/userfaultfd-rs) | `0.8.1` | `0.9.0` | | [bitflags](https://github.com/bitflags/bitflags) | `2.9.1` | `2.9.2` | | [gdbstub](https://github.com/daniel5151/gdbstub) | `0.7.6` | `0.7.7` | | [bindgen](https://github.com/rust-lang/rust-bindgen) | `0.68.1` | `0.69.5` | | [cc](https://github.com/rust-lang/cc-rs) | `1.2.32` | `1.2.33` | | [userfaultfd-sys](https://github.com/bytecodealliance/userfaultfd-rs) | `0.5.0` | `0.6.0` | Updates `thiserror` from 2.0.14 to 2.0.15 - [Release notes](https://github.com/dtolnay/thiserror/releases) - [Commits](dtolnay/thiserror@2.0.14...2.0.15) Updates `proc-macro2` from 1.0.97 to 1.0.101 - [Release notes](https://github.com/dtolnay/proc-macro2/releases) - [Commits](dtolnay/proc-macro2@1.0.97...1.0.101) Updates `syn` from 2.0.104 to 2.0.106 - [Release notes](https://github.com/dtolnay/syn/releases) - [Commits](dtolnay/syn@2.0.104...2.0.106) Updates `userfaultfd` from 0.8.1 to 0.9.0 - [Release notes](https://github.com/bytecodealliance/userfaultfd-rs/releases) - [Changelog](https://github.com/bytecodealliance/userfaultfd-rs/blob/main/CHANGELOG.md) - [Commits](https://github.com/bytecodealliance/userfaultfd-rs/commits/v0.9.0) Updates `bitflags` from 2.9.1 to 2.9.2 - [Release notes](https://github.com/bitflags/bitflags/releases) - [Changelog](https://github.com/bitflags/bitflags/blob/main/CHANGELOG.md) - [Commits](bitflags/bitflags@2.9.1...2.9.2) Updates `gdbstub` from 0.7.6 to 0.7.7 - [Release notes](https://github.com/daniel5151/gdbstub/releases) - [Changelog](https://github.com/daniel5151/gdbstub/blob/master/CHANGELOG.md) - [Commits](daniel5151/gdbstub@0.7.6...0.7.7) Updates `bindgen` from 0.68.1 to 0.69.5 - [Release notes](https://github.com/rust-lang/rust-bindgen/releases) - [Changelog](https://github.com/rust-lang/rust-bindgen/blob/v0.69.5/CHANGELOG.md) - [Commits](rust-lang/rust-bindgen@v0.68.1...v0.69.5) Updates `cc` from 1.2.32 to 1.2.33 - [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.2.32...cc-v1.2.33) Updates `userfaultfd-sys` from 0.5.0 to 0.6.0 - [Release notes](https://github.com/bytecodealliance/userfaultfd-rs/releases) - [Changelog](https://github.com/bytecodealliance/userfaultfd-rs/blob/main/CHANGELOG.md) - [Commits](https://github.com/bytecodealliance/userfaultfd-rs/commits) --- updated-dependencies: - dependency-name: thiserror dependency-version: 2.0.15 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: firecracker - dependency-name: proc-macro2 dependency-version: 1.0.101 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: firecracker - dependency-name: syn dependency-version: 2.0.106 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: firecracker - dependency-name: userfaultfd dependency-version: 0.9.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: firecracker - dependency-name: bitflags dependency-version: 2.9.2 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: firecracker - dependency-name: gdbstub dependency-version: 0.7.7 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: firecracker - dependency-name: bindgen dependency-version: 0.69.5 dependency-type: indirect update-type: version-update:semver-minor dependency-group: firecracker - dependency-name: cc dependency-version: 1.2.33 dependency-type: indirect update-type: version-update:semver-patch dependency-group: firecracker - dependency-name: userfaultfd-sys dependency-version: 0.6.0 dependency-type: indirect update-type: version-update:semver-minor dependency-group: firecracker ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 3028ac2 commit 5e94d12

File tree

13 files changed

+61
-87
lines changed

13 files changed

+61
-87
lines changed

Cargo.lock

Lines changed: 43 additions & 69 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: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ bench = false
1414

1515
[dependencies]
1616
displaydoc = "0.2.5"
17-
thiserror = "2.0.14"
17+
thiserror = "2.0.15"
1818
vm-memory = { version = "0.16.2", features = ["backend-mmap", "backend-bitmap"] }
1919
zerocopy = { version = "0.8.26", features = ["derive"] }
2020

src/clippy-tracing/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,9 @@ bench = false
1212
[dependencies]
1313
clap = { version = "4.5.45", features = ["derive"] }
1414
itertools = "0.14.0"
15-
proc-macro2 = { version = "1.0.97", features = ["span-locations"] }
15+
proc-macro2 = { version = "1.0.101", features = ["span-locations"] }
1616
quote = "1.0.40"
17-
syn = { version = "2.0.104", features = ["full", "extra-traits", "visit", "visit-mut", "printing"] }
17+
syn = { version = "2.0.106", features = ["full", "extra-traits", "visit", "visit-mut", "printing"] }
1818
walkdir = "2.5.0"
1919

2020
[dev-dependencies]

src/cpu-template-helper/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ libc = "0.2.175"
1919
log-instrument = { path = "../log-instrument", optional = true }
2020
serde = { version = "1.0.219", features = ["derive"] }
2121
serde_json = "1.0.142"
22-
thiserror = "2.0.14"
22+
thiserror = "2.0.15"
2323

2424
vmm = { path = "../vmm" }
2525
vmm-sys-util = "0.14.0"

src/firecracker/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ micro_http = { git = "https://github.com/firecracker-microvm/micro-http" }
2828
serde = { version = "1.0.219", features = ["derive"] }
2929
serde_derive = "1.0.136"
3030
serde_json = "1.0.142"
31-
thiserror = "2.0.14"
31+
thiserror = "2.0.15"
3232
timerfd = "1.6.0"
3333
utils = { path = "../utils" }
3434
vmm = { path = "../vmm" }
@@ -49,7 +49,7 @@ regex = { version = "1.11.1", default-features = false, features = [
4949

5050
# Dev-Dependencies for uffd examples
5151
serde = { version = "1.0.219", features = ["derive"] }
52-
userfaultfd = "0.8.1"
52+
userfaultfd = "0.9.0"
5353

5454
[lints]
5555
workspace = true

0 commit comments

Comments
 (0)