From 13da9038ce240a1e3c7cccfaaa40642a6837abe0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 19 Feb 2024 16:46:57 +0000 Subject: [PATCH] build(deps): bump riscv from 0.11.0 to 0.11.1 Bumps [riscv](https://github.com/rust-embedded/riscv) from 0.11.0 to 0.11.1. - [Commits](https://github.com/rust-embedded/riscv/commits) --- updated-dependencies: - dependency-name: riscv 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 94ca246c..17de3a60 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -483,9 +483,9 @@ dependencies = [ [[package]] name = "riscv" -version = "0.11.0" +version = "0.11.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "575e01d1b3282801143c2a09e5ddddb0be7fc9bec2f1d624b789c9e9559a0023" +checksum = "2f5c1b8bf41ea746266cdee443d1d1e9125c86ce1447e1a2615abd34330d33a9" dependencies = [ "critical-section", "embedded-hal",