build(deps): update indexmap requirement from 1.9 to 2.1 (#72)

This commit is contained in:
dependabot[bot] 2023-11-17 22:41:26 +08:00 committed by GitHub
parent ba1776808d
commit c2e1d4c375
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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"] }