@@ -95,7 +95,7 @@ cookie = { version = "=0.18.1", features = ["secure"] }
9595deadpool-diesel = { version = " =0.6.1" , features = [" postgres" , " tracing" ] }
9696derive_more = { version = " =2.1.0" , features = [" deref" , " deref_mut" , " display" ] }
9797dialoguer = " =0.12.0"
98- diesel = { version = " =2.3.4 " , features = [" postgres" , " serde_json" , " chrono" , " numeric" ] }
98+ diesel = { version = " =2.3.5 " , features = [" postgres" , " serde_json" , " chrono" , " numeric" ] }
9999diesel-async = { version = " =0.7.4" , features = [" async-connection-wrapper" , " deadpool" , " postgres" ] }
100100diesel_full_text_search = " =2.3.0"
101101diesel_migrations = { version = " =2.3.1" , features = [" postgres" ] }
@@ -158,7 +158,7 @@ crates_io_test_db = { path = "crates/crates_io_test_db" }
158158crates_io_test_utils = { path = " crates/crates_io_test_utils" }
159159crates_io_trustpub = { path = " crates/crates_io_trustpub" , features = [" test-helpers" ] }
160160claims = " =0.8.0"
161- diesel = { version = " =2.3.4 " , features = [" r2d2" ] }
161+ diesel = { version = " =2.3.5 " , features = [" r2d2" ] }
162162googletest = " =0.14.2"
163163insta = { version = " =1.45.0" , features = [" glob" , " json" , " redactions" ] }
164164jsonwebtoken = { version = " =10.2.0" , features = [" aws_lc_rs" ] }
0 commit comments