Skip to content

Commit 3480fed

Browse files
committed
fix: indexmap minimal version with Map::shift_insert()
1 parent b48b9a3 commit 3480fed

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Cargo.toml

+1-1
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)