Skip to content

Commit 0d82167

Browse files
fix(deps): update rust crate tokio to 1.40.0 (#18429)
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 c47662d commit 0d82167

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
@@ -26,7 +26,7 @@ serde_json = "1.0.128"
2626
# Other
2727
rust_decimal = { version = "1.36", features = ["serde"] }
2828
rust_decimal_macros = "1.36.0"
29-
tokio = { version = "1.38.1", features = ["full"] }
29+
tokio = { version = "1.40.0", features = ["full"] }
3030
async-trait = "0.1.83"
3131
warp = "0.3.7"
3232
utoipa = "4.2.3"

0 commit comments

Comments
 (0)