From 673dae4a62e57f62d80d60ad22ecd16ac9d742fb Mon Sep 17 00:00:00 2001 From: "oxide-renovate[bot]" <146848827+oxide-renovate[bot]@users.noreply.github.com> Date: Tue, 6 Feb 2024 08:08:44 +0000 Subject: [PATCH] chore(deps): update rust crate toml to 0.8.10 --- Cargo.lock | 54 +++++++++++++++++++++++---------------- Cargo.toml | 2 +- workspace-hack/Cargo.toml | 6 ++--- 3 files changed, 35 insertions(+), 27 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 73ec3e4b4c..7a04a7a1cb 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -815,7 +815,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "922d6ea3081d68b9e3e09557204bff47f9b5406a4a304dc917e187f8cafd582b" dependencies = [ "serde", - "toml 0.8.9", + "toml 0.8.10", ] [[package]] @@ -1601,7 +1601,7 @@ dependencies = [ "slog", "thiserror", "tokio", - "toml 0.8.9", + "toml 0.8.10", ] [[package]] @@ -1897,7 +1897,7 @@ dependencies = [ "tempfile", "thiserror", "tokio", - "toml 0.8.9", + "toml 0.8.10", "trust-dns-client", "trust-dns-proto", "trust-dns-resolver", @@ -1977,7 +1977,7 @@ dependencies = [ "serde", "serde_json", "slog", - "toml 0.8.9", + "toml 0.8.10", "uuid", ] @@ -2020,7 +2020,7 @@ dependencies = [ "slog-term", "tokio", "tokio-rustls 0.25.0", - "toml 0.8.9", + "toml 0.8.10", "usdt 0.3.5", "uuid", "version_check", @@ -2192,7 +2192,7 @@ dependencies = [ "serde", "serde_json", "tokio", - "toml 0.8.9", + "toml 0.8.10", "trust-dns-resolver", "uuid", ] @@ -3400,7 +3400,7 @@ dependencies = [ "smf", "thiserror", "tokio", - "toml 0.8.9", + "toml 0.8.10", "uuid", "zone", ] @@ -4132,7 +4132,7 @@ dependencies = [ "slog", "thiserror", "tokio", - "toml 0.8.9", + "toml 0.8.10", ] [[package]] @@ -4911,7 +4911,7 @@ dependencies = [ "thiserror", "tokio", "tokio-postgres", - "toml 0.8.9", + "toml 0.8.10", "uuid", ] @@ -4960,7 +4960,7 @@ dependencies = [ "subprocess", "tokio", "tokio-postgres", - "toml 0.8.9", + "toml 0.8.10", ] [[package]] @@ -5002,7 +5002,7 @@ dependencies = [ "tokio", "tokio-stream", "tokio-tungstenite", - "toml 0.8.9", + "toml 0.8.10", "uuid", ] @@ -5207,7 +5207,7 @@ dependencies = [ "tar", "thiserror", "tokio", - "toml 0.8.9", + "toml 0.8.10", "walkdir", ] @@ -5317,7 +5317,7 @@ dependencies = [ "tokio", "tokio-stream", "tokio-util", - "toml 0.8.9", + "toml 0.8.10", "usdt 0.5.0", "uuid", "zeroize", @@ -5463,7 +5463,6 @@ dependencies = [ "toml 0.7.8", "toml_datetime", "toml_edit 0.19.15", - "toml_edit 0.21.1", "tracing", "trust-dns-proto", "unicode-bidi", @@ -5783,7 +5782,7 @@ dependencies = [ "subprocess", "thiserror", "tokio", - "toml 0.8.9", + "toml 0.8.10", "uuid", ] @@ -8482,7 +8481,7 @@ dependencies = [ "sprockets-rot", "thiserror", "tokio", - "toml 0.8.9", + "toml 0.8.10", ] [[package]] @@ -9360,14 +9359,14 @@ dependencies = [ [[package]] name = "toml" -version = "0.8.9" +version = "0.8.10" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c6a4b9e8023eb94392d3dca65d717c53abc5dad49c07cb65bb8fcd87115fa325" +checksum = "9a9aad4a3066010876e8dcf5a8a06e70a558751117a145c6ce2b82c2e2054290" dependencies = [ "serde", "serde_spanned", "toml_datetime", - "toml_edit 0.21.1", + "toml_edit 0.22.4", ] [[package]] @@ -9397,6 +9396,17 @@ name = "toml_edit" version = "0.21.1" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "6a8534fd7f78b5405e860340ad6575217ce99f38d4d5c8f2442cb5ecb50090e1" +dependencies = [ + "indexmap 2.2.2", + "toml_datetime", + "winnow", +] + +[[package]] +name = "toml_edit" +version = "0.22.4" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "0c9ffdf896f8daaabf9b66ba8e77ea1ed5ed0f72821b398aba62352e95062951" dependencies = [ "indexmap 2.2.2", "serde", @@ -9684,7 +9694,7 @@ dependencies = [ "slog", "tar", "tokio", - "toml 0.8.9", + "toml 0.8.10", "tough", "url", "zip", @@ -10354,7 +10364,7 @@ dependencies = [ "textwrap 0.16.0", "tokio", "tokio-util", - "toml 0.8.9", + "toml 0.8.10", "toml_edit 0.21.1", "tui-tree-widget", "unicode-width", @@ -10462,7 +10472,7 @@ dependencies = [ "tokio", "tokio-stream", "tokio-util", - "toml 0.8.9", + "toml 0.8.10", "tough", "trust-dns-resolver", "tufaceous", diff --git a/Cargo.toml b/Cargo.toml index 0c8e3245c9..5bed8b7fc0 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -393,7 +393,7 @@ tokio-postgres = { version = "0.7", features = [ "with-chrono-0_4", "with-uuid-1 tokio-stream = "0.1.14" tokio-tungstenite = "0.20" tokio-util = { version = "0.7.10", features = ["io", "io-util"] } -toml = "0.8.9" +toml = "0.8.10" toml_edit = "0.21.1" tough = { version = "0.16.0", features = [ "http" ] } trust-dns-client = "0.22" diff --git a/workspace-hack/Cargo.toml b/workspace-hack/Cargo.toml index 7038f9c038..2f481f1eec 100644 --- a/workspace-hack/Cargo.toml +++ b/workspace-hack/Cargo.toml @@ -107,7 +107,6 @@ tokio-postgres = { version = "0.7.10", features = ["with-chrono-0_4", "with-serd tokio-stream = { version = "0.1.14", features = ["net"] } tokio-util = { version = "0.7.10", features = ["codec", "io-util"] } toml = { version = "0.7.8" } -toml_edit-647d43efb71741da = { package = "toml_edit", version = "0.21.1", features = ["serde"] } tracing = { version = "0.1.37", features = ["log"] } trust-dns-proto = { version = "0.22.0" } unicode-bidi = { version = "0.3.13" } @@ -215,7 +214,6 @@ tokio-postgres = { version = "0.7.10", features = ["with-chrono-0_4", "with-serd tokio-stream = { version = "0.1.14", features = ["net"] } tokio-util = { version = "0.7.10", features = ["codec", "io-util"] } toml = { version = "0.7.8" } -toml_edit-647d43efb71741da = { package = "toml_edit", version = "0.21.1", features = ["serde"] } tracing = { version = "0.1.37", features = ["log"] } trust-dns-proto = { version = "0.22.0" } unicode-bidi = { version = "0.3.13" } @@ -278,7 +276,7 @@ mio = { version = "0.8.9", features = ["net", "os-ext"] } once_cell = { version = "1.19.0" } rustix = { version = "0.38.31", features = ["fs", "termios"] } toml_datetime = { version = "0.6.5", default-features = false, features = ["serde"] } -toml_edit-cdcf2f9584511fe6 = { package = "toml_edit", version = "0.19.15", features = ["serde"] } +toml_edit = { version = "0.19.15", features = ["serde"] } [target.x86_64-unknown-illumos.build-dependencies] bitflags-f595c2ba2a3f28df = { package = "bitflags", version = "2.4.0", default-features = false, features = ["std"] } @@ -288,6 +286,6 @@ mio = { version = "0.8.9", features = ["net", "os-ext"] } once_cell = { version = "1.19.0" } rustix = { version = "0.38.31", features = ["fs", "termios"] } toml_datetime = { version = "0.6.5", default-features = false, features = ["serde"] } -toml_edit-cdcf2f9584511fe6 = { package = "toml_edit", version = "0.19.15", features = ["serde"] } +toml_edit = { version = "0.19.15", features = ["serde"] } ### END HAKARI SECTION