From af85ba66c3636e72753ef805832967d8917038d5 Mon Sep 17 00:00:00 2001 From: Nextest Bot Date: Sat, 7 Jun 2025 03:44:23 +0000 Subject: [PATCH] fix(deps): update rust crate toml to 0.8.23 --- 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 e8b6722..a641258 100644 --- a/nexlint-lints/Cargo.toml +++ b/nexlint-lints/Cargo.toml @@ -13,4 +13,4 @@ guppy = "0.17.19" nexlint = { path = "../nexlint" } regex = "1.11.1" serde = { version = "1.0.219", features = ["derive"] } -toml = "0.5.8" +toml = "0.8.23"