@@ -94,7 +94,7 @@ cookie = { version = "=0.18.1", features = ["secure"] }
9494deadpool-diesel = { version = " =0.6.1" , features = [" postgres" , " tracing" ] }
9595derive_more = { version = " =2.0.1" , features = [" deref" , " deref_mut" , " display" ] }
9696dialoguer = " =0.12.0"
97- diesel = { version = " =2.3.3 " , features = [" postgres" , " serde_json" , " chrono" , " numeric" ] }
97+ diesel = { version = " =2.3.4 " , features = [" postgres" , " serde_json" , " chrono" , " numeric" ] }
9898diesel-async = { version = " =0.7.4" , features = [" async-connection-wrapper" , " deadpool" , " postgres" ] }
9999diesel_full_text_search = " =2.3.0"
100100diesel_migrations = { version = " =2.3.0" , features = [" postgres" ] }
@@ -157,7 +157,7 @@ crates_io_test_db = { path = "crates/crates_io_test_db" }
157157crates_io_test_utils = { path = " crates/crates_io_test_utils" }
158158crates_io_trustpub = { path = " crates/crates_io_trustpub" , features = [" test-helpers" ] }
159159claims = " =0.8.0"
160- diesel = { version = " =2.3.3 " , features = [" r2d2" ] }
160+ diesel = { version = " =2.3.4 " , features = [" r2d2" ] }
161161googletest = " =0.14.2"
162162insta = { version = " =1.44.1" , features = [" glob" , " json" , " redactions" ] }
163163jsonwebtoken = { version = " =10.2.0" , features = [" aws_lc_rs" ] }
0 commit comments