mirror of
https://github.com/rust-lang/cargo.git
synced 2025-10-01 11:30:39 +00:00
chore: Upgrade to snapbox 0.5.14
This commit is contained in:
parent
fc733032b3
commit
602f2f2e21
8
Cargo.lock
generated
8
Cargo.lock
generated
@ -3208,9 +3208,9 @@ checksum = "3c5e1a9a646d36c3599cd173a41282daf47c44583ad367b8e6837255952e5c67"
|
|||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "snapbox"
|
name = "snapbox"
|
||||||
version = "0.5.9"
|
version = "0.5.14"
|
||||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||||
checksum = "8ac441e1ecf678f68423d47f376d53fabce1afba92c8f68e31508eb27df8562a"
|
checksum = "f37d101fcafc8e73748fd8a1b7048f5979f93d372fd17027d7724c1643bc379b"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"anstream",
|
"anstream",
|
||||||
"anstyle",
|
"anstyle",
|
||||||
@ -3229,9 +3229,9 @@ dependencies = [
|
|||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "snapbox-macros"
|
name = "snapbox-macros"
|
||||||
version = "0.3.8"
|
version = "0.3.9"
|
||||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||||
checksum = "e1c4b838b05d15ab22754068cb73500b2f3b07bf09d310e15b27f88160f1de40"
|
checksum = "b1f4c14672714436c09254801c934b203196a51182a5107fb76591c7cc56424d"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"anstream",
|
"anstream",
|
||||||
]
|
]
|
||||||
|
@ -91,7 +91,7 @@ sha1 = "0.10.6"
|
|||||||
sha2 = "0.10.8"
|
sha2 = "0.10.8"
|
||||||
shell-escape = "0.1.5"
|
shell-escape = "0.1.5"
|
||||||
supports-hyperlinks = "3.0.0"
|
supports-hyperlinks = "3.0.0"
|
||||||
snapbox = { version = "0.5.9", features = ["diff", "path", "term-svg"] }
|
snapbox = { version = "0.5.14", features = ["diff", "path", "term-svg"] }
|
||||||
tar = { version = "0.4.40", default-features = false }
|
tar = { version = "0.4.40", default-features = false }
|
||||||
tempfile = "3.10.1"
|
tempfile = "3.10.1"
|
||||||
thiserror = "1.0.59"
|
thiserror = "1.0.59"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user