build(deps): update indexmap requirement from 1.9 to 2.1 (#72)
This commit is contained in:
parent
ba1776808d
commit
c2e1d4c375
1 changed files with 1 additions and 1 deletions
|
|
@ -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"] }
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue