From 25597f1f376f936724c34a3885276a493d98bbe0 Mon Sep 17 00:00:00 2001 From: Nextest Bot Date: Thu, 1 Aug 2024 03:16:29 +0000 Subject: [PATCH] fix(deps): update rust crate toml to 0.8.19 --- 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 93f5592..f481c59 100644 --- a/nexlint-lints/Cargo.toml +++ b/nexlint-lints/Cargo.toml @@ -13,4 +13,4 @@ guppy = "0.17.5" nexlint = { path = "../nexlint" } regex = "1.10.5" serde = { version = "1.0.204", features = ["derive"] } -toml = "0.5.8" +toml = "0.8.19"