From c2e1d4c3752583363d785af97d9030560474a7af Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 17 Nov 2023 22:41:26 +0800 Subject: [PATCH] build(deps): update indexmap requirement from 1.9 to 2.1 (#72) --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 595db37..5be98de 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -24,7 +24,7 @@ members = [".", "./wasm"] [dependencies] bytecount = "0.6" chrono = { version = "0.4", optional = true } -indexmap = { version = "1.9", optional = true } +indexmap = { version = "2.1", optional = true } jetscii = "0.5" memchr = "2.5" nom = { version = "7.1", default-features = false, features = ["std"] }