From e500e2c4c9bac700c8c2c7bace06c6b21678eeee Mon Sep 17 00:00:00 2001 From: "oxide-renovate[bot]" <146848827+oxide-renovate[bot]@users.noreply.github.com> Date: Sat, 3 Aug 2024 03:44:42 +0000 Subject: [PATCH] Update Rust crate toml_edit to 0.22.20 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index e01581e2c3..531ff414ed 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -548,7 +548,7 @@ tokio-stream = "0.1.15" tokio-tungstenite = "0.20" tokio-util = { version = "0.7.11", features = ["io", "io-util"] } toml = "0.8.19" -toml_edit = "0.22.16" +toml_edit = "0.22.20" tough = { version = "0.17.1", features = [ "http" ] } trust-dns-client = "0.22" trust-dns-proto = "0.22"