From ab085b846501799eb2051a38b631ca1a7ca94576 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 20 May 2024 11:04:11 +0000 Subject: [PATCH] Rust Dependency: Bump rustversion from 1.0.16 to 1.0.17 Bumps [rustversion](https://github.com/dtolnay/rustversion) from 1.0.16 to 1.0.17. - [Release notes](https://github.com/dtolnay/rustversion/releases) - [Commits](https://github.com/dtolnay/rustversion/compare/1.0.16...1.0.17) --- updated-dependencies: - dependency-name: rustversion dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 89594f8c84..8ae001de6e 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -123,9 +123,9 @@ checksum = "c47196f636c4cc0634b73b0405323d177753c2e15e866952c64ea22902567a34" [[package]] name = "rustversion" -version = "1.0.16" +version = "1.0.17" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "092474d1a01ea8278f69e6a358998405fae5b8b963ddaeb2b0b04a128bf1dfb0" +checksum = "955d28af4278de8121b7ebeb796b6a45735dc01436d898801014aced2773a3d6" [[package]] name = "scroll" diff --git a/Cargo.toml b/Cargo.toml index ecd9c32158..6dc5e6fe1a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -19,7 +19,7 @@ num-traits = { version = "0.2", default-features = false} num-derive = { version = "0.4", default-features = false} r-efi = "4.4.0" scroll = { version = "0.11", default-features = false, features = ["derive"]} -rustversion = "1.0.16" +rustversion = "1.0.17" spin = "0.5.2" # By default, the dev profile is used. The default build settings for the dev profile are documented here: