@@ -81,7 +81,7 @@ cookie = { version = "=0.18.1", features = ["secure"] }
8181deadpool-diesel = { version = " =0.6.1" , features = [" postgres" , " tracing" ] }
8282derive_more = { version = " =2.0.1" , features = [" deref" , " deref_mut" , " display" ] }
8383dialoguer = " =0.11.0"
84- diesel = { version = " =2.2.7 " , features = [" postgres" , " serde_json" , " chrono" , " numeric" ] }
84+ diesel = { version = " =2.2.8 " , features = [" postgres" , " serde_json" , " chrono" , " numeric" ] }
8585diesel-async = { version = " =0.5.2" , features = [" async-connection-wrapper" , " deadpool" , " postgres" ] }
8686diesel_full_text_search = " =2.2.0"
8787diesel_migrations = { version = " =2.2.0" , features = [" postgres" ] }
@@ -143,7 +143,7 @@ crates_io_tarball = { path = "crates/crates_io_tarball", features = ["builder"]
143143crates_io_team_repo = { path = " crates/crates_io_team_repo" , features = [" mock" ] }
144144crates_io_test_db = { path = " crates/crates_io_test_db" }
145145claims = " =0.8.0"
146- diesel = { version = " =2.2.7 " , features = [" r2d2" ] }
146+ diesel = { version = " =2.2.8 " , features = [" r2d2" ] }
147147googletest = " =0.13.0"
148148insta = { version = " =1.42.2" , features = [" glob" , " json" , " redactions" ] }
149149regex = " =1.11.1"
0 commit comments