From 67d6f24c1ad97536b63dd003d2894e00146a4107 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 4 Aug 2021 04:01:33 +0000 Subject: [PATCH] build(deps): bump num_enum from 0.5.2 to 0.5.3 Bumps [num_enum](https://github.com/illicitonion/num_enum) from 0.5.2 to 0.5.3. - [Release notes](https://github.com/illicitonion/num_enum/releases) - [Commits](https://github.com/illicitonion/num_enum/compare/0.5.2...0.5.3) --- updated-dependencies: - dependency-name: num_enum 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 40b6751..0427ece 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -509,9 +509,9 @@ dependencies = [ [[package]] name = "num_enum" -version = "0.5.2" +version = "0.5.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e5adf0198d427ee515335639f275e806ca01acf9f07d7cf14bb36a10532a6169" +checksum = "ee2c8fd66061a707503d515639b8af10fd3807a5b5ee6959f7ff1bd303634bd5" dependencies = [ "derivative", "num_enum_derive", @@ -519,9 +519,9 @@ dependencies = [ [[package]] name = "num_enum_derive" -version = "0.5.2" +version = "0.5.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b1def5a3f69d4707d8a040b12785b98029a39e8c610ae685c7f6265669767482" +checksum = "474fd1d096da3ad17084694eebed40ba09c4a36c5255cd772bd8b98859cc562e" dependencies = [ "proc-macro2", "quote", diff --git a/Cargo.toml b/Cargo.toml index 6510583..2ade123 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -39,7 +39,7 @@ cortex-m-rtic = "0.5.7" embedded-hal = "0.2.5" nb = "1.0.0" asm-delay = "0.9.0" -num_enum = { version = "0.5.2", default-features = false } +num_enum = { version = "0.5.3", default-features = false } paste = "1" dsp = { path = "dsp" } ad9959 = { path = "ad9959" }