From 1eed496b58b7b87a9c6eddc61c59c2f6b3202f6b Mon Sep 17 00:00:00 2001 From: Patrick Fernie Date: Thu, 10 Oct 2024 07:39:55 -0400 Subject: [PATCH] chore(deps): bump `indexmap` to `2.6.0` --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index b976757..c41e36b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -44,7 +44,7 @@ log = "0.4.17" time = "0.3.16" url = "2.3.1" -indexmap = { version = "2.0.0", optional = true } +indexmap = { version = "2.6.0", optional = true } publicsuffix = { version = "2.2.3", optional = true }