From 9cbdd184b1980b3897b30e29aa6ce259bc70dd15 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 16 Dec 2024 21:52:58 +0000 Subject: [PATCH] build(deps): Bump semihosting from 0.1.16 to 0.1.17 Bumps [semihosting](https://github.com/taiki-e/semihosting) from 0.1.16 to 0.1.17. - [Release notes](https://github.com/taiki-e/semihosting/releases) - [Changelog](https://github.com/taiki-e/semihosting/blob/main/CHANGELOG.md) - [Commits](https://github.com/taiki-e/semihosting/compare/v0.1.16...v0.1.17) --- updated-dependencies: - dependency-name: semihosting 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 fd2e099824..c5c6154367 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1430,9 +1430,9 @@ dependencies = [ [[package]] name = "semihosting" -version = "0.1.16" +version = "0.1.17" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a5c5996e5d1dec34b0dff3285e27124e70964504e3fd361bce330dc476cebafd" +checksum = "1004ff204633065b824d4b952bf5ac84c185d3bd4d43f6b3ae2f049ee318944e" [[package]] name = "serde"