From 8e0868057ae179ff8a4a9b723e5b3d42caab15c2 Mon Sep 17 00:00:00 2001 From: Ed Page Date: Tue, 26 Apr 2022 10:16:26 -0500 Subject: [PATCH] chore: Upgrade toml_edit --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index e5b914450..7851d0707 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -58,7 +58,7 @@ strip-ansi-escapes = "0.1.0" tar = { version = "0.4.36", default-features = false } tempfile = "3.0" termcolor = "1.1" -toml_edit = { version = "0.13.4", features = ["serde", "easy"] } +toml_edit = { version = "0.14.3", features = ["serde", "easy", "perf"] } unicode-xid = "0.2.0" url = "2.2.2" walkdir = "2.2"