Skip to content

Commit c47662d

Browse files
fix(deps): update rust crate serde_json to 1.0.128 (#18428)
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 2b89acb commit c47662d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

boundaries/billing/currency/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ tonic = { version = "0.12.3", features = ["tls"] }
2121
deadpool-redis = { version = "0.18.0", features = ["rt_tokio_1"] }
2222
redis = { version = "0.27.2", features = ["aio", "tokio-comp"] }
2323
serde = { version = "1.0.210", features = ["derive"] }
24-
serde_json = "1.0"
24+
serde_json = "1.0.128"
2525

2626
# Other
2727
rust_decimal = { version = "1.36", features = ["serde"] }

0 commit comments

Comments
 (0)