Skip to content

Commit

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

| Package | From | To |
| --- | --- | --- |
| [zerocopy](https://github.com/google/zerocopy) | `0.8.5` | `0.8.6` |
| [proc-macro2](https://github.com/dtolnay/proc-macro2) | `1.0.87` | `1.0.88` |
| [syn](https://github.com/dtolnay/syn) | `2.0.79` | `2.0.82` |
| [uuid](https://github.com/uuid-rs/uuid) | `1.10.0` | `1.11.0` |
| [libc](https://github.com/rust-lang/libc) | `0.2.159` | `0.2.161` |
| [serde_json](https://github.com/serde-rs/json) | `1.0.128` | `1.0.132` |
| [cc](https://github.com/rust-lang/cc-rs) | `1.1.30` | `1.1.31` |
| [prettyplease](https://github.com/dtolnay/prettyplease) | `0.2.22` | `0.2.24` |
| [uuid-macro-internal](https://github.com/uuid-rs/uuid) | `1.10.0` | `1.11.0` |


Updates `zerocopy` from 0.8.5 to 0.8.6
- [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 `proc-macro2` from 1.0.87 to 1.0.88
- [Release notes](https://github.com/dtolnay/proc-macro2/releases)
- [Commits](dtolnay/proc-macro2@1.0.87...1.0.88)

Updates `syn` from 2.0.79 to 2.0.82
- [Release notes](https://github.com/dtolnay/syn/releases)
- [Commits](dtolnay/syn@2.0.79...2.0.82)

Updates `uuid` from 1.10.0 to 1.11.0
- [Release notes](https://github.com/uuid-rs/uuid/releases)
- [Commits](uuid-rs/uuid@1.10.0...1.11.0)

Updates `libc` from 0.2.159 to 0.2.161
- [Release notes](https://github.com/rust-lang/libc/releases)
- [Changelog](https://github.com/rust-lang/libc/blob/0.2.161/CHANGELOG.md)
- [Commits](rust-lang/libc@0.2.159...0.2.161)

Updates `serde_json` from 1.0.128 to 1.0.132
- [Release notes](https://github.com/serde-rs/json/releases)
- [Commits](serde-rs/json@1.0.128...1.0.132)

Updates `cc` from 1.1.30 to 1.1.31
- [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.30...cc-v1.1.31)

Updates `prettyplease` from 0.2.22 to 0.2.24
- [Release notes](https://github.com/dtolnay/prettyplease/releases)
- [Commits](dtolnay/prettyplease@0.2.22...0.2.24)

Updates `uuid-macro-internal` from 1.10.0 to 1.11.0
- [Release notes](https://github.com/uuid-rs/uuid/releases)
- [Commits](uuid-rs/uuid@1.10.0...1.11.0)

---
updated-dependencies:
- dependency-name: zerocopy
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: firecracker
- dependency-name: proc-macro2
  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: uuid
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: firecracker
- dependency-name: libc
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: firecracker
- dependency-name: serde_json
  dependency-type: direct:production
  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: prettyplease
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: firecracker
- dependency-name: uuid-macro-internal
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: firecracker
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored and pb8o committed Oct 22, 2024
1 parent a0f1c6f commit a320a51
Show file tree
Hide file tree
Showing 12 changed files with 45 additions and 45 deletions.
46 changes: 23 additions & 23 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 @@ -10,7 +10,7 @@ license = "Apache-2.0"
displaydoc = "0.2.5"
thiserror = "1.0.64"
vm-memory = { version = "0.15.0", features = ["backend-mmap", "backend-bitmap"] }
zerocopy = { version = "0.8.5", features = ["derive"] }
zerocopy = { version = "0.8.6", features = ["derive"] }

[lib]
bench = false
Expand Down
6 changes: 3 additions & 3 deletions src/clippy-tracing/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,13 +12,13 @@ bench = false
[dependencies]
clap = { version = "4.5.20", features = ["derive"] }
itertools = "0.13.0"
proc-macro2 = { version = "1.0.87", features = ["span-locations"] }
proc-macro2 = { version = "1.0.88", features = ["span-locations"] }
quote = "1.0.37"
syn = { version = "2.0.79", features = ["full", "extra-traits", "visit", "visit-mut", "printing"] }
syn = { version = "2.0.82", features = ["full", "extra-traits", "visit", "visit-mut", "printing"] }
walkdir = "2.5.0"

[dev-dependencies]
uuid = { version = "1.10.0", features = ["v4"] }
uuid = { version = "1.11.0", features = ["v4"] }

[lints]
workspace = true
4 changes: 2 additions & 2 deletions src/cpu-template-helper/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,10 @@ bench = false
[dependencies]
clap = { version = "4.5.20", features = ["derive", "string"] }
displaydoc = "0.2.5"
libc = "0.2.159"
libc = "0.2.161"
log-instrument = { path = "../log-instrument", optional = true }
serde = { version = "1.0.210", features = ["derive"] }
serde_json = "1.0.128"
serde_json = "1.0.132"
thiserror = "1.0.64"

vmm = { path = "../vmm" }
Expand Down
8 changes: 4 additions & 4 deletions src/firecracker/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,14 +18,14 @@ bench = false
[dependencies]
displaydoc = "0.2.5"
event-manager = "0.4.0"
libc = "0.2.159"
libc = "0.2.161"
log-instrument = { path = "../log-instrument", optional = true }
micro_http = { git = "https://github.com/firecracker-microvm/micro-http" }

seccompiler = { path = "../seccompiler" }
serde = { version = "1.0.210", features = ["derive"] }
serde_derive = "1.0.136"
serde_json = "1.0.128"
serde_json = "1.0.132"
thiserror = "1.0.64"
timerfd = "1.6.0"
utils = { path = "../utils" }
Expand All @@ -34,7 +34,7 @@ vmm-sys-util = { version = "0.12.1", features = ["with-serde"] }

[dev-dependencies]
cargo_toml = "0.20.5"
libc = "0.2.159"
libc = "0.2.161"
regex = { version = "1.11.0", default-features = false, features = ["std", "unicode-perl"] }

# Dev-Dependencies for uffd examples
Expand All @@ -45,7 +45,7 @@ userfaultfd = "0.8.1"
bincode = "1.2.1"
seccompiler = { path = "../seccompiler" }
serde = { version = "1.0.210" }
serde_json = "1.0.128"
serde_json = "1.0.132"

[features]
tracing = ["log-instrument", "seccompiler/tracing", "utils/tracing", "vmm/tracing"]
Expand Down
2 changes: 1 addition & 1 deletion src/jailer/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ name = "jailer"
bench = false

[dependencies]
libc = "0.2.159"
libc = "0.2.161"
log-instrument = { path = "../log-instrument", optional = true }
nix = { version = "0.29.0", default-features = false, features = ["dir"] }
regex = { version = "1.11.0", default-features = false, features = ["std"] }
Expand Down
4 changes: 2 additions & 2 deletions src/log-instrument-macros/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,9 @@ proc-macro = true
bench = false

[dependencies]
proc-macro2 = "1.0.87"
proc-macro2 = "1.0.88"
quote = "1.0.37"
syn = { version = "2.0.79", features = ["full", "extra-traits"] }
syn = { version = "2.0.82", features = ["full", "extra-traits"] }

[lints]
workspace = true
2 changes: 1 addition & 1 deletion src/rebase-snap/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ bench = false

[dependencies]
displaydoc = "0.2.5"
libc = "0.2.159"
libc = "0.2.161"
log-instrument = { path = "../log-instrument", optional = true }
thiserror = "1.0.64"
vmm-sys-util = "0.12.1"
Expand Down
4 changes: 2 additions & 2 deletions src/seccompiler/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,10 @@ bench = false
[dependencies]
bincode = "1.2.1"
displaydoc = "0.2.5"
libc = "0.2.159"
libc = "0.2.161"
log-instrument = { path = "../log-instrument", optional = true }
serde = { version = "1.0.210", features = ["derive"] }
serde_json = "1.0.128"
serde_json = "1.0.132"
thiserror = "1.0.64"

utils = { path = "../utils" }
Expand Down
2 changes: 1 addition & 1 deletion src/snapshot-editor/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ clap = { version = "4.5.20", features = ["derive", "string"] }
displaydoc = "0.2.5"

fc_utils = { package = "utils", path = "../utils" }
libc = "0.2.159"
libc = "0.2.161"
log-instrument = { path = "../log-instrument", optional = true }
semver = "1.0.23"
thiserror = "1.0.64"
Expand Down
4 changes: 2 additions & 2 deletions src/utils/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,15 +11,15 @@ bench = false
[dependencies]
derive_more = { version = "1.0.0", default-features = false, features = ["from"] }
displaydoc = "0.2.5"
libc = "0.2.159"
libc = "0.2.161"
log-instrument = { path = "../log-instrument", optional = true }
serde = { version = "1.0.210", features = ["derive"] }
thiserror = "1.0.64"
vm-memory = { version = "0.15.0", features = ["backend-mmap", "backend-bitmap"] }
vmm-sys-util = "0.12.1"

[dev-dependencies]
serde_json = "1.0.128"
serde_json = "1.0.132"

[features]
tracing = ["log-instrument"]
Expand Down
6 changes: 3 additions & 3 deletions src/vmm/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ gdbstub_arch = { version = "0.3.1", optional = true }
kvm-bindings = { version = "0.9.1", features = ["fam-wrappers", "serde"] }
kvm-ioctls = "0.18.0"
lazy_static = "1.5.0"
libc = "0.2.159"
libc = "0.2.161"
linux-loader = "0.12.0"
log = { version = "0.4.22", features = ["std", "serde"] }
log-instrument = { path = "../log-instrument", optional = true }
Expand All @@ -35,7 +35,7 @@ micro_http = { git = "https://github.com/firecracker-microvm/micro-http" }
seccompiler = { path = "../seccompiler" }
semver = { version = "1.0.23", features = ["serde"] }
serde = { version = "1.0.210", features = ["derive", "rc"] }
serde_json = "1.0.128"
serde_json = "1.0.132"
slab = "0.4.7"
thiserror = "1.0.64"
timerfd = "1.5.0"
Expand All @@ -46,7 +46,7 @@ vm-allocator = "0.1.0"
vm-memory = { version = "0.15.0", features = ["backend-mmap", "backend-bitmap"] }
vm-superio = "0.8.0"
vmm-sys-util = { version = "0.12.1", features = ["with-serde"] }
zerocopy = { version = "0.8.5" }
zerocopy = { version = "0.8.6" }

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

0 comments on commit a320a51

Please sign in to comment.