From c9bc8e2e45236f9c651452ec750ae5724855e926 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 17 Apr 2023 18:58:06 +0000 Subject: [PATCH] Update object requirement from 0.30.0 to 0.31.0 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.30.0...0.31.0) --- updated-dependencies: - dependency-name: object 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 b3e2bc8..5c3a930 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -11,7 +11,7 @@ repository = "https://github.com/gimli-rs/locate-dwarf" anyhow = "1.0.38" cfg-if = "1.0.0" libc = "0.2.82" -object = "0.30.0" +object = "0.31.0" pdb = "0.7.0" uuid = "0.8.2"