From b36c6a4a2e7be33919918dd9fc3679f2227a8f42 Mon Sep 17 00:00:00 2001 From: Marek Habersack Date: Tue, 13 Jun 2023 21:37:15 +0200 Subject: [PATCH] Bump robin-map version to 1.2.1 Changes: https://github.com/Tessil/robin-map/releases/tag/v1.2.0 The fast map implementation is used in our p/invoke dispatch mechanism. The new version is a recommended upgrade. It doesn't appear to contain fixes that affect us, but it's better to be safe than sorry, right? :) --- external/robin-map | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/external/robin-map b/external/robin-map index 784245b4978..d37a41003bf 160000 --- a/external/robin-map +++ b/external/robin-map @@ -1 +1 @@ -Subproject commit 784245b49780f218996573c521c88aaae4960913 +Subproject commit d37a41003bfbc7e12e34601f93c18ca2ff6d7c07