From 8bd1ac07d0e3eccb0c6e500d7b71a703b8dc8140 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Mon, 9 Nov 2020 21:17:20 +0000 Subject: [PATCH] Update wyhash requirement from 0.3.0 to 0.4.2 Updates the requirements on [wyhash](https://github.com/eldruin/wyhash-rs) to permit the latest version. - [Release notes](https://github.com/eldruin/wyhash-rs/releases) - [Changelog](https://github.com/eldruin/wyhash-rs/blob/master/CHANGELOG.md) - [Commits](https://github.com/eldruin/wyhash-rs/compare/v0.3.0...v0.4.2) Signed-off-by: dependabot-preview[bot] --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index f3a6340..b5550d3 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -43,7 +43,7 @@ version = "1.0.13" default-features = false [dependencies] -wyhash = "0.3.0" +wyhash = "0.4.2" [dev-dependencies] rand = "0.7.3" \ No newline at end of file