From adef0b9d731b387fbabc002bfacab5836958b389 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Wed, 11 Nov 2020 06:16:23 +0000 Subject: [PATCH] Bump strum_macros from 0.18.0 to 0.19.4 Bumps [strum_macros](https://github.com/Peternator7/strum) from 0.18.0 to 0.19.4. - [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..dfab2bebe 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -854,9 +854,9 @@ checksum = "b89a286a7e3b5720b9a477b23253bc50debac207c8d21505f8e70b36792f11b5" [[package]] name = "strum_macros" -version = "0.18.0" +version = "0.19.4" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "87c85aa3f8ea653bfd3ddf25f7ee357ee4d204731f6aa9ad04002306f6e2774c" +checksum = "e61bb0be289045cb80bfce000512e32d09f8337e54c186725da381377ad1f8d5" dependencies = [ "heck", "proc-macro2", diff --git a/rust/Cargo.toml b/rust/Cargo.toml index 490e1681d..80323c327 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.19" serde = { version = "1.0", features = ["derive"] } serde_json = "1.0" serde_cbor = "0.11"