Skip to content

Commit 8f31f27

Browse files
build(deps): Bump the firecracker group with 6 updates
Bumps the firecracker group with 6 updates: | Package | From | To | | --- | --- | --- | | [syn](https://github.com/dtolnay/syn) | `2.0.50` | `2.0.51` | | [micro_http](https://github.com/firecracker-microvm/micro-http) | ``7e2684d`` | ``ef43cef`` | | [nix](https://github.com/nix-rust/nix) | `0.27.1` | `0.28.0` | | [cc](https://github.com/rust-lang/cc-rs) | `1.0.86` | `1.0.88` | | [half](https://github.com/starkat99/half-rs) | `2.3.1` | `2.4.0` | | [hermit-abi](https://github.com/hermit-os/hermit-rs) | `0.3.6` | `0.3.8` | Updates `syn` from 2.0.50 to 2.0.51 - [Release notes](https://github.com/dtolnay/syn/releases) - [Commits](dtolnay/syn@2.0.50...2.0.51) Updates `micro_http` from `7e2684d` to `ef43cef` - [Commits](firecracker-microvm/micro-http@7e2684d...ef43cef) Updates `nix` from 0.27.1 to 0.28.0 - [Changelog](https://github.com/nix-rust/nix/blob/master/CHANGELOG.md) - [Commits](nix-rust/nix@v0.27.1...v0.28.0) Updates `cc` from 1.0.86 to 1.0.88 - [Release notes](https://github.com/rust-lang/cc-rs/releases) - [Commits](rust-lang/cc-rs@1.0.86...1.0.88) Updates `half` from 2.3.1 to 2.4.0 - [Release notes](https://github.com/starkat99/half-rs/releases) - [Changelog](https://github.com/starkat99/half-rs/blob/main/CHANGELOG.md) - [Commits](VoidStarKat/half-rs@v2.3.1...v2.4.0) Updates `hermit-abi` from 0.3.6 to 0.3.8 - [Release notes](https://github.com/hermit-os/hermit-rs/releases) - [Commits](https://github.com/hermit-os/hermit-rs/commits) --- 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: nix dependency-type: direct:production 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: half dependency-type: indirect update-type: version-update:semver-minor dependency-group: firecracker - dependency-name: hermit-abi dependency-type: indirect update-type: version-update:semver-patch dependency-group: firecracker ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 57e8428 commit 8f31f27

File tree

4 files changed

+42
-24
lines changed

4 files changed

+42
-24
lines changed

Cargo.lock

Lines changed: 39 additions & 21 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.1", features = ["derive"] }
1414
itertools = "0.12.1"
1515
proc-macro2 = { version = "1.0.73", features = ["span-locations"] }
1616
quote = "1.0.34"
17-
syn = { version = "2.0.49", features = ["full", "extra-traits", "visit", "visit-mut", "printing"] }
17+
syn = { version = "2.0.51", features = ["full", "extra-traits", "visit", "visit-mut", "printing"] }
1818
walkdir = "2.3.3"
1919

2020
[dev-dependencies]

src/jailer/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ bench = false
1414
[dependencies]
1515
libc = "0.2.153"
1616
log-instrument = { path = "../log-instrument", optional = true }
17-
nix = { version = "0.27.1", default-features = false, features = ["dir"] }
17+
nix = { version = "0.28.0", default-features = false, features = ["dir"] }
1818
regex = { version = "1.10.2", default-features = false, features = ["std"] }
1919
thiserror = "1.0.57"
2020

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.73"
1515
quote = "1.0.34"
16-
syn = { version = "2.0.49", features = ["full", "extra-traits"] }
16+
syn = { version = "2.0.51", features = ["full", "extra-traits"] }
1717

1818
[lints]
1919
workspace = true

0 commit comments

Comments
 (0)