We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c47662d commit 0d82167Copy full SHA for 0d82167
boundaries/billing/currency/Cargo.toml
@@ -26,7 +26,7 @@ serde_json = "1.0.128"
26
# Other
27
rust_decimal = { version = "1.36", features = ["serde"] }
28
rust_decimal_macros = "1.36.0"
29
-tokio = { version = "1.38.1", features = ["full"] }
+tokio = { version = "1.40.0", features = ["full"] }
30
async-trait = "0.1.83"
31
warp = "0.3.7"
32
utoipa = "4.2.3"
0 commit comments