From e8e8824441571acc5dc1ac300cf3a735161cd8d7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 6 Dec 2022 10:30:05 +0100 Subject: [PATCH] chore(rust)(deps): update hashbrown requirement in /wnfs (#106) 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.12.0...v0.13.1) --- updated-dependencies: - dependency-name: hashbrown dependency-type: direct:production ... Signed-off-by: dependabot[bot] Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- wnfs/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wnfs/Cargo.toml b/wnfs/Cargo.toml index cbd6893b..69aae928 100644 --- a/wnfs/Cargo.toml +++ b/wnfs/Cargo.toml @@ -28,7 +28,7 @@ bitvec = { version = "1.0", features = ["serde"] } chrono = { version = "0.4", default-features = false, features = ["clock", "std"] } futures = "0.3" futures-util = "0.3" -hashbrown = "0.12" +hashbrown = "0.13" lazy_static = "1.4" libipld = { version = "0.14", features = ["dag-cbor", "derive", "serde-codec"] } log = "0.4"