From 8bac6774b28168e32b2b98cdc709a34a9b87b550 Mon Sep 17 00:00:00 2001 From: "oxide-renovate[bot]" <146848827+oxide-renovate[bot]@users.noreply.github.com> Date: Wed, 17 Jul 2024 03:11:47 +0000 Subject: [PATCH] Update Rust crate toml to 0.8.14 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index e46cdeb9727..59ec755f332 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.14" toml_edit = "0.22.12" tough = { version = "0.17.1", features = [ "http" ] } trust-dns-client = "0.22"