From dea7eb6f4626c55defe629a4a70a05f7def36182 Mon Sep 17 00:00:00 2001 From: "oxide-renovate[bot]" <146848827+oxide-renovate[bot]@users.noreply.github.com> Date: Fri, 19 Jul 2024 13:52:16 -0700 Subject: [PATCH] Update Rust crate toml_edit to 0.22.16 (#6123) --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 8f2eef3efb..a9832f636f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -513,7 +513,7 @@ tokio-stream = "0.1.15" tokio-tungstenite = "0.20" tokio-util = { version = "0.7.11", features = ["io", "io-util"] } toml = "0.8.15" -toml_edit = "0.22.12" +toml_edit = "0.22.16" tough = { version = "0.17.1", features = [ "http" ] } trust-dns-client = "0.22" trust-dns-proto = "0.22"