Skip to content

Commit 6865926

Browse files
committed
Update indexmap
1 parent 81fcffe commit 6865926

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

crates/lib/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ thiserror = "1.0.30"
3535
bigdecimal = { version = "0.4", features = ["serde"] }
3636
bigdecimal_03 = { package = "bigdecimal", version = "0.3" }
3737
uuid = { version = "1", features = ["serde"] }
38-
indexmap = "1.8.2"
38+
indexmap = { version = "2", features = ["serde"] }
3939
serde-value = "0.7.0"
4040
base64 = "0.13.0"
4141
tokio = { version = "1.21.0", optional = true }

0 commit comments

Comments
 (0)