Skip to content

Commit

Permalink
fix(deps): update rust crate futures-util to 0.3.30
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Apr 17, 2024
1 parent 98a1d55 commit 3d8524a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion server/infra/db_repository_impl/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ chrono = "0.4.38"
diesel = { version = "2.1.5", features = ["chrono"] }
domain = { path = "../../domain" }
diesel-async = { version = "0.3.2", features = ["mysql", "deadpool"] }
futures-util = "0.3.28"
futures-util = "0.3.30"
ordered-float = "3.9.2"
tracing = "0.1.39"
serde = "1.0.189"
Expand Down

0 comments on commit 3d8524a

Please sign in to comment.