@@ -85,7 +85,7 @@ cookie = { version = "=0.18.1", features = ["secure"] }
8585deadpool-diesel = { version = " =0.6.1" , features = [" postgres" , " tracing" ] }
8686derive_more = { version = " =2.0.1" , features = [" deref" , " deref_mut" , " display" ] }
8787dialoguer = " =0.11.0"
88- diesel = { version = " =2.2.11 " , features = [" postgres" , " serde_json" , " chrono" , " numeric" ] }
88+ diesel = { version = " =2.2.12 " , features = [" postgres" , " serde_json" , " chrono" , " numeric" ] }
8989diesel-async = { version = " =0.6.1" , features = [" async-connection-wrapper" , " deadpool" , " postgres" ] }
9090diesel_full_text_search = " =2.2.0"
9191diesel_migrations = { version = " =2.2.0" , features = [" postgres" ] }
@@ -148,7 +148,7 @@ crates_io_team_repo = { path = "crates/crates_io_team_repo", features = ["mock"]
148148crates_io_test_db = { path = " crates/crates_io_test_db" }
149149crates_io_trustpub = { path = " crates/crates_io_trustpub" , features = [" test-helpers" ] }
150150claims = " =0.8.0"
151- diesel = { version = " =2.2.11 " , features = [" r2d2" ] }
151+ diesel = { version = " =2.2.12 " , features = [" r2d2" ] }
152152googletest = " =0.14.2"
153153insta = { version = " =1.43.1" , features = [" glob" , " json" , " redactions" ] }
154154jsonwebtoken = " =9.3.1"
0 commit comments