From 59dd8b650dd0838229290516f93d6d70f96775f8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" Date: Fri, 24 Aug 2018 13:14:42 +0000 Subject: [PATCH] Update generic-array requirement from 0.11.1 to 0.12.0 Updates the requirements on [generic-array](https://github.com/fizyk20/generic-array) to permit the latest version. - [Release notes](https://github.com/fizyk20/generic-array/releases) - [Changelog](https://github.com/fizyk20/generic-array/blob/master/CHANGELOG.md) - [Commits](https://github.com/fizyk20/generic-array/commits) Signed-off-by: dependabot[bot] --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 8c54d95ac..cb43a84f5 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -72,7 +72,7 @@ chrono = { version = "0.4.0", features = ["serde"] } clap = "2.31" dirs = "1.0.2" env_logger = "0.5.12" -generic-array = { version = "0.11.1", default-features = false, features = ["serde"] } +generic-array = { version = "0.12.0", default-features = false, features = ["serde"] } getopts = "0.2" influx_db_client = "0.3.4" jsonrpc-core = { git = "https://github.com/paritytech/jsonrpc", rev = "4486300" }