From 05585819141f181159f34910f4fadcdab3507e6c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 15 Mar 2021 15:24:31 +0000 Subject: [PATCH] Update strum requirement from 0.19 to 0.20 Updates the requirements on [strum](https://github.com/Peternator7/strum) to permit the latest version. - [Release notes](https://github.com/Peternator7/strum/releases) - [Changelog](https://github.com/Peternator7/strum/blob/master/CHANGELOG.md) - [Commits](https://github.com/Peternator7/strum/commits) Signed-off-by: dependabot[bot] --- examples/todomvc/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/todomvc/Cargo.toml b/examples/todomvc/Cargo.toml index 8bb17873b58..d922780b8a3 100644 --- a/examples/todomvc/Cargo.toml +++ b/examples/todomvc/Cargo.toml @@ -5,7 +5,7 @@ authors = ["Denis Kolodin "] edition = "2018" [dependencies] -strum = "0.19" +strum = "0.20" strum_macros = "0.19" serde = "1" serde_derive = "1"