fix(deps): update rust crate futures to 0.3.28

This commit is contained in:
Renovate Bot
2023-03-30 17:51:53 +00:00
committed by Kasper Juul Hermansen
parent b094ae4f53
commit 696007cf45
2 changed files with 25 additions and 25 deletions

View File

@@ -20,7 +20,7 @@ serde_json = { workspace = true }
tracing.workspace = true
tracing-subscriber.workspace = true
futures = "0.3.27"
futures = "0.3.28"
derive_builder = "0.12.0"
[dev-dependencies]