From f79b36039017cc604592adba9e210ffdf594370b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 17 Jun 2022 00:14:06 +0000 Subject: [PATCH] Bump array-macro from 1.0.5 to 2.1.3 in /synth-emulator Bumps [array-macro](https://github.com/xfix/array-macro) from 1.0.5 to 2.1.3. - [Release notes](https://github.com/xfix/array-macro/releases) - [Commits](https://github.com/xfix/array-macro/commits) --- updated-dependencies: - dependency-name: array-macro dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- synth-emulator/Cargo.lock | 4 ++-- synth-emulator/Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/synth-emulator/Cargo.lock b/synth-emulator/Cargo.lock index 5b6412f..45a6a7c 100644 --- a/synth-emulator/Cargo.lock +++ b/synth-emulator/Cargo.lock @@ -10,9 +10,9 @@ checksum = "f26201604c87b1e01bd3d98f8d5d9a8fcbb815e8cedb41ffccbeb4bf593a35fe" [[package]] name = "array-macro" -version = "1.0.5" +version = "2.1.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "06e97b4e522f9e55523001238ac59d13a8603af57f69980de5d8de4bbbe8ada6" +checksum = "d7dcc5a412440417e539ac67c51a609414e191f2558f2ad53e4610ee36fad8a3" [[package]] name = "arrayvec" diff --git a/synth-emulator/Cargo.toml b/synth-emulator/Cargo.toml index 6a22676..bbdd1d2 100644 --- a/synth-emulator/Cargo.toml +++ b/synth-emulator/Cargo.toml @@ -13,4 +13,4 @@ nom = "5" serde = "1" serde_json = "1" serde_derive = "1" -array-macro = "1.0" +array-macro = "2.1"