From c66e61cf73a54df5a372a5a56d1cfc128d7e4e23 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 24 Apr 2023 13:02:22 +0000 Subject: [PATCH] Bump map-macro from 0.2.5 to 0.2.6 Bumps [map-macro](https://github.com/jofas/map_macro) from 0.2.5 to 0.2.6. - [Release notes](https://github.com/jofas/map_macro/releases) - [Changelog](https://github.com/jofas/map_macro/blob/master/CHANGELOG.md) - [Commits](https://github.com/jofas/map_macro/compare/v0.2.5...v0.2.6) --- updated-dependencies: - dependency-name: map-macro dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Cargo.lock | 4 ++-- tools/automator/Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index a617c208b..2b95673b0 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1966,9 +1966,9 @@ dependencies = [ [[package]] name = "map-macro" -version = "0.2.5" +version = "0.2.6" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "48c9bebaac229c11635ec320295a7c70b5257343aa9105e80713d86db9faf35f" +checksum = "7c2efbd1385acc8dad8a2e56558e58d949d777741fe110f2ddf3472671dbe3e6" [[package]] name = "matchers" diff --git a/tools/automator/Cargo.toml b/tools/automator/Cargo.toml index 35c62ac97..09e91d9b9 100644 --- a/tools/automator/Cargo.toml +++ b/tools/automator/Cargo.toml @@ -7,7 +7,7 @@ publish = false [dependencies] anyhow = "1.0.70" chrono = "0.4.24" -map-macro = "0.2.5" +map-macro = "0.2.6" octocrab = "0.20.0" semver = "1.0.17" serde = "1.0.159"