From 10b79431f6c332d0f53f61abeb4207ec95c3f52f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 13 Aug 2025 23:04:01 +0000 Subject: [PATCH] build: Bump linux-loader from `d5f39c0` to `5fdaed8` Bumps [linux-loader](https://github.com/rust-vmm/linux-loader) from `d5f39c0` to `5fdaed8`. - [Release notes](https://github.com/rust-vmm/linux-loader/releases) - [Commits](https://github.com/rust-vmm/linux-loader/compare/d5f39c09d59c8f50d5313b78ce4de511b12d1848...5fdaed87ddafc89d6abf0b50195a12d19133000d) --- updated-dependencies: - dependency-name: linux-loader dependency-version: 5fdaed87ddafc89d6abf0b50195a12d19133000d dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Cargo.lock | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.lock b/Cargo.lock index a0d22f949..969857013 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1145,7 +1145,7 @@ dependencies = [ [[package]] name = "linux-loader" version = "0.13.0" -source = "git+https://github.com/rust-vmm/linux-loader?branch=main#d5f39c09d59c8f50d5313b78ce4de511b12d1848" +source = "git+https://github.com/rust-vmm/linux-loader?branch=main#5fdaed87ddafc89d6abf0b50195a12d19133000d" dependencies = [ "vm-memory", ]