From 28b3230ba7bee0a5302bd526e74baaa232d97363 Mon Sep 17 00:00:00 2001 From: Alphyr <47725341+a1phyr@users.noreply.github.com> Date: Thu, 23 Jun 2022 16:39:59 +0200 Subject: [PATCH] Bump `object` to `0.29` (#472) --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 2881c8e8f..e05bd3ceb 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -44,7 +44,7 @@ addr2line = { version = "0.17.0", default-features = false } miniz_oxide = { version = "0.5.0", default-features = false } [dependencies.object] -version = "0.28.0" +version = "0.29.0" default-features = false features = ['read_core', 'elf', 'macho', 'pe', 'unaligned', 'archive']