From 41a84eb9c469e37fd947df1230a51e6f73bbf687 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 8 Aug 2022 21:04:02 +0000 Subject: [PATCH] build(deps): update inventory requirement from 0.1.4 to 0.3.1 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.1.4...0.3.1) --- updated-dependencies: - dependency-name: inventory 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 16b99de07e3..0675e0b8dff 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -18,7 +18,7 @@ edition = "2018" cfg-if = { version = "1.0" } ctor = { version = "0.1", optional = true } indoc = { version = "1.0.3", optional = true } -inventory = { version = "0.1.4", optional = true } +inventory = { version = "0.3.1", optional = true } libc = "0.2.62" parking_lot = "0.11.0" num-bigint = { version = "0.3", optional = true }