Skip to content

Commit

Permalink
fix: indexmap minimal version with Map::shift_insert()
Browse files Browse the repository at this point in the history
  • Loading branch information
cforycki committed Jul 1, 2024
1 parent b48b9a3 commit 3480fed
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 @@ -12,7 +12,7 @@ repository = "https://github.com/serde-rs/json"
rust-version = "1.56"

[dependencies]
indexmap = { version = "2.2.1", optional = true }
indexmap = { version = "2.2.3", optional = true }
itoa = "1.0"
ryu = "1.0"
serde = { version = "1.0.194", default-features = false }
Expand Down

0 comments on commit 3480fed

Please sign in to comment.