From 042cda3c7b63fa98fb014a14f1f1509f737a23d4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 21 Aug 2026 15:42:56 +0000 Subject: [PATCH] build(deps): bump linux-boot-params from 0.18.0 to 0.18.1 Bumps [linux-boot-params](https://github.com/asterinas/asterinas) from 0.18.0 to 0.18.1. - [Release notes](https://github.com/asterinas/asterinas/releases) - [Changelog](https://github.com/asterinas/asterinas/blob/main/RELEASES.md) - [Commits](https://github.com/asterinas/asterinas/compare/v0.18.0...v0.18.1) --- updated-dependencies: - dependency-name: linux-boot-params dependency-version: 0.18.1 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Cargo.lock | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 261609ca..1a8b8f88 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -653,9 +653,9 @@ dependencies = [ [[package]] name = "linux-boot-params" -version = "0.18.0" +version = "0.18.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "46e277eb921b58eb94ad82fe56d1f1688b2d0ab56007b6c155dd3d870fefb1a4" +checksum = "825baec9510046fc618ec5b484914f420caf8a12bd99ad57f4260b7716d0a6bb" [[package]] name = "linux-raw-sys"