diff --git a/Cargo.lock b/Cargo.lock index cfd31ec08..4204004d7 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1574,7 +1574,7 @@ dependencies = [ [[package]] name = "typos-vars" -version = "0.5.0" +version = "0.6.0" dependencies = [ "log", "unicase", diff --git a/Cargo.toml b/Cargo.toml index b299af7e7..52f8f9a8c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -52,7 +52,7 @@ codecov = { repository = "crate-ci/typos" } typos = { version = "^0.6", path = "crates/typos" } varcon-core = { version = "^2.0.0", path = "crates/varcon-core" } typos-dict = { version = "^0.5", path = "crates/typos-dict", optional = true } -typos-vars = { version = "^0.5", path = "crates/typos-vars", optional = true } +typos-vars = { version = "^0.6", path = "crates/typos-vars", optional = true } phf = { version = "0.8", features = ["unicase"] } unicase = "2.5" anyhow = "1.0" diff --git a/crates/typos-vars/Cargo.toml b/crates/typos-vars/Cargo.toml index 55635ec64..8be026ca2 100644 --- a/crates/typos-vars/Cargo.toml +++ b/crates/typos-vars/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "typos-vars" -version = "0.5.0" +version = "0.6.0" authors = ["Ed Page "] description = "Source Code Spelling Correction" repository = "https://github.com/crate-ci/typos"