Skip to content

Commit a0cf9ab

Browse files
dependabot[bot]pb8o
authored andcommitted
build(deps): Bump the firecracker group with 5 updates
Bumps the firecracker group with 5 updates: | Package | From | To | | --- | --- | --- | | [proc-macro2](https://github.com/dtolnay/proc-macro2) | `1.0.84` | `1.0.85` | | [clang-sys](https://github.com/KyleMayes/clang-sys) | `1.8.0` | `1.8.1` | | [toml](https://github.com/toml-rs/toml) | `0.8.13` | `0.8.14` | | [toml_edit](https://github.com/toml-rs/toml) | `0.22.13` | `0.22.14` | | [winnow](https://github.com/winnow-rs/winnow) | `0.6.8` | `0.6.9` | Updates `proc-macro2` from 1.0.84 to 1.0.85 - [Release notes](https://github.com/dtolnay/proc-macro2/releases) - [Commits](dtolnay/proc-macro2@1.0.84...1.0.85) Updates `clang-sys` from 1.8.0 to 1.8.1 - [Release notes](https://github.com/KyleMayes/clang-sys/releases) - [Changelog](https://github.com/KyleMayes/clang-sys/blob/master/CHANGELOG.md) - [Commits](KyleMayes/clang-sys@v1.8.0...v1.8.1) Updates `toml` from 0.8.13 to 0.8.14 - [Commits](toml-rs/toml@toml-v0.8.13...toml-v0.8.14) Updates `toml_edit` from 0.22.13 to 0.22.14 - [Commits](toml-rs/toml@v0.22.13...v0.22.14) Updates `winnow` from 0.6.8 to 0.6.9 - [Changelog](https://github.com/winnow-rs/winnow/blob/main/CHANGELOG.md) - [Commits](winnow-rs/winnow@v0.6.8...v0.6.9) --- updated-dependencies: - dependency-name: proc-macro2 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: firecracker - dependency-name: clang-sys 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 cee34ab commit a0cf9ab

File tree

3 files changed

+12
-12
lines changed

3 files changed

+12
-12
lines changed

Cargo.lock

Lines changed: 10 additions & 10 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: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ bench = false
1212
[dependencies]
1313
clap = { version = "4.5.4", features = ["derive"] }
1414
itertools = "0.13.0"
15-
proc-macro2 = { version = "1.0.84", features = ["span-locations"] }
15+
proc-macro2 = { version = "1.0.85", features = ["span-locations"] }
1616
quote = "1.0.36"
1717
syn = { version = "2.0.66", features = ["full", "extra-traits", "visit", "visit-mut", "printing"] }
1818
walkdir = "2.5.0"

src/log-instrument-macros/Cargo.toml

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

1313
[dependencies]
14-
proc-macro2 = "1.0.84"
14+
proc-macro2 = "1.0.85"
1515
quote = "1.0.36"
1616
syn = { version = "2.0.66", features = ["full", "extra-traits"] }
1717

0 commit comments

Comments
 (0)