From 8f5a67fbd2b2a3558f34f7b0fe34b9da0a151605 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 19 Dec 2022 13:53:46 +0000 Subject: [PATCH] Bump map-macro from 0.2.4 to 0.2.5 Bumps [map-macro](https://github.com/jofas/map_macro) from 0.2.4 to 0.2.5. - [Release notes](https://github.com/jofas/map_macro/releases) - [Changelog](https://github.com/jofas/map_macro/blob/master/CHANGELOG.rst) - [Commits](https://github.com/jofas/map_macro/compare/v0.2.4...v0.2.5) --- 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 acde239dca..cc9d1b417a 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2037,9 +2037,9 @@ dependencies = [ [[package]] name = "map-macro" -version = "0.2.4" +version = "0.2.5" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "0dffbf44bae6c3f2c0befb25f800b092eea36d55bcba28226038fe3d29b29d25" +checksum = "48c9bebaac229c11635ec320295a7c70b5257343aa9105e80713d86db9faf35f" [[package]] name = "matchers" diff --git a/tools/automator/Cargo.toml b/tools/automator/Cargo.toml index c4e1a2c010..ff4a14660b 100644 --- a/tools/automator/Cargo.toml +++ b/tools/automator/Cargo.toml @@ -7,7 +7,7 @@ publish = false [dependencies] anyhow = "1.0.66" chrono = "0.4.23" -map-macro = "0.2.4" +map-macro = "0.2.5" octocrab = "0.17.0" semver = "1.0.14" serde = "1.0.150"