From 398a6b412e0e6ea2194940c35ba088053181f4f3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 6 Jun 2023 15:59:37 +0000 Subject: [PATCH] Update hashbrown requirement from 0.13.2 to 0.14.0 in /rcpsp Updates the requirements on [hashbrown](https://github.com/rust-lang/hashbrown) to permit the latest version. - [Changelog](https://github.com/rust-lang/hashbrown/blob/master/CHANGELOG.md) - [Commits](https://github.com/rust-lang/hashbrown/compare/v0.13.2...v0.14.0) --- updated-dependencies: - dependency-name: hashbrown dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- rcpsp/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rcpsp/Cargo.toml b/rcpsp/Cargo.toml index 389f608..00c067d 100644 --- a/rcpsp/Cargo.toml +++ b/rcpsp/Cargo.toml @@ -7,7 +7,7 @@ authors = ["Thomas Kosiewski "] # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] -hashbrown = "0.13.2" +hashbrown = "0.14.0" log = "0.4.17" num_cpus = "1.15.0" petgraph = "0.6.3"