From 27549304aeb77d6a23367dcf1f6eed40cd265bd0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 19 Jun 2023 20:58:37 +0000 Subject: [PATCH 1/2] Update hashbrown requirement from >= 0.9, < 0.14 to >= 0.9, < 0.15 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.9.0...v0.14.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 d4016b8f..84147792 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -35,7 +35,7 @@ inventory = { version = "0.3.0", optional = true } anyhow = { version = "1.0", optional = true } chrono = { version = "0.4", default-features = false, optional = true } eyre = { version = ">= 0.4, < 0.7", optional = true } -hashbrown = { version = ">= 0.9, < 0.14", optional = true } +hashbrown = { version = ">= 0.9, < 0.15", optional = true } indexmap = { version = "1.6", optional = true } num-bigint = { version = "0.4", optional = true } num-complex = { version = ">= 0.2, < 0.5", optional = true } From 430716ff4d5acb51aa3e188bb663f9914e32a2b9 Mon Sep 17 00:00:00 2001 From: Adam Reichold Date: Tue, 20 Jun 2023 19:38:43 +0200 Subject: [PATCH 2/2] Add changelog entry for bumping hashbrown dependency. --- newsfragments/3258.packaging.md | 1 + 1 file changed, 1 insertion(+) create mode 100644 newsfragments/3258.packaging.md diff --git a/newsfragments/3258.packaging.md b/newsfragments/3258.packaging.md new file mode 100644 index 00000000..758e5458 --- /dev/null +++ b/newsfragments/3258.packaging.md @@ -0,0 +1 @@ +Enabled support for hashbrown version 0.14