From 8b4aa5f5f6b77ba71c6fc32bdba0767b326c4dba Mon Sep 17 00:00:00 2001 From: Nextest Bot Date: Wed, 8 May 2024 03:27:23 +0000 Subject: [PATCH] fix(deps): update rust crate toml to 0.8.12 --- 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 be098b3..e38512a 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.4" serde = { version = "1.0.201", features = ["derive"] } -toml = "0.5.8" +toml = "0.8.12"