From 08c46b7ac4b508ff1d4fad237daa0720828dd902 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 8 Feb 2024 21:17:05 +0000 Subject: [PATCH] build(deps): update hashbrown requirement from 0.13.2 to 0.14.3 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.3) --- updated-dependencies: - dependency-name: hashbrown dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- ancestors-core/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ancestors-core/Cargo.toml b/ancestors-core/Cargo.toml index 3089542..ecbc909 100644 --- a/ancestors-core/Cargo.toml +++ b/ancestors-core/Cargo.toml @@ -10,7 +10,7 @@ doctest = false [dependencies] # gedcomx-model = { workspace = true } -hashbrown = "0.13.2" +hashbrown = "0.14.3" oxiri = { version = "0.2.2", features = ["serde"] } serde = { workspace = true, features = ["derive"] } ulid = "1.0.0"