From 2c5040c4ab75c8cb8d2f9ef766d304dd47c5492b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 26 Sep 2022 13:33:07 +0000 Subject: [PATCH] chore(deps): update fixed-hash requirement from 0.7 to 0.8 Updates the requirements on [fixed-hash](https://github.com/paritytech/parity-common) to permit the latest version. - [Release notes](https://github.com/paritytech/parity-common/releases) - [Commits](https://github.com/paritytech/parity-common/compare/fixed-hash-v0.7.0...fixed-hash-v0.8.0) --- updated-dependencies: - dependency-name: fixed-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 deeb9c9..78484b7 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -19,7 +19,7 @@ rust-version = "1.56.1" [dependencies] anyhow = "1" -fixed-hash = "0.7" +fixed-hash = "0.8" hex = "0.4" http = "0.2" jsonrpc-core = "18"