diff --git a/Cargo.lock b/Cargo.lock index 8374b40..af19c89 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -71,9 +71,9 @@ dependencies = [ [[package]] name = "assert_fs" -version = "1.0.9" +version = "1.0.10" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "1429b32ede0cb31afd9f6cb1e8f06f1e32a4c75ed9290f9f4d3cda0c5981e061" +checksum = "d94b2a3f3786ff2996a98afbd6b4e5b7e890d685ccf67577f508ee2342c71cc9" dependencies = [ "doc-comment", "globwalk", diff --git a/Cargo.toml b/Cargo.toml index 7894cb6..698fd67 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -40,7 +40,7 @@ thiserror = "1.0.37" update-informer = "0.6.0" [dev-dependencies] -assert_fs = "1.0.9" +assert_fs = "1.0.10" assert_cmd = "2.0.6" [target.aarch64-unknown-linux-gnu.dependencies]