From 04f0b470a10767f7d21e761df237d51a4e3d3b0e Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Mon, 30 Mar 2020 05:57:52 +0000 Subject: [PATCH] Update derivative requirement from 1.0 to 2.1 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) 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..2ad17d6286 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.1" 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..a1c9ee1d25 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.1" derive-new = "0.5" hetseq = "0.2" lazy_static = "1.1"