From cee6399586ac9b2bfa63d4fcb1e32d8bd45c8095 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 8 Aug 2022 04:24:48 +0000 Subject: [PATCH] Bump strum_macros from 0.24.2 to 0.24.3 Bumps [strum_macros](https://github.com/Peternator7/strum) from 0.24.2 to 0.24.3. - [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 update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Cargo.lock | 8 ++++---- Cargo.toml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index c161c16..547295a 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1570,7 +1570,7 @@ dependencies = [ "serde_cbor", "serde_json", "strum 0.24.1", - "strum_macros 0.24.2", + "strum_macros 0.24.3", "tokio", "tokio-stream", "toml", @@ -2794,7 +2794,7 @@ version = "0.24.1" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "063e6045c0e62079840579a7e47a355ae92f60eb74daaf156fb1e84ba164e63f" dependencies = [ - "strum_macros 0.24.2", + "strum_macros 0.24.3", ] [[package]] @@ -2811,9 +2811,9 @@ dependencies = [ [[package]] name = "strum_macros" -version = "0.24.2" +version = "0.24.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "4faebde00e8ff94316c01800f9054fd2ba77d30d9e922541913051d1d978918b" +checksum = "1e385be0d24f186b4ce2f9982191e7101bb737312ad61c1f2f984f34bcf85d59" dependencies = [ "heck 0.4.0", "proc-macro2", diff --git a/Cargo.toml b/Cargo.toml index ab41f7b..1479fa5 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -39,7 +39,7 @@ serde = "1.0" serde_cbor = "0.11.2" serde_json = "1.0" strum = "0.24.1" -strum_macros = "0.24.2" +strum_macros = "0.24.3" tokio = {version = "1", features = ["rt-multi-thread", "sync", "time"]} tokio-stream = "0.1.9" toml = "0.5"