From 4f0d7e026a83c3bec6f39eb22285468bacd9b78c Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Sat, 21 Nov 2020 20:23:29 +0000 Subject: [PATCH] Bump strum_macros from 0.18.0 to 0.20.1 Bumps [strum_macros](https://github.com/Peternator7/strum) from 0.18.0 to 0.20.1. - [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-preview[bot] --- Cargo.lock | 4 ++-- rust/Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 87b26ef28..74ea65487 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -854,9 +854,9 @@ checksum = "b89a286a7e3b5720b9a477b23253bc50debac207c8d21505f8e70b36792f11b5" [[package]] name = "strum_macros" -version = "0.18.0" +version = "0.20.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "87c85aa3f8ea653bfd3ddf25f7ee357ee4d204731f6aa9ad04002306f6e2774c" +checksum = "ee8bc6b87a5112aeeab1f4a9f7ab634fe6cbefc4850006df31267f4cfb9e3149" dependencies = [ "heck", "proc-macro2", diff --git a/rust/Cargo.toml b/rust/Cargo.toml index 490e1681d..eec69affc 100644 --- a/rust/Cargo.toml +++ b/rust/Cargo.toml @@ -52,7 +52,7 @@ bindings = ["cbindgen", "libc", "regex", "lazy_static"] [dependencies] strum = "0.19" -strum_macros = "0.18" +strum_macros = "0.20" serde = { version = "1.0", features = ["derive"] } serde_json = "1.0" serde_cbor = "0.11"