Skip to content

Commit 0ebb96c

Browse files
authored
RUST-709 Update decimal dependency to 2.1.0 (#241)
1 parent a73741b commit 0ebb96c

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
@@ -45,7 +45,7 @@ serde = { version = "1.0", features = ["derive"] }
4545
serde_json = { version = "1.0", features = ["preserve_order"] }
4646
linked-hash-map = "0.5.3"
4747
hex = "0.4.2"
48-
decimal = { version = "2.0.4", default_features = false, optional = true }
48+
decimal = { version = "2.1.0", default_features = false, optional = true }
4949
base64 = "0.13.0"
5050
lazy_static = "1.4.0"
5151
uuid = "0.8.1"

0 commit comments

Comments
 (0)