From dc9d10142ffa68b403557e7d8b513316748e2f7b Mon Sep 17 00:00:00 2001 From: Nextest Bot Date: Thu, 6 Feb 2025 04:18:10 +0000 Subject: [PATCH] fix(deps): update rust crate toml to 0.8.20 --- nexlint-lints/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nexlint-lints/Cargo.toml b/nexlint-lints/Cargo.toml index 96e8158..ee4f4d2 100644 --- a/nexlint-lints/Cargo.toml +++ b/nexlint-lints/Cargo.toml @@ -13,4 +13,4 @@ guppy = "0.17.12" nexlint = { path = "../nexlint" } regex = "1.11.1" serde = { version = "1.0.217", features = ["derive"] } -toml = "0.5.8" +toml = "0.8.20"