Skip to content

Commit

Permalink
fix(deps): update rust crate tokio to 1.40.0 (#18429)
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 Sep 29, 2024
1 parent c47662d commit 0d82167
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 @@ -26,7 +26,7 @@ serde_json = "1.0.128"
# Other
rust_decimal = { version = "1.36", features = ["serde"] }
rust_decimal_macros = "1.36.0"
tokio = { version = "1.38.1", features = ["full"] }
tokio = { version = "1.40.0", features = ["full"] }
async-trait = "0.1.83"
warp = "0.3.7"
utoipa = "4.2.3"
Expand Down

0 comments on commit 0d82167

Please sign in to comment.