@@ -86,10 +86,10 @@ cookie = { version = "=0.18.1", features = ["secure"] }
86
86
deadpool-diesel = { version = " =0.6.1" , features = [" postgres" , " tracing" ] }
87
87
derive_more = { version = " =2.0.1" , features = [" deref" , " deref_mut" , " display" ] }
88
88
dialoguer = " =0.12.0"
89
- diesel = { version = " =2.2.12 " , features = [" postgres" , " serde_json" , " chrono" , " numeric" ] }
89
+ diesel = { version = " =2.3.0 " , features = [" postgres" , " serde_json" , " chrono" , " numeric" ] }
90
90
diesel-async = { version = " =0.6.1" , features = [" async-connection-wrapper" , " deadpool" , " postgres" ] }
91
91
diesel_full_text_search = " =2.2.0"
92
- diesel_migrations = { version = " =2.2 .0" , features = [" postgres" ] }
92
+ diesel_migrations = { version = " =2.3 .0" , features = [" postgres" ] }
93
93
dotenvy = " =0.15.7"
94
94
flate2 = " =1.1.2"
95
95
futures-util = " =0.3.31"
@@ -151,7 +151,7 @@ crates_io_team_repo = { path = "crates/crates_io_team_repo", features = ["mock"]
151
151
crates_io_test_db = { path = " crates/crates_io_test_db" }
152
152
crates_io_trustpub = { path = " crates/crates_io_trustpub" , features = [" test-helpers" ] }
153
153
claims = " =0.8.0"
154
- diesel = { version = " =2.2.12 " , features = [" r2d2" ] }
154
+ diesel = { version = " =2.3.0 " , features = [" r2d2" ] }
155
155
googletest = " =0.14.2"
156
156
insta = { version = " =1.43.2" , features = [" glob" , " json" , " redactions" ] }
157
157
jsonwebtoken = " =9.3.1"
0 commit comments