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"