From 18f32a9811a13ee705f3f41e721bb239731965d3 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Mon, 25 Jan 2021 05:19:25 +0000 Subject: [PATCH] Update derivative requirement from 1.0 to 2.2 Updates the requirements on [derivative](https://github.com/mcarton/rust-derivative) to permit the latest version. - [Release notes](https://github.com/mcarton/rust-derivative/releases) - [Changelog](https://github.com/mcarton/rust-derivative/blob/master/CHANGELOG.md) - [Commits](https://github.com/mcarton/rust-derivative/commits/v2.2.0) Signed-off-by: dependabot-preview[bot] --- Cargo.toml | 2 +- amethyst_test/Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 895e2bbea0..d85adc6e9b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -98,7 +98,7 @@ amethyst_input = { path = "amethyst_input", version = "0.6.0" } amethyst_ui = { path = "amethyst_ui", version = "0.5.0" } amethyst_utils = { path = "amethyst_utils", version = "0.5.0" } crossbeam-channel = "0.3.1" -derivative = "1.0" +derivative = "2.2" fern = { version = "0.5", features = ["colored"] } log = { version = "0.4.6", features = ["serde"] } rayon = "1.0.2" diff --git a/amethyst_test/Cargo.toml b/amethyst_test/Cargo.toml index 98eab74ac3..aae8cacb9c 100644 --- a/amethyst_test/Cargo.toml +++ b/amethyst_test/Cargo.toml @@ -15,7 +15,7 @@ license = "MIT/Apache-2.0" [dependencies] amethyst = { path = "..", version = "0.10.0" } boxfnonce = "0.1" -derivative = "1.0" +derivative = "2.2" derive-new = "0.5" hetseq = "0.2" lazy_static = "1.1"