upgrade indexmap = "2.0.0"

This commit is contained in:
ManyTheFish
2023-08-09 12:29:51 +02:00
parent 624fa9052f
commit cab27c2ab4
3 changed files with 5 additions and 5 deletions

View File

@ -50,7 +50,7 @@ futures = "0.3.28"
futures-util = "0.3.28"
http = "0.2.9"
index-scheduler = { path = "../index-scheduler" }
indexmap = { version = "1.9.3", features = ["serde-1"] }
indexmap = { version = "2.0.0", features = ["serde"] }
is-terminal = "0.4.8"
itertools = "0.11.0"
jsonwebtoken = "8.3.0"