From 20fe30dfea94f340530ea582c1820ce60d28dfa1 Mon Sep 17 00:00:00 2001 From: "oxide-renovate[bot]" <146848827+oxide-renovate[bot]@users.noreply.github.com> Date: Sat, 3 Feb 2024 04:07:34 +0000 Subject: [PATCH] Update Rust crate toml to 0.8.9 --- Cargo.lock | 40 ++++++++++++++++++++-------------------- Cargo.toml | 2 +- 2 files changed, 21 insertions(+), 21 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index ce31b18823..3cc8f3fc4c 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.8", + "toml 0.8.9", ] [[package]] @@ -1558,7 +1558,7 @@ dependencies = [ "slog", "thiserror", "tokio", - "toml 0.8.8", + "toml 0.8.9", ] [[package]] @@ -1854,7 +1854,7 @@ dependencies = [ "tempfile", "thiserror", "tokio", - "toml 0.8.8", + "toml 0.8.9", "trust-dns-client", "trust-dns-proto", "trust-dns-resolver", @@ -1934,7 +1934,7 @@ dependencies = [ "serde", "serde_json", "slog", - "toml 0.8.8", + "toml 0.8.9", "uuid", ] @@ -1977,7 +1977,7 @@ dependencies = [ "slog-term", "tokio", "tokio-rustls 0.25.0", - "toml 0.8.8", + "toml 0.8.9", "usdt 0.3.5", "uuid", "version_check", @@ -2149,7 +2149,7 @@ dependencies = [ "serde", "serde_json", "tokio", - "toml 0.8.8", + "toml 0.8.9", "trust-dns-resolver", "uuid", ] @@ -3357,7 +3357,7 @@ dependencies = [ "smf", "thiserror", "tokio", - "toml 0.8.8", + "toml 0.8.9", "uuid", "zone", ] @@ -4089,7 +4089,7 @@ dependencies = [ "slog", "thiserror", "tokio", - "toml 0.8.8", + "toml 0.8.9", ] [[package]] @@ -4859,7 +4859,7 @@ dependencies = [ "thiserror", "tokio", "tokio-postgres", - "toml 0.8.8", + "toml 0.8.9", "uuid", ] @@ -4908,7 +4908,7 @@ dependencies = [ "subprocess", "tokio", "tokio-postgres", - "toml 0.8.8", + "toml 0.8.9", ] [[package]] @@ -4950,7 +4950,7 @@ dependencies = [ "tokio", "tokio-stream", "tokio-tungstenite", - "toml 0.8.8", + "toml 0.8.9", "uuid", ] @@ -5150,7 +5150,7 @@ dependencies = [ "tar", "thiserror", "tokio", - "toml 0.8.8", + "toml 0.8.9", "walkdir", ] @@ -5260,7 +5260,7 @@ dependencies = [ "tokio", "tokio-stream", "tokio-util", - "toml 0.8.8", + "toml 0.8.9", "usdt 0.5.0", "uuid", "zeroize", @@ -5726,7 +5726,7 @@ dependencies = [ "subprocess", "thiserror", "tokio", - "toml 0.8.8", + "toml 0.8.9", "uuid", ] @@ -8431,7 +8431,7 @@ dependencies = [ "sprockets-rot", "thiserror", "tokio", - "toml 0.8.8", + "toml 0.8.9", ] [[package]] @@ -9265,9 +9265,9 @@ dependencies = [ [[package]] name = "toml" -version = "0.8.8" +version = "0.8.9" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a1a195ec8c9da26928f773888e0742ca3ca1040c6cd859c919c9f59c1954ab35" +checksum = "c6a4b9e8023eb94392d3dca65d717c53abc5dad49c07cb65bb8fcd87115fa325" dependencies = [ "serde", "serde_spanned", @@ -9589,7 +9589,7 @@ dependencies = [ "slog", "tar", "tokio", - "toml 0.8.8", + "toml 0.8.9", "tough", "url", "zip", @@ -10259,7 +10259,7 @@ dependencies = [ "textwrap 0.16.0", "tokio", "tokio-util", - "toml 0.8.8", + "toml 0.8.9", "toml_edit 0.21.1", "tui-tree-widget", "unicode-width", @@ -10367,7 +10367,7 @@ dependencies = [ "tokio", "tokio-stream", "tokio-util", - "toml 0.8.8", + "toml 0.8.9", "tough", "trust-dns-resolver", "tufaceous", diff --git a/Cargo.toml b/Cargo.toml index b8379adbd1..2484a75b0c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -390,7 +390,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.8" +toml = "0.8.9" toml_edit = "0.21.1" tough = { version = "0.16.0", features = [ "http" ] } trust-dns-client = "0.22"