diff --git a/Cargo.lock b/Cargo.lock index 7583e84..5c35ee3 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -743,7 +743,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" [[package]] name = "typos" -version = "0.2.0" +version = "0.3.0" dependencies = [ "anyhow 1.0.18 (registry+https://github.com/rust-lang/crates.io-index)", "bstr 0.2.8 (registry+https://github.com/rust-lang/crates.io-index)", @@ -774,7 +774,7 @@ dependencies = [ "serde 1.0.101 (registry+https://github.com/rust-lang/crates.io-index)", "structopt 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)", "toml 0.4.10 (registry+https://github.com/rust-lang/crates.io-index)", - "typos 0.2.0", + "typos 0.3.0", "typos-dict 0.2.0", "unicase 2.5.1 (registry+https://github.com/rust-lang/crates.io-index)", ] diff --git a/Cargo.toml b/Cargo.toml index 8ff8fd8..96058e3 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -29,7 +29,7 @@ azure-devops = { project = "crate-ci", pipeline = "typos" } codecov = { repository = "crate-ci/typos" } [dependencies] -typos = { version = "^0.2", path = "typos" } +typos = { version = "^0.3", path = "typos" } typos-dict = { version = "^0.2", path = "dict/typos" } phf = { version = "0.8", features = ["unicase"] } unicase = "2.5" diff --git a/typos/Cargo.toml b/typos/Cargo.toml index 8f7b7e9..57eb053 100644 --- a/typos/Cargo.toml +++ b/typos/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "typos" -version = "0.2.0" +version = "0.3.0" authors = ["Ed Page "] description = "Source Code Spelling Correction" repository = "https://github.com/crate-ci/typos"