From 9c462ebd2cb394912d6947d6a8b34a6c61863675 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 4 Jul 2022 13:14:30 +0000 Subject: [PATCH] build(deps): update inventory requirement from 0.2 to 0.3 Updates the requirements on [inventory](https://github.com/dtolnay/inventory) to permit the latest version. - [Release notes](https://github.com/dtolnay/inventory/releases) - [Commits](https://github.com/dtolnay/inventory/compare/0.2.0...0.3.0) --- updated-dependencies: - dependency-name: inventory dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- test/integration-test/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/integration-test/Cargo.toml b/test/integration-test/Cargo.toml index decae299..5af789f0 100644 --- a/test/integration-test/Cargo.toml +++ b/test/integration-test/Cargo.toml @@ -7,7 +7,7 @@ publish = false [dependencies] anyhow = "1" aya = { path = "../../aya" } -inventory = "0.2" +inventory = "0.3" integration-test-macros = { path = "../integration-test-macros" } lazy_static = "1" libc = { version = "0.2.105" }