From 8a858136be054ad6ff83fd04ed844e9a8a914e74 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 23 Mar 2024 00:56:55 +0000 Subject: [PATCH] Update Rust crate indexmap to 2.2.6 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 9ac2c8c..0e8d3b2 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -18,7 +18,7 @@ bench = false [dependencies] anyhow = "1.0.81" chrono = "0.4.35" -indexmap = "2.2.5" +indexmap = "2.2.6" nom = "7.1.3" pyo3 = { version = "=0.20.3", features = ["chrono"] } rayon = "1.9.0"