From f019ca33ed53f20e7c181699b614cc1fb2bfc5a9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 11 Mar 2024 13:58:19 +0000 Subject: [PATCH] build(deps): bump the production-dependencies group with 1 update Updates the requirements on [object](https://github.com/gimli-rs/object) to permit the latest version. Updates `object` to 0.32.2 - [Changelog](https://github.com/gimli-rs/object/blob/master/CHANGELOG.md) - [Commits](https://github.com/gimli-rs/object/compare/0.32.0...0.32.2) --- updated-dependencies: - dependency-name: object dependency-type: direct:production dependency-group: production-dependencies ... Signed-off-by: dependabot[bot] --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 6ebbc63a..936b56da 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -78,7 +78,7 @@ log = { version = "0.4", default-features = false } netns-rs = { version = "0.1", default-features = false } nix = { version = "0.28.0", default-features = false } num_enum = { version = "0.7", default-features = false } -object = { version = "0.32", default-features = false } +object = { version = "0.34", default-features = false } proc-macro-error = { version = "1.0", default-features = false } proc-macro2 = { version = "1", default-features = false } public-api = { version = "0.33.1", default-features = false }