Skip to content

Commit

Permalink
fix(deps): update rust crate diesel-async to 0.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Sep 1, 2023
1 parent 7342232 commit bf67ca0
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 @@ -9,7 +9,7 @@ async-trait = "0.1.73"
chrono = "0.4.28"
diesel = { version = "2.1.1", features = ["chrono"] }
domain = { path = "../../domain" }
diesel-async = { version = "0.3.2", features = ["mysql", "deadpool"] }
diesel-async = { version = "0.4.1", features = ["mysql", "deadpool"] }
futures-util = "0.3.28"
ordered-float = "3.9.1"
tracing = "0.1.37"
Expand Down

0 comments on commit bf67ca0

Please sign in to comment.