Skip to content

Commit

Permalink
build(deps): Bump the firecracker group with 7 updates
Browse files Browse the repository at this point in the history
Bumps the firecracker group with 7 updates:

| Package | From | To |
| --- | --- | --- |
| [thiserror](https://github.com/dtolnay/thiserror) | `2.0.6` | `2.0.7` |
| [serde](https://github.com/serde-rs/serde) | `1.0.215` | `1.0.216` |
| [serde_derive](https://github.com/serde-rs/serde) | `1.0.215` | `1.0.216` |
| [semver](https://github.com/dtolnay/semver) | `1.0.23` | `1.0.24` |
| [proptest](https://github.com/proptest-rs/proptest) | `1.5.0` | `1.6.0` |
| [cc](https://github.com/rust-lang/cc-rs) | `1.2.3` | `1.2.4` |
| [home](https://github.com/rust-lang/cargo) | `0.5.9` | `0.5.11` |


Updates `thiserror` from 2.0.6 to 2.0.7
- [Release notes](https://github.com/dtolnay/thiserror/releases)
- [Commits](dtolnay/thiserror@2.0.6...2.0.7)

Updates `serde` from 1.0.215 to 1.0.216
- [Release notes](https://github.com/serde-rs/serde/releases)
- [Commits](serde-rs/serde@v1.0.215...v1.0.216)

Updates `serde_derive` from 1.0.215 to 1.0.216
- [Release notes](https://github.com/serde-rs/serde/releases)
- [Commits](serde-rs/serde@v1.0.215...v1.0.216)

Updates `semver` from 1.0.23 to 1.0.24
- [Release notes](https://github.com/dtolnay/semver/releases)
- [Commits](dtolnay/semver@1.0.23...1.0.24)

Updates `proptest` from 1.5.0 to 1.6.0
- [Release notes](https://github.com/proptest-rs/proptest/releases)
- [Changelog](https://github.com/proptest-rs/proptest/blob/main/CHANGELOG.md)
- [Commits](https://github.com/proptest-rs/proptest/commits)

Updates `cc` from 1.2.3 to 1.2.4
- [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.3...cc-v1.2.4)

Updates `home` from 0.5.9 to 0.5.11
- [Changelog](https://github.com/rust-lang/cargo/blob/master/CHANGELOG.md)
- [Commits](https://github.com/rust-lang/cargo/commits)

---
updated-dependencies:
- dependency-name: thiserror
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: firecracker
- dependency-name: serde
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: firecracker
- dependency-name: serde_derive
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: firecracker
- dependency-name: semver
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: firecracker
- dependency-name: proptest
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: firecracker
- dependency-name: cc
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: firecracker
- dependency-name: home
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: firecracker
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored and Manciukic committed Dec 16, 2024
1 parent 35502a5 commit 1709e4f
Show file tree
Hide file tree
Showing 10 changed files with 45 additions and 52 deletions.
61 changes: 27 additions & 34 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion src/acpi-tables/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ license = "Apache-2.0"

[dependencies]
displaydoc = "0.2.5"
thiserror = "2.0.6"
thiserror = "2.0.7"
vm-memory = { version = "0.16.1", features = ["backend-mmap", "backend-bitmap"] }
zerocopy = { version = "0.8.13", features = ["derive"] }

Expand Down
4 changes: 2 additions & 2 deletions src/cpu-template-helper/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,9 @@ clap = { version = "4.5.23", features = ["derive", "string"] }
displaydoc = "0.2.5"
libc = "0.2.168"
log-instrument = { path = "../log-instrument", optional = true }
serde = { version = "1.0.215", features = ["derive"] }
serde = { version = "1.0.216", features = ["derive"] }
serde_json = "1.0.133"
thiserror = "2.0.6"
thiserror = "2.0.7"

vmm = { path = "../vmm" }
vmm-sys-util = "0.12.1"
Expand Down
8 changes: 4 additions & 4 deletions src/firecracker/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -23,10 +23,10 @@ log-instrument = { path = "../log-instrument", optional = true }
micro_http = { git = "https://github.com/firecracker-microvm/micro-http" }

seccompiler = { path = "../seccompiler" }
serde = { version = "1.0.215", features = ["derive"] }
serde = { version = "1.0.216", features = ["derive"] }
serde_derive = "1.0.136"
serde_json = "1.0.133"
thiserror = "2.0.6"
thiserror = "2.0.7"
timerfd = "1.6.0"
utils = { path = "../utils" }
vmm = { path = "../vmm" }
Expand All @@ -38,13 +38,13 @@ libc = "0.2.168"
regex = { version = "1.11.1", default-features = false, features = ["std", "unicode-perl"] }

# Dev-Dependencies for uffd examples
serde = { version = "1.0.215", features = ["derive"] }
serde = { version = "1.0.216", features = ["derive"] }
userfaultfd = "0.8.1"

[build-dependencies]
bincode = "1.2.1"
seccompiler = { path = "../seccompiler" }
serde = { version = "1.0.215" }
serde = { version = "1.0.216" }
serde_json = "1.0.133"

[features]
Expand Down
2 changes: 1 addition & 1 deletion src/jailer/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ bench = false
libc = "0.2.168"
log-instrument = { path = "../log-instrument", optional = true }
regex = { version = "1.11.1", default-features = false, features = ["std"] }
thiserror = "2.0.6"
thiserror = "2.0.7"
vmm-sys-util = "0.12.1"

utils = { path = "../utils" }
Expand Down
2 changes: 1 addition & 1 deletion src/rebase-snap/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ bench = false
displaydoc = "0.2.5"
libc = "0.2.168"
log-instrument = { path = "../log-instrument", optional = true }
thiserror = "2.0.6"
thiserror = "2.0.7"
vmm-sys-util = "0.12.1"

utils = { path = "../utils" }
Expand Down
4 changes: 2 additions & 2 deletions src/seccompiler/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,9 @@ bincode = "1.2.1"
displaydoc = "0.2.5"
libc = "0.2.168"
log-instrument = { path = "../log-instrument", optional = true }
serde = { version = "1.0.215", features = ["derive"] }
serde = { version = "1.0.216", features = ["derive"] }
serde_json = "1.0.133"
thiserror = "2.0.6"
thiserror = "2.0.7"

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

Expand Down
4 changes: 2 additions & 2 deletions src/snapshot-editor/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@ displaydoc = "0.2.5"
fc_utils = { package = "utils", path = "../utils" }
libc = "0.2.168"
log-instrument = { path = "../log-instrument", optional = true }
semver = "1.0.23"
thiserror = "2.0.6"
semver = "1.0.24"
thiserror = "2.0.7"
vmm = { path = "../vmm" }
vmm-sys-util = "0.12.1"

Expand Down
2 changes: 1 addition & 1 deletion src/utils/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ bench = false
displaydoc = "0.2.5"
libc = "0.2.168"
log-instrument = { path = "../log-instrument", optional = true }
thiserror = "2.0.6"
thiserror = "2.0.7"

[features]
tracing = ["log-instrument"]
Expand Down
8 changes: 4 additions & 4 deletions src/vmm/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -32,11 +32,11 @@ memfd = "0.6.3"
micro_http = { git = "https://github.com/firecracker-microvm/micro-http" }

seccompiler = { path = "../seccompiler" }
semver = { version = "1.0.23", features = ["serde"] }
serde = { version = "1.0.215", features = ["derive", "rc"] }
semver = { version = "1.0.24", features = ["serde"] }
serde = { version = "1.0.216", features = ["derive", "rc"] }
serde_json = "1.0.133"
slab = "0.4.7"
thiserror = "2.0.6"
thiserror = "2.0.7"
timerfd = "1.5.0"
userfaultfd = "0.8.1"
utils = { path = "../utils" }
Expand All @@ -54,7 +54,7 @@ vm-fdt = "0.3.0"
criterion = { version = "0.5.0", default-features = false }
device_tree = "1.1.0"
itertools = "0.13.0"
proptest = { version = "1.5.0", default-features = false, features = ["std"] }
proptest = { version = "1.6.0", default-features = false, features = ["std"] }

[features]
default = []
Expand Down

0 comments on commit 1709e4f

Please sign in to comment.