From 140006644f6aa97b7bb5207c3ddc50cd4b6c4c2d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 17 Jan 2022 21:03:36 +0000 Subject: [PATCH] build(deps): update hashbrown requirement from 0.9 to 0.12 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.12.0) --- updated-dependencies: - dependency-name: hashbrown 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..5de55750014 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -26,7 +26,7 @@ num-complex = { version = "0.3", optional = true } paste = { version = "1.0.3", optional = true } pyo3cls = { path = "pyo3cls", version = "=0.12.4", optional = true } unindent = { version = "0.1.4", optional = true } -hashbrown = { version = "0.9", optional = true } +hashbrown = { version = "0.12", optional = true } [dev-dependencies] assert_approx_eq = "1.1.0"