From 3528f216c2035ee29ae277e53a4d87e8c39e3cfe Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sebastian=20Dr=C3=B6ge?= Date: Tue, 6 Feb 2024 09:14:36 +0200 Subject: [PATCH] Update to toml_edit 0.22 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index fb869c2..88d1940 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -15,7 +15,7 @@ readme = "./README.md" rust-version = "1.67.0" [dependencies] -toml_edit = "0.21.0" +toml_edit = "0.22.0" [dev-dependencies] quote = "1.0.33"