From 940c1059c4493ef1e51129e4aaa6df2a1aaf3dae Mon Sep 17 00:00:00 2001 From: Alex Crichton Date: Mon, 18 Oct 2021 12:36:34 -0500 Subject: [PATCH] Bump `object` dependency to 0.27.0 (#447) --- Cargo.toml | 2 +- crates/as-if-std/Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 7c73584f1..d4f42b97b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -43,7 +43,7 @@ cpp_demangle = { default-features = false, version = "0.3.0", optional = true } addr2line = { version = "0.16.0", default-features = false } miniz_oxide = { version = "0.4.0", default-features = false } [dependencies.object] -version = "0.26.0" +version = "0.27.0" default-features = false features = ['read_core', 'elf', 'macho', 'pe', 'unaligned', 'archive'] diff --git a/crates/as-if-std/Cargo.toml b/crates/as-if-std/Cargo.toml index c347935d1..13809b49a 100644 --- a/crates/as-if-std/Cargo.toml +++ b/crates/as-if-std/Cargo.toml @@ -19,7 +19,7 @@ addr2line = { version = "0.16.0", default-features = false, optional = true } miniz_oxide = { version = "0.4.0", default-features = false } [dependencies.object] -version = "0.26" +version = "0.27" default-features = false optional = true features = ['read_core', 'elf', 'macho', 'pe', 'unaligned', 'archive']