update big decimal to match latest diesel
This commit is contained in:
parent
e2f1e05ee2
commit
6e08e09df3
1 changed files with 1 additions and 1 deletions
|
@ -40,7 +40,7 @@ ordermap = { version = "0.2.11", features = ["serde-1"] }
|
|||
serde = { version = "1.0.8" }
|
||||
serde_derive = {version="1.0.2" }
|
||||
|
||||
bigdecimal = { version = "0.0.10", optional = true }
|
||||
bigdecimal = { version = "0.0.11", optional = true }
|
||||
chrono = { version = "0.4.0", optional = true }
|
||||
serde_json = { version="1.0.2", optional = true }
|
||||
url = { version = "1.5.1", optional = true }
|
||||
|
|
Loading…
Add table
Reference in a new issue