From 29de4dcb398fdfdb99722c19357840e839f72f56 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 8 Aug 2022 13:01:15 +0000 Subject: [PATCH] Bump map-macro from 0.2.2 to 0.2.3 Bumps [map-macro](https://github.com/jofas/map_macro) from 0.2.2 to 0.2.3. - [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.2...v0.2.3) --- updated-dependencies: - dependency-name: map-macro dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Cargo.lock | 4 ++-- crates/fj-kernel/Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 57b5de2229..944e405583 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1566,9 +1566,9 @@ dependencies = [ [[package]] name = "map-macro" -version = "0.2.2" +version = "0.2.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "308eec36c376312771da349d880afd5f092533499dbe9beb7bcba8c15eabe2c4" +checksum = "ff92816d6a5feaa0c67e8ce9c9199ff59c832d7972534d879648319c623542b7" [[package]] name = "matchers" diff --git a/crates/fj-kernel/Cargo.toml b/crates/fj-kernel/Cargo.toml index b2edc0515d..a47276ba5a 100644 --- a/crates/fj-kernel/Cargo.toml +++ b/crates/fj-kernel/Cargo.toml @@ -17,7 +17,7 @@ categories = ["encoding", "mathematics", "rendering"] [dependencies] anymap = "1.0.0-beta.2" -map-macro = "0.2.2" +map-macro = "0.2.3" parking_lot = "0.12.0" parry2d-f64 = "0.9.0" robust = "0.2.3"