Skip to content

Commit 9e9e60c

Browse files
chore(deps): update rust crate toml_edit to 0.22.6 (#4996)
Co-authored-by: oxide-renovate[bot] <146848827+oxide-renovate[bot]@users.noreply.github.com>
1 parent 25eb244 commit 9e9e60c

File tree

3 files changed

+21
-20
lines changed

3 files changed

+21
-20
lines changed

Cargo.lock

Lines changed: 16 additions & 17 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -397,7 +397,7 @@ tokio-stream = "0.1.14"
397397
tokio-tungstenite = "0.20"
398398
tokio-util = { version = "0.7.10", features = ["io", "io-util"] }
399399
toml = "0.8.10"
400-
toml_edit = "0.21.1"
400+
toml_edit = "0.22.6"
401401
tough = { version = "0.16.0", features = [ "http" ] }
402402
trust-dns-client = "0.22"
403403
trust-dns-proto = "0.22"

workspace-hack/Cargo.toml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -107,6 +107,7 @@ tokio-postgres = { version = "0.7.10", features = ["with-chrono-0_4", "with-serd
107107
tokio-stream = { version = "0.1.14", features = ["net"] }
108108
tokio-util = { version = "0.7.10", features = ["codec", "io-util"] }
109109
toml = { version = "0.7.8" }
110+
toml_edit-3c51e837cfc5589a = { package = "toml_edit", version = "0.22.6", features = ["serde"] }
110111
tracing = { version = "0.1.37", features = ["log"] }
111112
trust-dns-proto = { version = "0.22.0" }
112113
unicode-bidi = { version = "0.3.13" }
@@ -214,6 +215,7 @@ tokio-postgres = { version = "0.7.10", features = ["with-chrono-0_4", "with-serd
214215
tokio-stream = { version = "0.1.14", features = ["net"] }
215216
tokio-util = { version = "0.7.10", features = ["codec", "io-util"] }
216217
toml = { version = "0.7.8" }
218+
toml_edit-3c51e837cfc5589a = { package = "toml_edit", version = "0.22.6", features = ["serde"] }
217219
tracing = { version = "0.1.37", features = ["log"] }
218220
trust-dns-proto = { version = "0.22.0" }
219221
unicode-bidi = { version = "0.3.13" }
@@ -271,7 +273,7 @@ mio = { version = "0.8.9", features = ["net", "os-ext"] }
271273
once_cell = { version = "1.19.0" }
272274
rustix = { version = "0.38.31", features = ["fs", "termios"] }
273275
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"] }
275277

276278
[target.x86_64-unknown-illumos.build-dependencies]
277279
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"] }
280282
once_cell = { version = "1.19.0" }
281283
rustix = { version = "0.38.31", features = ["fs", "termios"] }
282284
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"] }
284286

285287
### END HAKARI SECTION

0 commit comments

Comments
 (0)