Skip to content

Commit

Permalink
Merge pull request #1152 from cforycki/fix/index-map-minimal-version
Browse files Browse the repository at this point in the history
fix: indexmap minimal version with Map::shift_insert()
  • Loading branch information
dtolnay committed Jul 1, 2024
2 parents b48b9a3 + 3480fed commit 962c0fb
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 962c0fb

Please sign in to comment.