@@ -84,7 +84,7 @@ cookie = { version = "=0.18.1", features = ["secure"] }
8484deadpool-diesel = { version = " =0.6.1" , features = [" postgres" , " tracing" ] }
8585derive_more = { version = " =2.0.1" , features = [" deref" , " deref_mut" , " display" ] }
8686dialoguer = " =0.11.0"
87- diesel = { version = " =2.2.10 " , features = [" postgres" , " serde_json" , " chrono" , " numeric" ] }
87+ diesel = { version = " =2.2.11 " , features = [" postgres" , " serde_json" , " chrono" , " numeric" ] }
8888diesel-async = { version = " =0.5.2" , features = [" async-connection-wrapper" , " deadpool" , " postgres" ] }
8989diesel_full_text_search = " =2.2.0"
9090diesel_migrations = { version = " =2.2.0" , features = [" postgres" ] }
@@ -147,7 +147,7 @@ crates_io_team_repo = { path = "crates/crates_io_team_repo", features = ["mock"]
147147crates_io_test_db = { path = " crates/crates_io_test_db" }
148148crates_io_trustpub = { path = " crates/crates_io_trustpub" , features = [" test-helpers" ] }
149149claims = " =0.8.0"
150- diesel = { version = " =2.2.10 " , features = [" r2d2" ] }
150+ diesel = { version = " =2.2.11 " , features = [" r2d2" ] }
151151googletest = " =0.14.1"
152152insta = { version = " =1.43.1" , features = [" glob" , " json" , " redactions" ] }
153153jsonwebtoken = " =9.3.1"
0 commit comments