From 3f813a7ec781f42b4a795a82c222a7f40a127153 Mon Sep 17 00:00:00 2001 From: Nextest Bot Date: Mon, 10 Mar 2025 03:32:23 +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 87189a7..3071d04 100644 --- a/nexlint-lints/Cargo.toml +++ b/nexlint-lints/Cargo.toml @@ -13,4 +13,4 @@ guppy = "0.17.17" nexlint = { path = "../nexlint" } regex = "1.11.1" serde = { version = "1.0.219", features = ["derive"] } -toml = "0.5.8" +toml = "0.8.20"