Merge pull request #5614 from epage/snap

test(help): Switch to snapbox
This commit is contained in:
Ed Page 2024-07-31 16:07:55 -05:00 committed by GitHub
commit e1f6320730
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 1304 additions and 1123 deletions

10
Cargo.lock generated
View file

@ -1432,7 +1432,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e310b3a6b5907f99202fcdb4960ff45b93735d7c7d96b760fcff8db2dc0e103d"
dependencies = [
"cfg-if",
"windows-targets 0.52.6",
"windows-targets 0.48.5",
]
[[package]]
@ -2971,9 +2971,9 @@ checksum = "b7c388c1b5e93756d0c740965c41e8822f866621d41acbdf6336a6a168f8840c"
[[package]]
name = "snapbox"
version = "0.6.11"
version = "0.6.16"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "699c824ef8c2061c39efb3af4f334310b3acbfb2a50c6d1f867e4d95dcff94be"
checksum = "027c936207f85d10d015e21faf5c676c7e08c453ed371adf55c0874c443ca77a"
dependencies = [
"anstream",
"anstyle",
@ -2994,9 +2994,9 @@ dependencies = [
[[package]]
name = "snapbox-macros"
version = "0.3.9"
version = "0.3.10"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b1f4c14672714436c09254801c934b203196a51182a5107fb76591c7cc56424d"
checksum = "16569f53ca23a41bb6f62e0a5084aa1661f4814a67fa33696a79073e03a664af"
dependencies = [
"anstream",
]

View file

@ -183,7 +183,7 @@ rustversion = "1.0.15"
# Cutting out `filesystem` feature
trycmd = { version = "0.15.3", default-features = false, features = ["color-auto", "diff", "examples"] }
humantime = "2.1.0"
snapbox = "0.6.0"
snapbox = "0.6.16"
shlex = "1.3.0"
automod = "1.0.14"

File diff suppressed because it is too large Load diff