From 0958309738364e75c64c57defe5ae4b65550e52c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 18 Jan 2021 06:46:17 +0000 Subject: [PATCH] build(deps): update hashbrown requirement from 0.9 to 0.10 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/commits) 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..de88367c291 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.10", optional = true } [dev-dependencies] assert_approx_eq = "1.1.0"