From 2eb63b157b20e618078883a8a2a37148dcfcc5fc Mon Sep 17 00:00:00 2001 From: "oxide-renovate[bot]" <146848827+oxide-renovate[bot]@users.noreply.github.com> Date: Thu, 18 Jul 2024 13:39:59 -0700 Subject: [PATCH] Update Rust crate toml to 0.8.15 (#6104) --- Cargo.lock | 66 +++++++++++++++++++-------------------- Cargo.toml | 2 +- workspace-hack/Cargo.toml | 4 +-- 3 files changed, 36 insertions(+), 36 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 867c2eec25..f08c7a483d 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -858,7 +858,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "4895c018bb228aa6b3ba1a0285543fcb4b704734c3fb1f72afaa75aa769500c1" dependencies = [ "serde", - "toml 0.8.14", + "toml 0.8.15", ] [[package]] @@ -1945,7 +1945,7 @@ dependencies = [ "tempfile", "thiserror", "tokio", - "toml 0.8.14", + "toml 0.8.15", "trust-dns-client", "trust-dns-proto", "trust-dns-resolver", @@ -2027,7 +2027,7 @@ dependencies = [ "serde", "serde_json", "slog", - "toml 0.8.14", + "toml 0.8.15", "uuid", ] @@ -2070,7 +2070,7 @@ dependencies = [ "slog-term", "tokio", "tokio-rustls 0.25.0", - "toml 0.8.14", + "toml 0.8.15", "usdt", "uuid", "version_check", @@ -2233,7 +2233,7 @@ dependencies = [ "serde_json", "socket2 0.5.7", "tokio", - "toml 0.8.14", + "toml 0.8.15", "trust-dns-resolver", "uuid", ] @@ -3492,7 +3492,7 @@ dependencies = [ "smf", "thiserror", "tokio", - "toml 0.8.14", + "toml 0.8.15", "uuid", "whoami", "zone 0.3.0", @@ -4542,7 +4542,7 @@ dependencies = [ "serde_json", "serde_with", "tokio-postgres", - "toml 0.8.14", + "toml 0.8.15", "uuid", ] @@ -5335,7 +5335,7 @@ dependencies = [ "thiserror", "tokio", "tokio-postgres", - "toml 0.8.14", + "toml 0.8.15", "url", ] @@ -5383,7 +5383,7 @@ dependencies = [ "test-strategy", "thiserror", "tokio", - "toml 0.8.14", + "toml 0.8.15", "uuid", ] @@ -5408,7 +5408,7 @@ dependencies = [ "slog", "thiserror", "tokio", - "toml 0.8.14", + "toml 0.8.15", "uuid", ] @@ -5443,7 +5443,7 @@ dependencies = [ "subprocess", "tokio", "tokio-postgres", - "toml 0.8.14", + "toml 0.8.15", ] [[package]] @@ -5485,7 +5485,7 @@ dependencies = [ "tokio", "tokio-stream", "tokio-tungstenite 0.20.1", - "toml 0.8.14", + "toml 0.8.15", "uuid", ] @@ -5712,7 +5712,7 @@ dependencies = [ "tar", "thiserror", "tokio", - "toml 0.8.14", + "toml 0.8.15", "walkdir", ] @@ -5760,7 +5760,7 @@ dependencies = [ "slog-term", "tar", "tokio", - "toml 0.8.14", + "toml 0.8.15", "tufaceous-lib", ] @@ -5863,7 +5863,7 @@ dependencies = [ "tokio", "tokio-stream", "tokio-util", - "toml 0.8.14", + "toml 0.8.15", "usdt", "uuid", "zeroize", @@ -6023,7 +6023,7 @@ dependencies = [ "toml 0.7.8", "toml_datetime", "toml_edit 0.19.15", - "toml_edit 0.22.14", + "toml_edit 0.22.16", "tracing", "trust-dns-proto", "unicode-bidi", @@ -6309,7 +6309,7 @@ dependencies = [ "oximeter-timeseries-macro", "prettyplease", "syn 2.0.71", - "toml 0.8.14", + "toml 0.8.15", "uuid", ] @@ -6364,7 +6364,7 @@ dependencies = [ "subprocess", "thiserror", "tokio", - "toml 0.8.14", + "toml 0.8.15", "uuid", ] @@ -6443,7 +6443,7 @@ dependencies = [ "strum", "syn 2.0.71", "thiserror", - "toml 0.8.14", + "toml 0.8.15", "trybuild", "uuid", ] @@ -8183,7 +8183,7 @@ dependencies = [ "serde", "tempfile", "thiserror", - "toml 0.8.14", + "toml 0.8.15", "toolchain_find", ] @@ -9208,7 +9208,7 @@ dependencies = [ "slog-dtrace", "thiserror", "tokio", - "toml 0.8.14", + "toml 0.8.15", ] [[package]] @@ -10035,14 +10035,14 @@ dependencies = [ [[package]] name = "toml" -version = "0.8.14" +version = "0.8.15" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "6f49eb2ab21d2f26bd6db7bf383edc527a7ebaee412d17af4d40fdccd442f335" +checksum = "ac2caab0bf757388c6c0ae23b3293fdb463fee59434529014f85e3263b995c28" dependencies = [ "serde", "serde_spanned", "toml_datetime", - "toml_edit 0.22.14", + "toml_edit 0.22.16", ] [[package]] @@ -10069,9 +10069,9 @@ dependencies = [ [[package]] name = "toml_edit" -version = "0.22.14" +version = "0.22.16" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f21c7aaf97f1bd9ca9d4f9e73b0a6c74bd5afef56f2bc931943a6e1c37e04e38" +checksum = "278f3d518e152219c994ce877758516bca5e118eaed6996192a774fb9fbf0788" dependencies = [ "indexmap 2.2.6", "serde", @@ -10297,7 +10297,7 @@ dependencies = [ "serde_derive", "serde_json", "termcolor", - "toml 0.8.14", + "toml 0.8.15", ] [[package]] @@ -10357,7 +10357,7 @@ dependencies = [ "slog", "tar", "tokio", - "toml 0.8.14", + "toml 0.8.15", "tough", "url", "zip", @@ -11042,8 +11042,8 @@ dependencies = [ "textwrap", "tokio", "tokio-util", - "toml 0.8.14", - "toml_edit 0.22.14", + "toml 0.8.15", + "toml_edit 0.22.16", "tui-tree-widget", "unicode-width", "update-engine", @@ -11073,7 +11073,7 @@ dependencies = [ "slog", "thiserror", "tokio", - "toml 0.8.14", + "toml 0.8.15", "update-engine", ] @@ -11161,7 +11161,7 @@ dependencies = [ "tokio", "tokio-stream", "tokio-util", - "toml 0.8.14", + "toml 0.8.15", "tough", "trust-dns-resolver", "tufaceous", @@ -11493,7 +11493,7 @@ dependencies = [ "tabled", "tar", "tokio", - "toml 0.8.14", + "toml 0.8.15", "usdt", ] diff --git a/Cargo.toml b/Cargo.toml index e74eb6ab60..dc464e547f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -512,7 +512,7 @@ tokio-postgres = { version = "0.7", features = [ "with-chrono-0_4", "with-uuid-1 tokio-stream = "0.1.15" tokio-tungstenite = "0.20" tokio-util = { version = "0.7.10", features = ["io", "io-util"] } -toml = "0.8.12" +toml = "0.8.15" toml_edit = "0.22.12" tough = { version = "0.17.1", features = [ "http" ] } trust-dns-client = "0.22" diff --git a/workspace-hack/Cargo.toml b/workspace-hack/Cargo.toml index 14534baa6f..498f25d017 100644 --- a/workspace-hack/Cargo.toml +++ b/workspace-hack/Cargo.toml @@ -110,7 +110,7 @@ tokio-postgres = { version = "0.7.10", features = ["with-chrono-0_4", "with-serd tokio-stream = { version = "0.1.15", features = ["net"] } tokio-util = { version = "0.7.11", features = ["codec", "io-util"] } toml = { version = "0.7.8" } -toml_edit-3c51e837cfc5589a = { package = "toml_edit", version = "0.22.14", features = ["serde"] } +toml_edit-3c51e837cfc5589a = { package = "toml_edit", version = "0.22.16", features = ["serde"] } tracing = { version = "0.1.40", features = ["log"] } trust-dns-proto = { version = "0.22.0" } unicode-bidi = { version = "0.3.15" } @@ -218,7 +218,7 @@ tokio-postgres = { version = "0.7.10", features = ["with-chrono-0_4", "with-serd tokio-stream = { version = "0.1.15", features = ["net"] } tokio-util = { version = "0.7.11", features = ["codec", "io-util"] } toml = { version = "0.7.8" } -toml_edit-3c51e837cfc5589a = { package = "toml_edit", version = "0.22.14", features = ["serde"] } +toml_edit-3c51e837cfc5589a = { package = "toml_edit", version = "0.22.16", features = ["serde"] } tracing = { version = "0.1.40", features = ["log"] } trust-dns-proto = { version = "0.22.0" } unicode-bidi = { version = "0.3.15" }