@@ -75,7 +75,7 @@ cookie = { version = "=0.18.1", features = ["secure"] }
7575deadpool-diesel = { version = " =0.6.1" , features = [" postgres" , " tracing" ] }
7676derive_more = { version = " =1.0.0" , features = [" deref" , " deref_mut" , " display" ] }
7777dialoguer = " =0.11.0"
78- diesel = { version = " =2.2.6 " , features = [" postgres" , " serde_json" , " chrono" , " numeric" ] }
78+ diesel = { version = " =2.2.7 " , features = [" postgres" , " serde_json" , " chrono" , " numeric" ] }
7979diesel-async = { version = " =0.5.2" , features = [" async-connection-wrapper" , " deadpool" , " postgres" ] }
8080diesel_full_text_search = " =2.2.0"
8181diesel_migrations = { version = " =2.2.0" , features = [" postgres" ] }
@@ -138,7 +138,7 @@ crates_io_tarball = { path = "crates/crates_io_tarball", features = ["builder"]
138138crates_io_team_repo = { path = " crates/crates_io_team_repo" , features = [" mock" ] }
139139crates_io_test_db = { path = " crates/crates_io_test_db" }
140140claims = " =0.8.0"
141- diesel = { version = " =2.2.6 " , features = [" r2d2" ] }
141+ diesel = { version = " =2.2.7 " , features = [" r2d2" ] }
142142googletest = " =0.13.0"
143143insta = { version = " =1.42.1" , features = [" glob" , " json" , " redactions" ] }
144144regex = " =1.11.1"
0 commit comments