From 76dae240fcebc55cd8db147f6fbbcb1927121c14 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 11 Oct 2021 21:12:36 +0000 Subject: [PATCH] build(deps): update strum_macros requirement from >= 0.20, < 0.22 to >= 0.20, < 0.23 Updates the requirements on [strum_macros](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) --- updated-dependencies: - dependency-name: strum_macros 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 804b113..95f23e7 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -10,7 +10,7 @@ anyhow = "1.0" nix = ">= 0.20, < 0.24" serde = { version = "^1.0", features = ["derive"] } strum = ">= 0.20, < 0.23" -strum_macros = ">= 0.20, < 0.22" +strum_macros = ">= 0.20, < 0.23" [dev-dependencies] serde_json = "1.0"