From 2a497b0830343a5aaae8232f56356aa5a5cd9c2c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 5 Jul 2024 15:59:55 +1000 Subject: [PATCH] feat: typos 1.23.0 June 2024 dictionary Updated the dictionary with the June 2024 changes --- Cargo.lock | 8 ++++---- crates/typos-lsp/Cargo.toml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index f4080e8..177624f 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1639,9 +1639,9 @@ dependencies = [ [[package]] name = "typos-cli" -version = "1.22.9" +version = "1.23.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "23041356b2b2eaeb85d0d84e5b344654d848a0d4dac0c427a2ee5a157d99ccb2" +checksum = "d201a8402c5adea5d55a24fe32b51039dc6ee6ee885ba0bd9634a8ee0413b52c" dependencies = [ "ahash", "anstream", @@ -1850,9 +1850,9 @@ checksum = "830b7e5d4d90034032940e4ace0d9a9a057e7a45cd94e6c007832e39edb82f6d" [[package]] name = "varcon-core" -version = "4.0.8" +version = "4.0.9" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "87fb94e2421908d0efb4d0acd3863a4af7d316430cf62342f63157aac63a0a14" +checksum = "c49727d8ddf898b7976a4f97103dc50755d73d94693b36876ef03186edd60169" dependencies = [ "enumflags2", ] diff --git a/crates/typos-lsp/Cargo.toml b/crates/typos-lsp/Cargo.toml index 652782c..935d0ca 100644 --- a/crates/typos-lsp/Cargo.toml +++ b/crates/typos-lsp/Cargo.toml @@ -14,7 +14,7 @@ bstr = "1.4" itertools = "0.13.0" env_logger = "0.11.3" typos = "0.10" -typos-cli = "1.22" +typos-cli = "1.23" serde = { version = "1.0", features = ["derive"] } ignore = "0.4.20" matchit = "0.8.3"