Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/main'
Browse files Browse the repository at this point in the history
  • Loading branch information
batazor committed Sep 29, 2024
2 parents 6c43047 + 340d3de commit 9905c1e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion boundaries/billing/currency/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ tonic = { version = "0.12.3", features = ["tls"] }
# Redis and Serialization
deadpool-redis = { version = "0.18.0", features = ["rt_tokio_1"] }
redis = { version = "0.27.2", features = ["aio", "tokio-comp"] }
serde = { version = "1.0", features = ["derive"] }
serde = { version = "1.0.210", features = ["derive"] }
serde_json = "1.0"

# Other
Expand Down

0 comments on commit 9905c1e

Please sign in to comment.