From 6ae9e942c33c4a08dd8d6fe6181c519f81784175 Mon Sep 17 00:00:00 2001 From: Sebastian Zivota Date: Mon, 16 Oct 2023 17:23:40 +0200 Subject: [PATCH] Update ordered-multimap dependency --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 2fde966..ad4862c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -16,7 +16,7 @@ test = true [dependencies] cfg-if = "1.0" unicase = { version = "2.6", optional = true } -ordered-multimap = "0.6" +ordered-multimap = "0.7" [features] default = []