Skip to content

Commit 2c03c5a

Browse files
dependabot[bot]zulinx86
authored andcommitted
build(deps): Bump the firecracker group with 11 updates
Bumps the firecracker group with 11 updates: | Package | From | To | | --- | --- | --- | | [thiserror](https://github.com/dtolnay/thiserror) | `1.0.62` | `1.0.63` | | [syn](https://github.com/dtolnay/syn) | `2.0.71` | `2.0.72` | | [cargo_toml](https://gitlab.com/lib.rs/cargo_toml) | `0.20.3` | `0.20.4` | | [aws-lc-rs](https://github.com/awslabs/aws-lc-rs) | `1.8.0` | `1.8.1` | | [aws-lc-sys](https://github.com/aws/aws-lc-rs) | `0.19.0` | `0.20.0` | | [cc](https://github.com/rust-lang/cc-rs) | `1.1.5` | `1.1.6` | | [libloading](https://github.com/nagisa/rust_libloading) | `0.8.4` | `0.8.5` | | [thiserror-impl](https://github.com/dtolnay/thiserror) | `1.0.62` | `1.0.63` | | [toml](https://github.com/toml-rs/toml) | `0.8.14` | `0.8.15` | | [toml_edit](https://github.com/toml-rs/toml) | `0.22.15` | `0.22.16` | | [winnow](https://github.com/winnow-rs/winnow) | `0.6.13` | `0.6.14` | Updates `thiserror` from 1.0.62 to 1.0.63 - [Release notes](https://github.com/dtolnay/thiserror/releases) - [Commits](dtolnay/thiserror@1.0.62...1.0.63) Updates `syn` from 2.0.71 to 2.0.72 - [Release notes](https://github.com/dtolnay/syn/releases) - [Commits](dtolnay/syn@2.0.71...2.0.72) Updates `cargo_toml` from 0.20.3 to 0.20.4 - [Commits](https://gitlab.com/lib.rs/cargo_toml/compare/v0.20.3...v0.20.4) Updates `aws-lc-rs` from 1.8.0 to 1.8.1 - [Release notes](https://github.com/awslabs/aws-lc-rs/releases) - [Commits](aws/aws-lc-rs@v1.8.0...v1.8.1) Updates `aws-lc-sys` from 0.19.0 to 0.20.0 - [Release notes](https://github.com/aws/aws-lc-rs/releases) - [Commits](aws/aws-lc-rs@aws-lc-sys/v0.19.0...aws-lc-sys/v0.20.0) Updates `cc` from 1.1.5 to 1.1.6 - [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.5...cc-v1.1.6) Updates `libloading` from 0.8.4 to 0.8.5 - [Commits](nagisa/rust_libloading@0.8.4...0.8.5) Updates `thiserror-impl` from 1.0.62 to 1.0.63 - [Release notes](https://github.com/dtolnay/thiserror/releases) - [Commits](dtolnay/thiserror@1.0.62...1.0.63) Updates `toml` from 0.8.14 to 0.8.15 - [Commits](toml-rs/toml@toml-v0.8.14...toml-v0.8.15) Updates `toml_edit` from 0.22.15 to 0.22.16 - [Commits](toml-rs/toml@v0.22.15...v0.22.16) Updates `winnow` from 0.6.13 to 0.6.14 - [Changelog](https://github.com/winnow-rs/winnow/blob/main/CHANGELOG.md) - [Commits](winnow-rs/winnow@v0.6.13...v0.6.14) --- updated-dependencies: - dependency-name: thiserror 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: cargo_toml dependency-type: direct:production update-type: version-update:semver-patch dependency-group: firecracker - dependency-name: aws-lc-rs dependency-type: direct:production update-type: version-update:semver-patch dependency-group: firecracker - dependency-name: aws-lc-sys dependency-type: indirect 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: libloading dependency-type: indirect update-type: version-update:semver-patch dependency-group: firecracker - dependency-name: thiserror-impl dependency-type: indirect update-type: version-update:semver-patch dependency-group: firecracker - dependency-name: toml dependency-type: indirect update-type: version-update:semver-patch dependency-group: firecracker - dependency-name: toml_edit dependency-type: indirect update-type: version-update:semver-patch dependency-group: firecracker - dependency-name: winnow dependency-type: indirect update-type: version-update:semver-patch dependency-group: firecracker ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 26b9326 commit 2c03c5a

File tree

12 files changed

+35
-35
lines changed

12 files changed

+35
-35
lines changed

Cargo.lock

Lines changed: 22 additions & 22 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
@@ -8,7 +8,7 @@ license = "Apache-2.0"
88

99
[dependencies]
1010
displaydoc = "0.2.5"
11-
thiserror = "1.0.62"
11+
thiserror = "1.0.63"
1212
vm-memory = { version = "0.14.1", features = ["backend-mmap", "backend-bitmap"] }
1313
zerocopy = { version = "0.7.35", features = ["derive"] }
1414

src/clippy-tracing/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ clap = { version = "4.5.9", features = ["derive"] }
1414
itertools = "0.13.0"
1515
proc-macro2 = { version = "1.0.86", features = ["span-locations"] }
1616
quote = "1.0.36"
17-
syn = { version = "2.0.71", features = ["full", "extra-traits", "visit", "visit-mut", "printing"] }
17+
syn = { version = "2.0.72", 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
@@ -16,7 +16,7 @@ libc = "0.2.155"
1616
log-instrument = { path = "../log-instrument", optional = true }
1717
serde = { version = "1.0.204", features = ["derive"] }
1818
serde_json = "1.0.120"
19-
thiserror = "1.0.62"
19+
thiserror = "1.0.63"
2020

2121
vmm = { path = "../vmm" }
2222
vmm-sys-util = { version = "0.12.1", features = ["with-serde"] }

src/firecracker/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,13 +26,13 @@ seccompiler = { path = "../seccompiler" }
2626
serde = { version = "1.0.204", features = ["derive"] }
2727
serde_derive = "1.0.136"
2828
serde_json = "1.0.120"
29-
thiserror = "1.0.62"
29+
thiserror = "1.0.63"
3030
timerfd = "1.6.0"
3131
utils = { path = "../utils" }
3232
vmm = { path = "../vmm" }
3333

3434
[dev-dependencies]
35-
cargo_toml = "0.20.3"
35+
cargo_toml = "0.20.4"
3636
libc = "0.2.155"
3737
regex = { version = "1.10.5", default-features = false, features = ["std", "unicode-perl"] }
3838

src/jailer/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ libc = "0.2.155"
1616
log-instrument = { path = "../log-instrument", optional = true }
1717
nix = { version = "0.29.0", default-features = false, features = ["dir"] }
1818
regex = { version = "1.10.5", default-features = false, features = ["std"] }
19-
thiserror = "1.0.62"
19+
thiserror = "1.0.63"
2020

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

src/log-instrument-macros/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ bench = false
1313
[dependencies]
1414
proc-macro2 = "1.0.86"
1515
quote = "1.0.36"
16-
syn = { version = "2.0.71", features = ["full", "extra-traits"] }
16+
syn = { version = "2.0.72", 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
@@ -13,7 +13,7 @@ bench = false
1313
displaydoc = "0.2.5"
1414
libc = "0.2.155"
1515
log-instrument = { path = "../log-instrument", optional = true }
16-
thiserror = "1.0.62"
16+
thiserror = "1.0.63"
1717

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

src/seccompiler/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ libc = "0.2.155"
2222
log-instrument = { path = "../log-instrument", optional = true }
2323
serde = { version = "1.0.204", features = ["derive"] }
2424
serde_json = "1.0.120"
25-
thiserror = "1.0.62"
25+
thiserror = "1.0.63"
2626

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

src/snapshot-editor/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ fc_utils = { package = "utils", path = "../utils" }
1717
libc = "0.2.155"
1818
log-instrument = { path = "../log-instrument", optional = true }
1919
semver = "1.0.23"
20-
thiserror = "1.0.62"
20+
thiserror = "1.0.63"
2121
vmm = { path = "../vmm" }
2222

2323
[target.'cfg(target_arch = "aarch64")'.dependencies]

0 commit comments

Comments
 (0)