From af7b3a296328674b097ffa9a268c0e32fc8721fa Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 15 Mar 2021 08:41:33 +0000 Subject: [PATCH] Update hashbrown requirement from 0.9 to 0.11 Updates the requirements on [hashbrown](https://github.com/rust-lang/hashbrown) to permit the latest version. - [Release notes](https://github.com/rust-lang/hashbrown/releases) - [Changelog](https://github.com/rust-lang/hashbrown/blob/master/CHANGELOG.md) - [Commits](https://github.com/rust-lang/hashbrown/compare/v0.9.0...v0.11.0) Signed-off-by: dependabot[bot] --- wfc/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wfc/Cargo.toml b/wfc/Cargo.toml index 5a5ffd8..869f1db 100644 --- a/wfc/Cargo.toml +++ b/wfc/Cargo.toml @@ -15,7 +15,7 @@ parallel = ["rayon", "rand_xorshift"] [dependencies] rand = "0.8" -hashbrown = "0.9" +hashbrown = "0.11" coord_2d = "0.3" grid_2d = "0.15" direction = "0.18"