From d0838a76887e08a3897cb012a66e06211003c953 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 14 Aug 2023 15:47:42 +0000 Subject: [PATCH] build(deps): update object requirement from 0.31 to 0.32 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.31.0...0.31.1) --- 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 4a4bdbca..fd85c6b5 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -76,7 +76,7 @@ log = { version = "0.4", default-features = false } netns-rs = { version = "0.1", default-features = false } nix = { version = "0.26.2", default-features = false } num_enum = { version = "0.6", default-features = false } -object = { version = "0.31", default-features = false } +object = { version = "0.32", default-features = false } parking_lot = { version = "0.12.0", default-features = false } proc-macro-error = { version = "1.0", default-features = false } proc-macro2 = { version = "1", default-features = false }