From 1773b104c843d764d17b485b866ce880e707e98b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 9 Dec 2024 21:42:38 +0000 Subject: [PATCH] chore(deps): update twox-hash requirement from 1.6.3 to 2.1.0 Updates the requirements on [twox-hash](https://github.com/shepmaster/twox-hash) to permit the latest version. - [Changelog](https://github.com/shepmaster/twox-hash/blob/main/CHANGELOG.md) - [Commits](https://github.com/shepmaster/twox-hash/compare/v1.6.3...v2.1.0) --- updated-dependencies: - dependency-name: twox-hash 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 18efdb8..92b9b21 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -9,7 +9,7 @@ edition = "2021" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] -twox-hash = "1.6.3" +twox-hash = "2.1.0" binary-heap-plus = "0.5.0" compare = "0.1.0" console = "0.15.7"