From 3d5cb3cec8a3b9c7316aa9a5863a516b507a7e00 Mon Sep 17 00:00:00 2001 From: Dirkjan Ochtman Date: Mon, 26 Jun 2023 11:45:44 +0200 Subject: [PATCH] Update indexmap to version 2 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 747ae763..3273145d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -51,7 +51,7 @@ http = "0.2" tracing = { version = "0.1.21", default-features = false, features = ["std"] } fnv = "1.0.5" slab = "0.4.2" -indexmap = { version = "1.5.2", features = ["std"] } +indexmap = { version = "2", features = ["std"] } [dev-dependencies]