From 971335ccf525f7ed1de401734d04dcba478e2f6e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 25 Jan 2023 11:04:36 +0000 Subject: [PATCH] Update ahash requirement from 0.7.6 to 0.8.3 Updates the requirements on [ahash](https://github.com/tkaitchuck/ahash) to permit the latest version. - [Release notes](https://github.com/tkaitchuck/ahash/releases) - [Commits](https://github.com/tkaitchuck/ahash/compare/v0.7.6...v0.8.3) --- updated-dependencies: - dependency-name: ahash 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 3594791..9e40ea6 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -10,7 +10,7 @@ keywords = ["containers", "Rc", "Arc", "weak", "no_std"] edition = "2018" [dependencies] -ahash = { version = "0.7.6", optional = true, features = [] } +ahash = { version = "0.8.3", optional = true, features = [] } [dev-dependencies] quickcheck = "1"