We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2b89acb commit c47662dCopy full SHA for c47662d
boundaries/billing/currency/Cargo.toml
@@ -21,7 +21,7 @@ tonic = { version = "0.12.3", features = ["tls"] }
21
deadpool-redis = { version = "0.18.0", features = ["rt_tokio_1"] }
22
redis = { version = "0.27.2", features = ["aio", "tokio-comp"] }
23
serde = { version = "1.0.210", features = ["derive"] }
24
-serde_json = "1.0"
+serde_json = "1.0.128"
25
26
# Other
27
rust_decimal = { version = "1.36", features = ["serde"] }
0 commit comments