Skip to content

Commit 9791736

Browse files
fix(deps): update rust crate diesel-async to 0.4.1
1 parent a1fec08 commit 9791736

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

server/infra/db_repository_impl/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ async-trait = "0.1.74"
99
chrono = "0.4.31"
1010
diesel = { version = "2.1.3", features = ["chrono"] }
1111
domain = { path = "../../domain" }
12-
diesel-async = { version = "0.3.2", features = ["mysql", "deadpool"] }
12+
diesel-async = { version = "0.4.1", features = ["mysql", "deadpool"] }
1313
futures-util = "0.3.28"
1414
ordered-float = "3.9.2"
1515
tracing = "0.1.39"

0 commit comments

Comments
 (0)