diff --git a/Cargo.lock b/Cargo.lock index 4548d0a3d71..78653194471 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", ] @@ -3563,7 +3563,7 @@ dependencies = [ "smf", "thiserror", "tokio", - "toml 0.8.10", + "toml 0.8.12", "uuid 1.7.0", "whoami", "zone 0.3.0", @@ -4552,7 +4552,7 @@ dependencies = [ "serde_json", "serde_with", "tokio-postgres", - "toml 0.8.10", + "toml 0.8.12", "uuid 1.7.0", ] @@ -5295,7 +5295,7 @@ dependencies = [ "slog", "thiserror", "tokio", - "toml 0.8.10", + "toml 0.8.12", "uuid 1.7.0", ] @@ -5330,7 +5330,7 @@ dependencies = [ "subprocess", "tokio", "tokio-postgres", - "toml 0.8.10", + "toml 0.8.12", ] [[package]] @@ -5372,7 +5372,7 @@ dependencies = [ "tokio", "tokio-stream", "tokio-tungstenite 0.20.1", - "toml 0.8.10", + "toml 0.8.12", "uuid 1.7.0", ] @@ -5586,7 +5586,7 @@ dependencies = [ "tar", "thiserror", "tokio", - "toml 0.8.10", + "toml 0.8.12", "walkdir", ] @@ -5702,7 +5702,7 @@ dependencies = [ "tokio", "tokio-stream", "tokio-util", - "toml 0.8.10", + "toml 0.8.12", "usdt 0.5.0", "uuid 1.7.0", "zeroize", @@ -5858,7 +5858,7 @@ dependencies = [ "toml 0.7.8", "toml_datetime", "toml_edit 0.19.15", - "toml_edit 0.22.6", + "toml_edit 0.22.9", "tracing", "trust-dns-proto", "unicode-bidi", @@ -6181,7 +6181,7 @@ dependencies = [ "subprocess", "thiserror", "tokio", - "toml 0.8.10", + "toml 0.8.12", "uuid 1.7.0", ] @@ -9054,7 +9054,7 @@ dependencies = [ "sprockets-rot", "thiserror", "tokio", - "toml 0.8.10", + "toml 0.8.12", ] [[package]] @@ -9964,14 +9964,14 @@ 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", "toml_datetime", - "toml_edit 0.22.6", + "toml_edit 0.22.9", ] [[package]] @@ -9998,9 +9998,9 @@ dependencies = [ [[package]] name = "toml_edit" -version = "0.22.6" +version = "0.22.9" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "2c1b5fd4128cc8d3e0cb74d4ed9a9cc7c7284becd4df68f5f940e1ad123606f6" +checksum = "8e40bb779c5187258fd7aad0eb68cb8706a0a81fa712fbea808ab43c4b8374c4" dependencies = [ "indexmap 2.2.5", "serde", @@ -10287,7 +10287,7 @@ dependencies = [ "slog", "tar", "tokio", - "toml 0.8.10", + "toml 0.8.12", "tough", "url", "zip", @@ -11017,8 +11017,8 @@ dependencies = [ "textwrap 0.16.1", "tokio", "tokio-util", - "toml 0.8.10", - "toml_edit 0.22.6", + "toml 0.8.12", + "toml_edit 0.22.9", "tui-tree-widget", "unicode-width", "update-engine", @@ -11125,7 +11125,7 @@ dependencies = [ "tokio", "tokio-stream", "tokio-util", - "toml 0.8.10", + "toml 0.8.12", "tough", "trust-dns-resolver", "tufaceous", @@ -11405,7 +11405,7 @@ dependencies = [ "fs-err", "serde", "swrite", - "toml 0.8.10", + "toml 0.8.12", ] [[package]] diff --git a/Cargo.toml b/Cargo.toml index 0d66583a82c..4cf18f6fb63 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -425,7 +425,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.6" 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 659b10c7210..9e3c7487d09 100644 --- a/workspace-hack/Cargo.toml +++ b/workspace-hack/Cargo.toml @@ -106,7 +106,7 @@ 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-3c51e837cfc5589a = { package = "toml_edit", version = "0.22.6", features = ["serde"] } +toml_edit-3c51e837cfc5589a = { package = "toml_edit", version = "0.22.9", features = ["serde"] } tracing = { version = "0.1.40", features = ["log"] } trust-dns-proto = { version = "0.22.0" } unicode-bidi = { version = "0.3.15" } @@ -213,7 +213,7 @@ 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-3c51e837cfc5589a = { package = "toml_edit", version = "0.22.6", features = ["serde"] } +toml_edit-3c51e837cfc5589a = { package = "toml_edit", version = "0.22.9", features = ["serde"] } tracing = { version = "0.1.40", features = ["log"] } trust-dns-proto = { version = "0.22.0" } unicode-bidi = { version = "0.3.15" }