diff --git a/Cargo.lock b/Cargo.lock index eafcd9c..8dbfe19 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1135,7 +1135,7 @@ dependencies = [ "sv-parser", "svlint", "tokio", - "toml 1.1.4+spec-1.1.0", + "toml 1.1.5+spec-1.1.0", "tower-lsp", ] @@ -1345,9 +1345,9 @@ dependencies = [ [[package]] name = "toml" -version = "1.1.4+spec-1.1.0" +version = "1.1.5+spec-1.1.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "3aace63f4bbcdfc2c965b059de67119c89c4017a70d633be6c104910f67056f5" +checksum = "12c0ba9680044b4ce98d391a62094047eada0d64860b80166c39f4a6b5640785" dependencies = [ "indexmap 2.13.0", "serde_core",