@@ -86,10 +86,10 @@ cookie = { version = "=0.18.1", features = ["secure"] }
8686deadpool-diesel = { version = " =0.6.1" , features = [" postgres" , " tracing" ] }
8787derive_more = { version = " =2.0.1" , features = [" deref" , " deref_mut" , " display" ] }
8888dialoguer = " =0.12.0"
89- diesel = { version = " =2.2.12 " , features = [" postgres" , " serde_json" , " chrono" , " numeric" ] }
89+ diesel = { version = " =2.3.0 " , features = [" postgres" , " serde_json" , " chrono" , " numeric" ] }
9090diesel-async = { version = " =0.6.1" , features = [" async-connection-wrapper" , " deadpool" , " postgres" ] }
9191diesel_full_text_search = " =2.2.0"
92- diesel_migrations = { version = " =2.2 .0" , features = [" postgres" ] }
92+ diesel_migrations = { version = " =2.3 .0" , features = [" postgres" ] }
9393dotenvy = " =0.15.7"
9494flate2 = " =1.1.2"
9595futures-util = " =0.3.31"
@@ -151,7 +151,7 @@ crates_io_team_repo = { path = "crates/crates_io_team_repo", features = ["mock"]
151151crates_io_test_db = { path = " crates/crates_io_test_db" }
152152crates_io_trustpub = { path = " crates/crates_io_trustpub" , features = [" test-helpers" ] }
153153claims = " =0.8.0"
154- diesel = { version = " =2.2.12 " , features = [" r2d2" ] }
154+ diesel = { version = " =2.3.0 " , features = [" r2d2" ] }
155155googletest = " =0.14.2"
156156insta = { version = " =1.43.2" , features = [" glob" , " json" , " redactions" ] }
157157jsonwebtoken = " =9.3.1"
0 commit comments