From 3c027027ca21b41656172c28793914110ee69cb2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 30 Oct 2024 19:35:14 +0000 Subject: [PATCH] build(deps): update object requirement from 0.30 to 0.36 Updates the requirements on [object](https://github.com/gimli-rs/object) to permit the latest version. - [Changelog](https://github.com/gimli-rs/object/blob/master/CHANGELOG.md) - [Commits](https://github.com/gimli-rs/object/compare/0.30.0...0.36.5) --- updated-dependencies: - dependency-name: object dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- core/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/Cargo.toml b/core/Cargo.toml index 7f967e3..6ec01ce 100644 --- a/core/Cargo.toml +++ b/core/Cargo.toml @@ -14,7 +14,7 @@ travis-ci = { repository = "https://github.com/williballenthin/lancelot", branch [dependencies] log = "0.4" goblin = { version = "0.6", features = ["std", "pe32"], default-features = false } -object = "0.30" +object = "0.36" zydis = { features = ["wasm", "serialization"], optional = true, version = "3.1.3" } byteorder = "1" bitflags = "1"