From 9150ef4e00ae333c2466b0e555b95a6c159d4081 Mon Sep 17 00:00:00 2001 From: Nextest Bot Date: Fri, 10 Oct 2025 03:17:32 +0000 Subject: [PATCH] fix(deps): update rust crate toml to 0.9.8 --- 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..7fabbed 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.9.8"