@@ -82,7 +82,7 @@ cookie = { version = "=0.18.1", features = ["secure"] }
8282deadpool-diesel = { version = " =0.6.1" , features = [" postgres" , " tracing" ] }
8383derive_more = { version = " =2.0.1" , features = [" deref" , " deref_mut" , " display" ] }
8484dialoguer = " =0.11.0"
85- diesel = { version = " =2.2.8 " , features = [" postgres" , " serde_json" , " chrono" , " numeric" ] }
85+ diesel = { version = " =2.2.9 " , features = [" postgres" , " serde_json" , " chrono" , " numeric" ] }
8686diesel-async = { version = " =0.5.2" , features = [" async-connection-wrapper" , " deadpool" , " postgres" ] }
8787diesel_full_text_search = " =2.2.0"
8888diesel_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.8 " , features = [" r2d2" ] }
146+ diesel = { version = " =2.2.9 " , features = [" r2d2" ] }
147147googletest = " =0.14.0"
148148insta = { version = " =1.42.2" , features = [" glob" , " json" , " redactions" ] }
149149regex = " =1.11.1"
0 commit comments