@@ -96,7 +96,6 @@ pkcs8 = { version = "0.10.2", default-features = false, features = ["encryption"
96
96
postgres-types = { version = " 0.2.9" , default-features = false , features = [" with-chrono-0_4" , " with-serde_json-1" , " with-uuid-1" ] }
97
97
predicates = { version = " 3.1.3" }
98
98
proc-macro2 = { version = " 1.0.95" }
99
- quote = { version = " 1.0.40" }
100
99
rand = { version = " 0.8.5" , features = [" small_rng" ] }
101
100
regex = { version = " 1.11.1" }
102
101
regex-automata = { version = " 0.4.8" , default-features = false , features = [" dfa" , " hybrid" , " meta" , " nfa" , " perf" , " unicode" ] }
@@ -222,7 +221,6 @@ pkcs8 = { version = "0.10.2", default-features = false, features = ["encryption"
222
221
postgres-types = { version = " 0.2.9" , default-features = false , features = [" with-chrono-0_4" , " with-serde_json-1" , " with-uuid-1" ] }
223
222
predicates = { version = " 3.1.3" }
224
223
proc-macro2 = { version = " 1.0.95" }
225
- quote = { version = " 1.0.40" }
226
224
rand = { version = " 0.8.5" , features = [" small_rng" ] }
227
225
regex = { version = " 1.11.1" }
228
226
regex-automata = { version = " 0.4.8" , default-features = false , features = [" dfa" , " hybrid" , " meta" , " nfa" , " perf" , " unicode" ] }
0 commit comments