From 35488ae69ca21ddceb6dbfeeafbe890bd1770737 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 12 Jun 2023 11:58:08 +0000 Subject: [PATCH] build(deps): update goblin requirement from 0.6 to 0.7 Updates the requirements on [goblin](https://github.com/m4b/goblin) to permit the latest version. - [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] --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 89a0ec5..c6fca45 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -23,4 +23,4 @@ is-it-maintained-open-issues = { repository = "enarx/rcrt1" } [dependencies] libc = { version = "0.2", features = [] } -goblin = { version = "0.6", default-features = false, features = [ "elf64" ] } +goblin = { version = "0.7", default-features = false, features = [ "elf64" ] }