Skip to content

Commit d86ae0d

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 | | --- | --- | --- | | [zerocopy](https://github.com/google/zerocopy) | `0.8.40` | `0.8.42` | | [quote](https://github.com/dtolnay/quote) | `1.0.44` | `1.0.45` | | [uuid](https://github.com/uuid-rs/uuid) | `1.21.0` | `1.22.0` | | [libc](https://github.com/rust-lang/libc) | `0.2.182` | `0.2.183` | | [glam](https://github.com/bitshifter/glam-rs) | `0.32.0` | `0.32.1` | | [jiff](https://github.com/BurntSushi/jiff) | `0.2.22` | `0.2.23` | | [jiff-static](https://github.com/BurntSushi/jiff) | `0.2.22` | `0.2.23` | | [winnow](https://github.com/winnow-rs/winnow) | `0.7.14` | `0.7.15` | | [zerocopy-derive](https://github.com/google/zerocopy) | `0.8.40` | `0.8.42` | Updates `zerocopy` from 0.8.40 to 0.8.42 - [Release notes](https://github.com/google/zerocopy/releases) - [Changelog](https://github.com/google/zerocopy/blob/main/CHANGELOG.md) - [Commits](google/zerocopy@v0.8.40...v0.8.42) Updates `quote` from 1.0.44 to 1.0.45 - [Release notes](https://github.com/dtolnay/quote/releases) - [Commits](dtolnay/quote@1.0.44...1.0.45) Updates `uuid` from 1.21.0 to 1.22.0 - [Release notes](https://github.com/uuid-rs/uuid/releases) - [Commits](uuid-rs/uuid@v1.21.0...v1.22.0) Updates `libc` from 0.2.182 to 0.2.183 - [Release notes](https://github.com/rust-lang/libc/releases) - [Changelog](https://github.com/rust-lang/libc/blob/0.2.183/CHANGELOG.md) - [Commits](rust-lang/libc@0.2.182...0.2.183) Updates `glam` from 0.32.0 to 0.32.1 - [Changelog](https://github.com/bitshifter/glam-rs/blob/main/CHANGELOG.md) - [Commits](bitshifter/glam-rs@0.32.0...0.32.1) Updates `jiff` from 0.2.22 to 0.2.23 - [Release notes](https://github.com/BurntSushi/jiff/releases) - [Changelog](https://github.com/BurntSushi/jiff/blob/master/CHANGELOG.md) - [Commits](BurntSushi/jiff@jiff-static-0.2.22...jiff-static-0.2.23) Updates `jiff-static` from 0.2.22 to 0.2.23 - [Release notes](https://github.com/BurntSushi/jiff/releases) - [Changelog](https://github.com/BurntSushi/jiff/blob/master/CHANGELOG.md) - [Commits](BurntSushi/jiff@jiff-static-0.2.22...jiff-static-0.2.23) Updates `winnow` from 0.7.14 to 0.7.15 - [Changelog](https://github.com/winnow-rs/winnow/blob/main/CHANGELOG.md) - [Commits](winnow-rs/winnow@v0.7.14...v0.7.15) Updates `zerocopy-derive` from 0.8.40 to 0.8.42 - [Release notes](https://github.com/google/zerocopy/releases) - [Changelog](https://github.com/google/zerocopy/blob/main/CHANGELOG.md) - [Commits](google/zerocopy@v0.8.40...v0.8.42) --- updated-dependencies: - dependency-name: zerocopy dependency-version: 0.8.42 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: firecracker - dependency-name: quote dependency-version: 1.0.45 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: firecracker - dependency-name: uuid dependency-version: 1.22.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: firecracker - dependency-name: libc dependency-version: 0.2.183 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: firecracker - dependency-name: glam dependency-version: 0.32.1 dependency-type: indirect update-type: version-update:semver-patch dependency-group: firecracker - dependency-name: jiff dependency-version: 0.2.23 dependency-type: indirect update-type: version-update:semver-patch dependency-group: firecracker - dependency-name: jiff-static dependency-version: 0.2.23 dependency-type: indirect update-type: version-update:semver-patch dependency-group: firecracker - dependency-name: winnow dependency-version: 0.7.15 dependency-type: indirect update-type: version-update:semver-patch dependency-group: firecracker - dependency-name: zerocopy-derive dependency-version: 0.8.42 dependency-type: indirect update-type: version-update:semver-patch dependency-group: firecracker ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent b545717 commit d86ae0d

13 files changed

Lines changed: 78 additions & 40 deletions

File tree

Cargo.lock

Lines changed: 61 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
@@ -16,7 +16,7 @@ bench = false
1616
displaydoc = "0.2.5"
1717
thiserror = "2.0.18"
1818
vm-memory = { version = "0.17.1", features = ["backend-mmap", "backend-bitmap"] }
19-
zerocopy = { version = "0.8.40", features = ["derive"] }
19+
zerocopy = { version = "0.8.42", features = ["derive"] }
2020

2121
[lints]
2222
workspace = true

src/clippy-tracing/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,12 +13,12 @@ bench = false
1313
clap = { version = "4.5.60", features = ["derive"] }
1414
itertools = "0.14.0"
1515
proc-macro2 = { version = "1.0.106", features = ["span-locations"] }
16-
quote = "1.0.44"
16+
quote = "1.0.45"
1717
syn = { version = "2.0.117", features = ["full", "extra-traits", "visit", "visit-mut", "printing"] }
1818
walkdir = "2.5.0"
1919

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

2323
[lints]
2424
workspace = true

src/cpu-template-helper/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ tracing = ["log-instrument", "vmm/tracing"]
1515
[dependencies]
1616
clap = { version = "4.5.60", features = ["derive", "string"] }
1717
displaydoc = "0.2.5"
18-
libc = "0.2.182"
18+
libc = "0.2.183"
1919
log-instrument = { path = "../log-instrument", optional = true }
2020
serde = { version = "1.0.228", features = ["derive"] }
2121
serde_json = "1.0.149"

src/firecracker/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ gdb = ["vmm/gdb"]
2222
[dependencies]
2323
displaydoc = "0.2.5"
2424
event-manager = "0.4.2"
25-
libc = "0.2.182"
25+
libc = "0.2.183"
2626
log-instrument = { path = "../log-instrument", optional = true }
2727
micro_http = { git = "https://github.com/firecracker-microvm/micro-http" }
2828
serde = { version = "1.0.228", features = ["derive"] }
@@ -40,7 +40,7 @@ serde_json = "1.0.149"
4040

4141
[dev-dependencies]
4242
cargo_toml = "0.22.3"
43-
libc = "0.2.182"
43+
libc = "0.2.183"
4444
regex = { version = "1.12.3", default-features = false, features = [
4545
"std",
4646
"unicode-perl",

src/jailer/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ bench = false
1515
tracing = ["log-instrument", "utils/tracing"]
1616

1717
[dependencies]
18-
libc = "0.2.182"
18+
libc = "0.2.183"
1919
log-instrument = { path = "../log-instrument", optional = true }
2020
regex = { version = "1.12.3", default-features = false, features = ["std"] }
2121
thiserror = "2.0.18"

src/log-instrument-macros/Cargo.toml

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

1313
[dependencies]
1414
proc-macro2 = "1.0.106"
15-
quote = "1.0.44"
15+
quote = "1.0.45"
1616
syn = { version = "2.0.117", features = ["full", "extra-traits"] }
1717

1818
[lints]

src/pci/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ default = []
1414
[dependencies]
1515

1616
displaydoc = "0.2.5"
17-
libc = "0.2.182"
17+
libc = "0.2.183"
1818
log = "0.4.29"
1919
serde = { version = "1.0.228", features = ["derive"] }
2020
thiserror = "2.0.18"

src/rebase-snap/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ tracing = ["log-instrument", "utils/tracing"]
1414

1515
[dependencies]
1616
displaydoc = "0.2.5"
17-
libc = "0.2.182"
17+
libc = "0.2.183"
1818
log-instrument = { path = "../log-instrument", optional = true }
1919
thiserror = "2.0.18"
2020
vmm-sys-util = "0.15.0"

src/seccompiler/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,11 +19,11 @@ bench = false
1919
bitcode = { version = "0.6.9", features = ["serde"] }
2020
clap = { version = "4.5.60", features = ["derive", "string"] }
2121
displaydoc = "0.2.5"
22-
libc = "0.2.182"
22+
libc = "0.2.183"
2323
serde = { version = "1.0.228", features = ["derive"] }
2424
serde_json = "1.0.149"
2525
thiserror = "2.0.18"
26-
zerocopy = { version = "0.8.40" }
26+
zerocopy = { version = "0.8.42" }
2727

2828
[lints]
2929
workspace = true

0 commit comments

Comments
 (0)