Skip to content

Commit

Permalink
fix(deps): update serde monorepo to 1.0.217 (#20132)
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] authored Dec 28, 2024
1 parent 16e77a2 commit 621706c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
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.6", features = ["aio", "tokio-comp"] }
serde = { version = "1.0.216", features = ["derive"] }
serde = { version = "1.0.217", features = ["derive"] }
serde_json = "1.0.134"

# Other
Expand Down
4 changes: 2 additions & 2 deletions boundaries/marketing/newsletter/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,9 @@ repository = "https://github.com/shortlink-org/shortlink"
futures = { version = "0.3.31", default-features = true, features = ["async-await"] }
hyper = { version = "0.14.32", features = ["full"] }
tokio = { version = "1.42.0", features = ["full", "macros", "rt-multi-thread"] }
serde = {version = "1.0.216", features = ["derive"] }
serde = {version = "1.0.217", features = ["derive"] }
serde_json = "1.0.134"
serde_derive = "1.0.216"
serde_derive = "1.0.217"
route-recognizer = "0.3.1"
bytes = "1.9.0"
async-trait = "0.1.83"
Expand Down

0 comments on commit 621706c

Please sign in to comment.