Skip to content

Commit 962c0fb

Browse files
authored
Merge pull request #1152 from cforycki/fix/index-map-minimal-version
fix: indexmap minimal version with Map::shift_insert()
2 parents b48b9a3 + 3480fed commit 962c0fb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ repository = "https://github.com/serde-rs/json"
1212
rust-version = "1.56"
1313

1414
[dependencies]
15-
indexmap = { version = "2.2.1", optional = true }
15+
indexmap = { version = "2.2.3", optional = true }
1616
itoa = "1.0"
1717
ryu = "1.0"
1818
serde = { version = "1.0.194", default-features = false }

0 commit comments

Comments
 (0)