From b4d1a7b50a93783d6ceca2561eec93d4b286bf9d Mon Sep 17 00:00:00 2001 From: "oxide-renovate[bot]" <146848827+oxide-renovate[bot]@users.noreply.github.com> Date: Tue, 2 Apr 2024 21:50:32 +0000 Subject: [PATCH] Update Rust crate toml to 0.8.12 (#5252) Co-authored-by: oxide-renovate[bot] <146848827+oxide-renovate[bot]@users.noreply.github.com> --- Cargo.lock | 40 ++++++++++++++++++++-------------------- Cargo.toml | 2 +- 2 files changed, 21 insertions(+), 21 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 1176119063..30cd4755ee 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -873,7 +873,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "922d6ea3081d68b9e3e09557204bff47f9b5406a4a304dc917e187f8cafd582b" dependencies = [ "serde", - "toml 0.8.10", + "toml 0.8.12", ] [[package]] @@ -2017,7 +2017,7 @@ dependencies = [ "tempfile", "thiserror", "tokio", - "toml 0.8.10", + "toml 0.8.12", "trust-dns-client", "trust-dns-proto", "trust-dns-resolver", @@ -2099,7 +2099,7 @@ dependencies = [ "serde", "serde_json", "slog", - "toml 0.8.10", + "toml 0.8.12", "uuid 1.7.0", ] @@ -2142,7 +2142,7 @@ dependencies = [ "slog-term", "tokio", "tokio-rustls 0.25.0", - "toml 0.8.10", + "toml 0.8.12", "usdt 0.3.5", "uuid 1.7.0", "version_check", @@ -2323,7 +2323,7 @@ dependencies = [ "serde_json", "socket2 0.5.5", "tokio", - "toml 0.8.10", + "toml 0.8.12", "trust-dns-resolver", "uuid 1.7.0", ] @@ -3569,7 +3569,7 @@ dependencies = [ "smf", "thiserror", "tokio", - "toml 0.8.10", + "toml 0.8.12", "uuid 1.7.0", "whoami", "zone 0.3.0", @@ -4558,7 +4558,7 @@ dependencies = [ "serde_json", "serde_with", "tokio-postgres", - "toml 0.8.10", + "toml 0.8.12", "uuid 1.7.0", ] @@ -5304,7 +5304,7 @@ dependencies = [ "slog", "thiserror", "tokio", - "toml 0.8.10", + "toml 0.8.12", "uuid 1.7.0", ] @@ -5339,7 +5339,7 @@ dependencies = [ "subprocess", "tokio", "tokio-postgres", - "toml 0.8.10", + "toml 0.8.12", ] [[package]] @@ -5381,7 +5381,7 @@ dependencies = [ "tokio", "tokio-stream", "tokio-tungstenite 0.20.1", - "toml 0.8.10", + "toml 0.8.12", "uuid 1.7.0", ] @@ -5595,7 +5595,7 @@ dependencies = [ "tar", "thiserror", "tokio", - "toml 0.8.10", + "toml 0.8.12", "walkdir", ] @@ -5711,7 +5711,7 @@ dependencies = [ "tokio", "tokio-stream", "tokio-util", - "toml 0.8.10", + "toml 0.8.12", "usdt 0.5.0", "uuid 1.7.0", "zeroize", @@ -6190,7 +6190,7 @@ dependencies = [ "subprocess", "thiserror", "tokio", - "toml 0.8.10", + "toml 0.8.12", "uuid 1.7.0", ] @@ -9073,7 +9073,7 @@ dependencies = [ "sprockets-rot", "thiserror", "tokio", - "toml 0.8.10", + "toml 0.8.12", ] [[package]] @@ -9983,9 +9983,9 @@ dependencies = [ [[package]] name = "toml" -version = "0.8.10" +version = "0.8.12" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "9a9aad4a3066010876e8dcf5a8a06e70a558751117a145c6ce2b82c2e2054290" +checksum = "e9dd1545e8208b4a5af1aa9bbd0b4cf7e9ea08fabc5d0a5c67fcaafa17433aa3" dependencies = [ "serde", "serde_spanned", @@ -10306,7 +10306,7 @@ dependencies = [ "slog", "tar", "tokio", - "toml 0.8.10", + "toml 0.8.12", "tough", "url", "zip", @@ -11036,7 +11036,7 @@ dependencies = [ "textwrap 0.16.1", "tokio", "tokio-util", - "toml 0.8.10", + "toml 0.8.12", "toml_edit 0.22.9", "tui-tree-widget", "unicode-width", @@ -11144,7 +11144,7 @@ dependencies = [ "tokio", "tokio-stream", "tokio-util", - "toml 0.8.10", + "toml 0.8.12", "tough", "trust-dns-resolver", "tufaceous", @@ -11424,7 +11424,7 @@ dependencies = [ "fs-err", "serde", "swrite", - "toml 0.8.10", + "toml 0.8.12", ] [[package]] diff --git a/Cargo.toml b/Cargo.toml index 1d2457e25c..ed9130d46e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -426,7 +426,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.10" +toml = "0.8.12" toml_edit = "0.22.9" tough = { version = "0.16.0", features = [ "http" ] } trust-dns-client = "0.22"