Skip to content

Commit da47e8f

Browse files
dependabot[bot]roypat
authored andcommitted
build(deps): Bump the firecracker group with 6 updates
Bumps the firecracker group with 6 updates: | Package | From | To | | --- | --- | --- | | [itertools](https://github.com/rust-itertools/itertools) | `0.13.0` | `0.14.0` | | [syn](https://github.com/dtolnay/syn) | `2.0.93` | `2.0.95` | | [aws-lc-sys](https://github.com/aws/aws-lc-rs) | `0.24.0` | `0.24.1` | | [cc](https://github.com/rust-lang/cc-rs) | `1.2.6` | `1.2.7` | | [prettyplease](https://github.com/dtolnay/prettyplease) | `0.2.25` | `0.2.27` | | [winnow](https://github.com/winnow-rs/winnow) | `0.6.20` | `0.6.22` | Updates `itertools` from 0.13.0 to 0.14.0 - [Changelog](https://github.com/rust-itertools/itertools/blob/master/CHANGELOG.md) - [Commits](rust-itertools/itertools@v0.13.0...v0.14.0) Updates `syn` from 2.0.93 to 2.0.95 - [Release notes](https://github.com/dtolnay/syn/releases) - [Commits](dtolnay/syn@2.0.93...2.0.95) Updates `aws-lc-sys` from 0.24.0 to 0.24.1 - [Release notes](https://github.com/aws/aws-lc-rs/releases) - [Commits](aws/aws-lc-rs@aws-lc-sys/v0.24.0...aws-lc-sys/v0.24.1) Updates `cc` from 1.2.6 to 1.2.7 - [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.6...cc-v1.2.7) Updates `prettyplease` from 0.2.25 to 0.2.27 - [Release notes](https://github.com/dtolnay/prettyplease/releases) - [Commits](dtolnay/prettyplease@0.2.25...0.2.27) Updates `winnow` from 0.6.20 to 0.6.22 - [Changelog](https://github.com/winnow-rs/winnow/blob/main/CHANGELOG.md) - [Commits](winnow-rs/winnow@v0.6.20...v0.6.22) --- updated-dependencies: - dependency-name: itertools dependency-type: direct:production update-type: version-update:semver-minor dependency-group: firecracker - dependency-name: syn 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-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: winnow dependency-type: indirect update-type: version-update:semver-patch dependency-group: firecracker ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 02ee97e commit da47e8f

File tree

4 files changed

+21
-22
lines changed

4 files changed

+21
-22
lines changed

Cargo.lock

Lines changed: 17 additions & 18 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/clippy-tracing/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,10 +11,10 @@ bench = false
1111

1212
[dependencies]
1313
clap = { version = "4.5.23", features = ["derive"] }
14-
itertools = "0.13.0"
14+
itertools = "0.14.0"
1515
proc-macro2 = { version = "1.0.92", features = ["span-locations"] }
1616
quote = "1.0.38"
17-
syn = { version = "2.0.93", features = ["full", "extra-traits", "visit", "visit-mut", "printing"] }
17+
syn = { version = "2.0.95", features = ["full", "extra-traits", "visit", "visit-mut", "printing"] }
1818
walkdir = "2.5.0"
1919

2020
[dev-dependencies]

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.92"
1515
quote = "1.0.38"
16-
syn = { version = "2.0.93", features = ["full", "extra-traits"] }
16+
syn = { version = "2.0.95", features = ["full", "extra-traits"] }
1717

1818
[lints]
1919
workspace = true

src/vmm/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ vm-fdt = "0.3.0"
5353
[dev-dependencies]
5454
criterion = { version = "0.5.0", default-features = false }
5555
device_tree = "1.1.0"
56-
itertools = "0.13.0"
56+
itertools = "0.14.0"
5757
proptest = { version = "1.6.0", default-features = false, features = ["std"] }
5858

5959
[features]

0 commit comments

Comments
 (0)