diff --git a/Cargo.lock b/Cargo.lock index d98c29b8b0f..1ca8d4bcba9 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -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", ] diff --git a/Cargo.toml b/Cargo.toml index 395ba070e7c..b98d8b574f5 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -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"