Skip to content

Commit

Permalink
fix: resolve issue with serializing receipts to the db
Browse files Browse the repository at this point in the history
  • Loading branch information
Jannis committed Dec 1, 2023
1 parent 5ced9ed commit 00b4683
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion common/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ regex = "1.7.1"
reqwest = "0.11.20"
secp256k1 = { version = "0.28.0", features = ["recovery"] }
serde = { version = "1.0.188", features = ["derive"] }
serde_json = "1.0.107"
serde_json = { version = "1.0.107", features = ["arbitrary_precision"] }
sqlx = { version = "0.7.1", features = [
"postgres",
"runtime-tokio",
Expand Down

0 comments on commit 00b4683

Please sign in to comment.