Skip to content

Commit a320a51

Browse files
dependabot[bot]pb8o
authored andcommitted
build(deps): Bump the firecracker group with 9 updates
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] <[email protected]>
1 parent a0f1c6f commit a320a51

File tree

12 files changed

+45
-45
lines changed

12 files changed

+45
-45
lines changed

Cargo.lock

Lines changed: 23 additions & 23 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
@@ -10,7 +10,7 @@ license = "Apache-2.0"
1010
displaydoc = "0.2.5"
1111
thiserror = "1.0.64"
1212
vm-memory = { version = "0.15.0", features = ["backend-mmap", "backend-bitmap"] }
13-
zerocopy = { version = "0.8.5", features = ["derive"] }
13+
zerocopy = { version = "0.8.6", features = ["derive"] }
1414

1515
[lib]
1616
bench = false

src/clippy-tracing/Cargo.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,13 +12,13 @@ bench = false
1212
[dependencies]
1313
clap = { version = "4.5.20", features = ["derive"] }
1414
itertools = "0.13.0"
15-
proc-macro2 = { version = "1.0.87", features = ["span-locations"] }
15+
proc-macro2 = { version = "1.0.88", features = ["span-locations"] }
1616
quote = "1.0.37"
17-
syn = { version = "2.0.79", features = ["full", "extra-traits", "visit", "visit-mut", "printing"] }
17+
syn = { version = "2.0.82", features = ["full", "extra-traits", "visit", "visit-mut", "printing"] }
1818
walkdir = "2.5.0"
1919

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

2323
[lints]
2424
workspace = true

src/cpu-template-helper/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,10 +12,10 @@ bench = false
1212
[dependencies]
1313
clap = { version = "4.5.20", features = ["derive", "string"] }
1414
displaydoc = "0.2.5"
15-
libc = "0.2.159"
15+
libc = "0.2.161"
1616
log-instrument = { path = "../log-instrument", optional = true }
1717
serde = { version = "1.0.210", features = ["derive"] }
18-
serde_json = "1.0.128"
18+
serde_json = "1.0.132"
1919
thiserror = "1.0.64"
2020

2121
vmm = { path = "../vmm" }

src/firecracker/Cargo.toml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -18,14 +18,14 @@ bench = false
1818
[dependencies]
1919
displaydoc = "0.2.5"
2020
event-manager = "0.4.0"
21-
libc = "0.2.159"
21+
libc = "0.2.161"
2222
log-instrument = { path = "../log-instrument", optional = true }
2323
micro_http = { git = "https://github.com/firecracker-microvm/micro-http" }
2424

2525
seccompiler = { path = "../seccompiler" }
2626
serde = { version = "1.0.210", features = ["derive"] }
2727
serde_derive = "1.0.136"
28-
serde_json = "1.0.128"
28+
serde_json = "1.0.132"
2929
thiserror = "1.0.64"
3030
timerfd = "1.6.0"
3131
utils = { path = "../utils" }
@@ -34,7 +34,7 @@ vmm-sys-util = { version = "0.12.1", features = ["with-serde"] }
3434

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

4040
# Dev-Dependencies for uffd examples
@@ -45,7 +45,7 @@ userfaultfd = "0.8.1"
4545
bincode = "1.2.1"
4646
seccompiler = { path = "../seccompiler" }
4747
serde = { version = "1.0.210" }
48-
serde_json = "1.0.128"
48+
serde_json = "1.0.132"
4949

5050
[features]
5151
tracing = ["log-instrument", "seccompiler/tracing", "utils/tracing", "vmm/tracing"]

src/jailer/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ name = "jailer"
1212
bench = false
1313

1414
[dependencies]
15-
libc = "0.2.159"
15+
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.0", default-features = false, features = ["std"] }

src/log-instrument-macros/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,9 @@ proc-macro = true
1111
bench = false
1212

1313
[dependencies]
14-
proc-macro2 = "1.0.87"
14+
proc-macro2 = "1.0.88"
1515
quote = "1.0.37"
16-
syn = { version = "2.0.79", features = ["full", "extra-traits"] }
16+
syn = { version = "2.0.82", features = ["full", "extra-traits"] }
1717

1818
[lints]
1919
workspace = true

src/rebase-snap/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ bench = false
1111

1212
[dependencies]
1313
displaydoc = "0.2.5"
14-
libc = "0.2.159"
14+
libc = "0.2.161"
1515
log-instrument = { path = "../log-instrument", optional = true }
1616
thiserror = "1.0.64"
1717
vmm-sys-util = "0.12.1"

src/seccompiler/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,10 +18,10 @@ bench = false
1818
[dependencies]
1919
bincode = "1.2.1"
2020
displaydoc = "0.2.5"
21-
libc = "0.2.159"
21+
libc = "0.2.161"
2222
log-instrument = { path = "../log-instrument", optional = true }
2323
serde = { version = "1.0.210", features = ["derive"] }
24-
serde_json = "1.0.128"
24+
serde_json = "1.0.132"
2525
thiserror = "1.0.64"
2626

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

src/snapshot-editor/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ clap = { version = "4.5.20", features = ["derive", "string"] }
1414
displaydoc = "0.2.5"
1515

1616
fc_utils = { package = "utils", path = "../utils" }
17-
libc = "0.2.159"
17+
libc = "0.2.161"
1818
log-instrument = { path = "../log-instrument", optional = true }
1919
semver = "1.0.23"
2020
thiserror = "1.0.64"

0 commit comments

Comments
 (0)