Skip to content

Commit

Permalink
fix(deps): update rust crate serde to 1.0.210 (#18427)
Browse files Browse the repository at this point in the history
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] committed Sep 29, 2024
1 parent 4d15761 commit 340d3de
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 340d3de

Please sign in to comment.