Skip to content

Commit

Permalink
chore(deps): update safe
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Dec 2, 2022
1 parent 2af5c34 commit aa2789b
Show file tree
Hide file tree
Showing 8 changed files with 105 additions and 37 deletions.
126 changes: 97 additions & 29 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ typos-dict = { version = "^0.9", path = "crates/typos-dict", optional = true }
typos-vars = { version = "^0.8", path = "crates/typos-vars", optional = true }
unicase = "2.6"
anyhow = "1.0"
clap = { version = "4.0.18", features = ["derive"] }
clap = { version = "4.0.29", features = ["derive"] }
clap-verbosity-flag = "2.0"
ignore = "0.4"
serde = { version = "1.0", features = ["derive"] }
Expand Down Expand Up @@ -99,7 +99,7 @@ globset = "0.4.9"

[dev-dependencies]
assert_fs = "1.0"
trycmd = "0.14.1"
trycmd = "0.14.5"
criterion = "0.4"

[profile.dev]
Expand Down
2 changes: 1 addition & 1 deletion crates/codespell-dict/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -24,4 +24,4 @@ unicase = "2.6"
itertools = "0.10"
codegenrs = "2.0"
dictgen = { version = "^0.2", path = "../dictgen", features = ["codegen"] }
snapbox = { version = "0.4.0", features = ["path"] }
snapbox = { version = "0.4.3", features = ["path"] }
2 changes: 1 addition & 1 deletion crates/misspell-dict/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -24,4 +24,4 @@ itertools = "0.10"
codegenrs = "2.0"
regex = "1"
dictgen = { version = "^0.2", path = "../dictgen", features = ["codegen"] }
snapbox = { version = "0.4.0", features = ["path"] }
snapbox = { version = "0.4.3", features = ["path"] }
2 changes: 1 addition & 1 deletion crates/typos-dict/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -23,4 +23,4 @@ unicase = "2.6"
codegenrs = "2.0"
dictgen = { version = "^0.2", path = "../dictgen", features = ["codegen"] }
varcon = { version = "^0.6", path = "../varcon" }
snapbox = { version = "0.4.0", features = ["path"] }
snapbox = { version = "0.4.3", features = ["path"] }
2 changes: 1 addition & 1 deletion crates/typos-vars/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -24,4 +24,4 @@ unicase = "2.6"
codegenrs = "2.0"
itertools = "0.10"
dictgen = { version = "^0.2", path = "../dictgen", features = ["codegen"] }
snapbox = { version = "0.4.0", features = ["path"] }
snapbox = { version = "0.4.3", features = ["path"] }
2 changes: 1 addition & 1 deletion crates/varcon/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -22,4 +22,4 @@ varcon-core = { version = "^2.2", path = "../varcon-core" }
[dev-dependencies]
codegenrs = "2.0"
varcon-core = { version = "^2.2", path = "../varcon-core", features = ["parser"] }
snapbox = { version = "0.4.0", features = ["path"] }
snapbox = { version = "0.4.3", features = ["path"] }
2 changes: 1 addition & 1 deletion crates/wikipedia-dict/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -24,4 +24,4 @@ unicase = "2.6"
itertools = "0.10"
codegenrs = "2.0"
dictgen = { version = "^0.2", path = "../dictgen", features = ["codegen"] }
snapbox = { version = "0.4.0", features = ["path"] }
snapbox = { version = "0.4.3", features = ["path"] }

0 comments on commit aa2789b

Please sign in to comment.