From 340b528657d087d4c2c5e4992c1812b3d0fe4162 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 29 Aug 2021 03:29:28 +0000 Subject: [PATCH] build(deps): update object requirement from 0.23 to 0.26 Updates the requirements on [object](https://github.com/gimli-rs/object) to permit the latest version. - [Release notes](https://github.com/gimli-rs/object/releases) - [Changelog](https://github.com/gimli-rs/object/blob/master/CHANGELOG.md) - [Commits](https://github.com/gimli-rs/object/compare/0.23.0...0.26.2) --- updated-dependencies: - dependency-name: object dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com> --- aya/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/aya/Cargo.toml b/aya/Cargo.toml index 4db6a0de..93ae2e14 100644 --- a/aya/Cargo.toml +++ b/aya/Cargo.toml @@ -13,7 +13,7 @@ edition = "2018" [dependencies] libc = { version = "0.2" } thiserror = "1" -object = { version = "0.23", default-features = false, features = ["std", "read_core", "elf"] } +object = { version = "0.26", default-features = false, features = ["std", "read_core", "elf"] } bitflags = "1.2.1" bytes = "1" lazy_static = "1"