@@ -87,10 +87,10 @@ cookie = { version = "=0.18.1", features = ["secure"] }
8787deadpool-diesel = { version = " =0.6.1" , features = [" postgres" , " tracing" ] }
8888derive_more = { version = " =2.0.1" , features = [" deref" , " deref_mut" , " display" ] }
8989dialoguer = " =0.12.0"
90- diesel = { version = " =2.2.12 " , features = [" postgres" , " serde_json" , " chrono" , " numeric" ] }
90+ diesel = { version = " =2.3.2 " , features = [" postgres" , " serde_json" , " chrono" , " numeric" ] }
9191diesel-async = { version = " =0.6.1" , features = [" async-connection-wrapper" , " deadpool" , " postgres" ] }
9292diesel_full_text_search = " =2.2.0"
93- diesel_migrations = { version = " =2.2 .0" , features = [" postgres" ] }
93+ diesel_migrations = { version = " =2.3 .0" , features = [" postgres" ] }
9494dotenvy = " =0.15.7"
9595flate2 = " =1.1.2"
9696futures-util = " =0.3.31"
@@ -152,7 +152,7 @@ crates_io_team_repo = { path = "crates/crates_io_team_repo", features = ["mock"]
152152crates_io_test_db = { path = " crates/crates_io_test_db" }
153153crates_io_trustpub = { path = " crates/crates_io_trustpub" , features = [" test-helpers" ] }
154154claims = " =0.8.0"
155- diesel = { version = " =2.2.12 " , features = [" r2d2" ] }
155+ diesel = { version = " =2.3.2 " , features = [" r2d2" ] }
156156googletest = " =0.14.2"
157157insta = { version = " =1.43.2" , features = [" glob" , " json" , " redactions" ] }
158158jsonwebtoken = " =9.3.1"
0 commit comments