mirror of
https://github.com/crate-ci/typos.git
synced 2024-11-21 16:41:01 -05:00
chore: Upgrade to snapbox 0.6
This commit is contained in:
parent
6f2c324a4d
commit
49b5ca56eb
8 changed files with 15 additions and 28 deletions
29
Cargo.lock
generated
29
Cargo.lock
generated
|
@ -248,7 +248,7 @@ dependencies = [
|
|||
"codegenrs",
|
||||
"dictgen",
|
||||
"itertools 0.12.0",
|
||||
"snapbox 0.5.14",
|
||||
"snapbox",
|
||||
"typos",
|
||||
"unicase",
|
||||
]
|
||||
|
@ -785,7 +785,7 @@ dependencies = [
|
|||
"dictgen",
|
||||
"itertools 0.12.0",
|
||||
"regex",
|
||||
"snapbox 0.5.14",
|
||||
"snapbox",
|
||||
"unicase",
|
||||
]
|
||||
|
||||
|
@ -1145,19 +1145,6 @@ version = "0.3.11"
|
|||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "38b58827f4464d87d377d175e90bf58eb00fd8716ff0a62f80356b5e61555d0d"
|
||||
|
||||
[[package]]
|
||||
name = "snapbox"
|
||||
version = "0.5.14"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "f37d101fcafc8e73748fd8a1b7048f5979f93d372fd17027d7724c1643bc379b"
|
||||
dependencies = [
|
||||
"anstream",
|
||||
"anstyle",
|
||||
"normalize-line-endings",
|
||||
"similar",
|
||||
"snapbox-macros",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
name = "snapbox"
|
||||
version = "0.6.5"
|
||||
|
@ -1335,7 +1322,7 @@ dependencies = [
|
|||
"rayon",
|
||||
"serde",
|
||||
"shlex",
|
||||
"snapbox 0.6.5",
|
||||
"snapbox",
|
||||
"toml_edit",
|
||||
]
|
||||
|
||||
|
@ -1393,7 +1380,7 @@ dependencies = [
|
|||
"serde",
|
||||
"serde_json",
|
||||
"serde_regex",
|
||||
"snapbox 0.5.14",
|
||||
"snapbox",
|
||||
"thread_local",
|
||||
"toml",
|
||||
"trycmd",
|
||||
|
@ -1418,7 +1405,7 @@ dependencies = [
|
|||
"edit-distance",
|
||||
"indexmap",
|
||||
"itertools 0.12.0",
|
||||
"snapbox 0.5.14",
|
||||
"snapbox",
|
||||
"unicase",
|
||||
"varcon",
|
||||
]
|
||||
|
@ -1430,7 +1417,7 @@ dependencies = [
|
|||
"codegenrs",
|
||||
"dictgen",
|
||||
"itertools 0.12.0",
|
||||
"snapbox 0.5.14",
|
||||
"snapbox",
|
||||
"typos",
|
||||
"unicase",
|
||||
"varcon",
|
||||
|
@ -1531,7 +1518,7 @@ name = "varcon"
|
|||
version = "0.7.5"
|
||||
dependencies = [
|
||||
"codegenrs",
|
||||
"snapbox 0.5.14",
|
||||
"snapbox",
|
||||
"varcon-core",
|
||||
]
|
||||
|
||||
|
@ -1581,7 +1568,7 @@ dependencies = [
|
|||
"codegenrs",
|
||||
"dictgen",
|
||||
"itertools 0.12.0",
|
||||
"snapbox 0.5.14",
|
||||
"snapbox",
|
||||
"unicase",
|
||||
]
|
||||
|
||||
|
|
|
@ -25,7 +25,7 @@ unicase = "2.7"
|
|||
itertools = "0.12"
|
||||
codegenrs = "3.0"
|
||||
dictgen = { version = "^0.2", path = "../dictgen", features = ["codegen"] }
|
||||
snapbox = "0.5.14"
|
||||
snapbox = "0.6.5"
|
||||
typos = { path = "../typos" }
|
||||
|
||||
[lints]
|
||||
|
|
|
@ -24,7 +24,7 @@ itertools = "0.12"
|
|||
codegenrs = "3.0"
|
||||
regex = "1"
|
||||
dictgen = { version = "^0.2", path = "../dictgen", features = ["codegen"] }
|
||||
snapbox = "0.5.14"
|
||||
snapbox = "0.6.5"
|
||||
|
||||
[lints]
|
||||
workspace = true
|
||||
|
|
|
@ -81,7 +81,7 @@ encoding_rs = "0.8.34"
|
|||
[dev-dependencies]
|
||||
assert_fs = "1.1"
|
||||
divan = "0.1.14"
|
||||
snapbox = "0.5.14"
|
||||
snapbox = "0.6.5"
|
||||
trycmd = "0.15.4"
|
||||
|
||||
[[bench]]
|
||||
|
|
|
@ -27,7 +27,7 @@ unicase = "2.7"
|
|||
codegenrs = "3.0"
|
||||
dictgen = { version = "^0.2", path = "../dictgen", features = ["codegen"] }
|
||||
varcon = { version = "^0.7", path = "../varcon" }
|
||||
snapbox = "0.5.14"
|
||||
snapbox = "0.6.5"
|
||||
indexmap = "2.2.6"
|
||||
|
||||
[lints]
|
||||
|
|
|
@ -28,7 +28,7 @@ unicase = "2.7"
|
|||
codegenrs = "3.0"
|
||||
itertools = "0.12"
|
||||
dictgen = { version = "^0.2", path = "../dictgen", features = ["codegen"] }
|
||||
snapbox = "0.5.14"
|
||||
snapbox = "0.6.5"
|
||||
|
||||
[lints]
|
||||
workspace = true
|
||||
|
|
|
@ -26,7 +26,7 @@ varcon-core = { version = "^4.0", path = "../varcon-core" }
|
|||
[dev-dependencies]
|
||||
codegenrs = "3.0"
|
||||
varcon-core = { version = "^4.0", path = "../varcon-core", features = ["parser"] }
|
||||
snapbox = "0.5.14"
|
||||
snapbox = "0.6.5"
|
||||
|
||||
[lints]
|
||||
workspace = true
|
||||
|
|
|
@ -24,7 +24,7 @@ unicase = "2.7"
|
|||
itertools = "0.12"
|
||||
codegenrs = "3.0"
|
||||
dictgen = { version = "^0.2", path = "../dictgen", features = ["codegen"] }
|
||||
snapbox = "0.5.14"
|
||||
snapbox = "0.6.5"
|
||||
|
||||
[lints]
|
||||
workspace = true
|
||||
|
|
Loading…
Reference in a new issue