From f4fb337925ee0b46bd7c9334a348b4636bcc4c69 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 5 Jan 2024 13:48:49 -0500 Subject: [PATCH] Rust Dependency: Update scroll requirement from 0.11 to 0.12 (#399) Updates the requirements on [scroll](https://github.com/m4b/scroll) to permit the latest version. Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 031eb6881e..0e5184cda6 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -24,4 +24,4 @@ num-derive = { version = "0.4", default-features = false} r-efi = "4.3.0" rustversion = "1.0.14" spin = "0.9.8" -scroll = { version = "0.11", default-features = false, features = ["derive"]} +scroll = { version = "0.12", default-features = false, features = ["derive"]}