From 0f1c8d982af8034c4da7cf3e0c4c9e3c9c1d0873 Mon Sep 17 00:00:00 2001 From: Krysztal Huang Date: Tue, 22 Jul 2025 22:13:53 +0800 Subject: [PATCH] Bump version of `toml_edit` to `0.23` --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index bb86caa..6d7e8bb 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -25,7 +25,7 @@ env = [] # does nothing; here for backwards compat [dependencies] serde = "1.0" uncased = "0.9.3" -toml_edit = { version = "0.22", optional = true, default-features = false, features = ["parse", "serde"] } +toml_edit = { version = "0.23", optional = true, default-features = false, features = ["parse", "serde"] } serde_json = { version = "1.0", optional = true } serde_yaml = { version = "0.9", optional = true } tempfile = { version = "3", optional = true }