Skip to content

Commit

Permalink
build(deps): Bump the firecracker group with 5 updates
Browse files Browse the repository at this point in the history
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] <support@github.com>
  • Loading branch information
dependabot[bot] committed Jun 3, 2024
1 parent cee34ab commit b3cbac9
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 12 deletions.
20 changes: 10 additions & 10 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion src/clippy-tracing/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ bench = false
[dependencies]
clap = { version = "4.5.4", features = ["derive"] }
itertools = "0.13.0"
proc-macro2 = { version = "1.0.84", features = ["span-locations"] }
proc-macro2 = { version = "1.0.85", features = ["span-locations"] }
quote = "1.0.36"
syn = { version = "2.0.66", features = ["full", "extra-traits", "visit", "visit-mut", "printing"] }
walkdir = "2.5.0"
Expand Down
2 changes: 1 addition & 1 deletion src/log-instrument-macros/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ proc-macro = true
bench = false

[dependencies]
proc-macro2 = "1.0.84"
proc-macro2 = "1.0.85"
quote = "1.0.36"
syn = { version = "2.0.66", features = ["full", "extra-traits"] }

Expand Down

0 comments on commit b3cbac9

Please sign in to comment.