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"