We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a1fec08 commit 9791736Copy full SHA for 9791736
server/infra/db_repository_impl/Cargo.toml
@@ -9,7 +9,7 @@ async-trait = "0.1.74"
9
chrono = "0.4.31"
10
diesel = { version = "2.1.3", features = ["chrono"] }
11
domain = { path = "../../domain" }
12
-diesel-async = { version = "0.3.2", features = ["mysql", "deadpool"] }
+diesel-async = { version = "0.4.1", features = ["mysql", "deadpool"] }
13
futures-util = "0.3.28"
14
ordered-float = "3.9.2"
15
tracing = "0.1.39"
0 commit comments