@@ -107,6 +107,7 @@ tokio-postgres = { version = "0.7.10", features = ["with-chrono-0_4", "with-serd
107
107
tokio-stream = { version = " 0.1.14" , features = [" net" ] }
108
108
tokio-util = { version = " 0.7.10" , features = [" codec" , " io-util" ] }
109
109
toml = { version = " 0.7.8" }
110
+ toml_edit-3c51e837cfc5589a = { package = " toml_edit" , version = " 0.22.6" , features = [" serde" ] }
110
111
tracing = { version = " 0.1.37" , features = [" log" ] }
111
112
trust-dns-proto = { version = " 0.22.0" }
112
113
unicode-bidi = { version = " 0.3.13" }
@@ -214,6 +215,7 @@ tokio-postgres = { version = "0.7.10", features = ["with-chrono-0_4", "with-serd
214
215
tokio-stream = { version = " 0.1.14" , features = [" net" ] }
215
216
tokio-util = { version = " 0.7.10" , features = [" codec" , " io-util" ] }
216
217
toml = { version = " 0.7.8" }
218
+ toml_edit-3c51e837cfc5589a = { package = " toml_edit" , version = " 0.22.6" , features = [" serde" ] }
217
219
tracing = { version = " 0.1.37" , features = [" log" ] }
218
220
trust-dns-proto = { version = " 0.22.0" }
219
221
unicode-bidi = { version = " 0.3.13" }
@@ -271,7 +273,7 @@ mio = { version = "0.8.9", features = ["net", "os-ext"] }
271
273
once_cell = { version = " 1.19.0" }
272
274
rustix = { version = " 0.38.31" , features = [" fs" , " termios" ] }
273
275
toml_datetime = { version = " 0.6.5" , default-features = false , features = [" serde" ] }
274
- toml_edit = { version = " 0.19.15" , features = [" serde" ] }
276
+ toml_edit-cdcf2f9584511fe6 = { package = " toml_edit " , version = " 0.19.15" , features = [" serde" ] }
275
277
276
278
[target .x86_64-unknown-illumos .build-dependencies ]
277
279
bitflags-f595c2ba2a3f28df = { package = " bitflags" , version = " 2.4.0" , default-features = false , features = [" std" ] }
@@ -280,6 +282,6 @@ mio = { version = "0.8.9", features = ["net", "os-ext"] }
280
282
once_cell = { version = " 1.19.0" }
281
283
rustix = { version = " 0.38.31" , features = [" fs" , " termios" ] }
282
284
toml_datetime = { version = " 0.6.5" , default-features = false , features = [" serde" ] }
283
- toml_edit = { version = " 0.19.15" , features = [" serde" ] }
285
+ toml_edit-cdcf2f9584511fe6 = { package = " toml_edit " , version = " 0.19.15" , features = [" serde" ] }
284
286
285
287
# ## END HAKARI SECTION
0 commit comments