Skip to content

Commit

Permalink
lower indexmap version requirement
Browse files Browse the repository at this point in the history
  • Loading branch information
UMR1352 committed Dec 12, 2024
1 parent 0300fc5 commit ea53c6e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ serde_with = "3.6.1"
josekit = "0.8.4"
async-trait = "0.1.80"
anyhow = "1"
indexmap = "2.6.0"
indexmap = "2"

[dev-dependencies]
tokio = { version = "1.38.1", features = ["macros", "rt-multi-thread"] }
Expand Down

0 comments on commit ea53c6e

Please sign in to comment.