From 34a1677cc66fb94dfa38ea07131226bee5f17f9d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 15 May 2026 15:41:58 +0000 Subject: [PATCH] build(deps): bump linux-boot-params from 0.17.1 to 0.17.2 Bumps [linux-boot-params](https://github.com/asterinas/asterinas) from 0.17.1 to 0.17.2. - [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.17.1...v0.17.2) --- updated-dependencies: - dependency-name: linux-boot-params dependency-version: 0.17.2 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 2b50fa1f..9a758cc8 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -753,9 +753,9 @@ dependencies = [ [[package]] name = "linux-boot-params" -version = "0.17.1" +version = "0.17.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "99b1c97969de6412212406b5e79207675a396988d213355bdca79606bc1b1c10" +checksum = "dd55d3ad2968fad27226d4c1ae10a2707d87a41b9675fb6ec2b736579893761a" [[package]] name = "linux-raw-sys"