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.
2 parents 6c43047 + 340d3de commit 9905c1eCopy full SHA for 9905c1e
boundaries/billing/currency/Cargo.toml
@@ -20,7 +20,7 @@ tonic = { version = "0.12.3", features = ["tls"] }
20
# Redis and Serialization
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", features = ["derive"] }
+serde = { version = "1.0.210", features = ["derive"] }
24
serde_json = "1.0"
25
26
# Other
0 commit comments