Skip to content

Commit

Permalink
Rust Dependency: Update scroll requirement from 0.11 to 0.12 (#399)
Browse files Browse the repository at this point in the history
Updates the requirements on [scroll](https://github.com/m4b/scroll) to
permit the latest version.

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] committed Jan 5, 2024
1 parent f79fe54 commit f4fb337
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"]}

0 comments on commit f4fb337

Please sign in to comment.