@@ -92,7 +92,7 @@ cookie = { version = "=0.18.1", features = ["secure"] }
9292deadpool-diesel = { version = " =0.6.1" , features = [" postgres" , " tracing" ] }
9393derive_more = { version = " =2.0.1" , features = [" deref" , " deref_mut" , " display" ] }
9494dialoguer = " =0.12.0"
95- diesel = { version = " =2.3.2 " , features = [" postgres" , " serde_json" , " chrono" , " numeric" ] }
95+ diesel = { version = " =2.3.3 " , features = [" postgres" , " serde_json" , " chrono" , " numeric" ] }
9696diesel-async = { version = " =0.7.3" , features = [" async-connection-wrapper" , " deadpool" , " postgres" ] }
9797diesel_full_text_search = " =2.3.0"
9898diesel_migrations = { version = " =2.3.0" , features = [" postgres" ] }
@@ -159,7 +159,7 @@ crates_io_test_db = { path = "crates/crates_io_test_db" }
159159crates_io_test_utils = { path = " crates/crates_io_test_utils" }
160160crates_io_trustpub = { path = " crates/crates_io_trustpub" , features = [" test-helpers" ] }
161161claims = " =0.8.0"
162- diesel = { version = " =2.3.2 " , features = [" r2d2" ] }
162+ diesel = { version = " =2.3.3 " , features = [" r2d2" ] }
163163googletest = " =0.14.2"
164164insta = { version = " =1.43.2" , features = [" glob" , " json" , " redactions" ] }
165165jsonwebtoken = " =9.3.1"
0 commit comments