From 163e70f32cbd72f3fac5555172c392efa2192a2b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 27 Feb 2023 14:17:43 +0000 Subject: [PATCH] build(deps): update goblin requirement in /target-gen Updates the requirements on [goblin](https://github.com/m4b/goblin) to permit the latest version. - [Release notes](https://github.com/m4b/goblin/releases) - [Changelog](https://github.com/m4b/goblin/blob/master/CHANGELOG.md) - [Commits](https://github.com/m4b/goblin/commits) --- updated-dependencies: - dependency-name: goblin dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- target-gen/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/target-gen/Cargo.toml b/target-gen/Cargo.toml index 9d893b0e8b..7edd4f07eb 100644 --- a/target-gen/Cargo.toml +++ b/target-gen/Cargo.toml @@ -22,7 +22,7 @@ cmsis-pack = { version = "0.6.0" } # , path = "../cmsis-pack-manager/rust/cmsis-pack" # , git = "https://github.com/probe-rs/cmsis-pack-manager.git" -goblin = "0.5.1" +goblin = "0.6.1" scroll = "0.11.0" serde_yaml = "0.9.0" log = "0.4.16"