From dc9ed22aebf19e6f1b1afedb1c1b8e64f9d7ca2f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 6 May 2024 13:09:57 +0000 Subject: [PATCH] build(deps): update object requirement Updates the requirements on [object](https://github.com/gimli-rs/object) to permit the latest version. Updates `object` to 0.34.0 - [Changelog](https://github.com/gimli-rs/object/blob/master/CHANGELOG.md) - [Commits](https://github.com/gimli-rs/object/compare/0.34.0...0.34.0) --- 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 23359265..b16f1adb 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.34", default-features = false } +object = { version = "0.35", 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 }