Skip to content

Commit a801f43

Browse files
dependabot[bot]pb8o
authored andcommitted
build(deps): Bump the firecracker group with 3 updates
Bumps the firecracker group with 3 updates: [syn](https://github.com/dtolnay/syn), [micro_http](https://github.com/firecracker-microvm/micro-http) and [indexmap](https://github.com/indexmap-rs/indexmap). Updates `syn` from 2.0.76 to 2.0.77 - [Release notes](https://github.com/dtolnay/syn/releases) - [Commits](dtolnay/syn@2.0.76...2.0.77) Updates `micro_http` from `ef43cef` to `8182cd5` - [Commits](firecracker-microvm/micro-http@ef43cef...8182cd5) Updates `indexmap` from 2.4.0 to 2.5.0 - [Changelog](https://github.com/indexmap-rs/indexmap/blob/master/RELEASES.md) - [Commits](indexmap-rs/indexmap@2.4.0...2.5.0) --- updated-dependencies: - dependency-name: syn dependency-type: direct:production update-type: version-update:semver-patch dependency-group: firecracker - dependency-name: micro_http dependency-type: direct:production dependency-group: firecracker - dependency-name: indexmap dependency-type: indirect update-type: version-update:semver-minor dependency-group: firecracker ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 63749ec commit a801f43

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
lines changed

Cargo.lock

Lines changed: 5 additions & 5 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
@@ -14,7 +14,7 @@ clap = { version = "4.5.16", features = ["derive"] }
1414
itertools = "0.13.0"
1515
proc-macro2 = { version = "1.0.86", features = ["span-locations"] }
1616
quote = "1.0.37"
17-
syn = { version = "2.0.76", features = ["full", "extra-traits", "visit", "visit-mut", "printing"] }
17+
syn = { version = "2.0.77", 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.86"
1515
quote = "1.0.37"
16-
syn = { version = "2.0.76", features = ["full", "extra-traits"] }
16+
syn = { version = "2.0.77", features = ["full", "extra-traits"] }
1717

1818
[lints]
1919
workspace = true

0 commit comments

Comments
 (0)