build(deps): bump assert_fs from 1.0.9 to 1.0.10

Bumps [assert_fs](https://github.com/assert-rs/assert_fs) from 1.0.9 to 1.0.10.
- [Release notes](https://github.com/assert-rs/assert_fs/releases)
- [Changelog](https://github.com/assert-rs/assert_fs/blob/master/CHANGELOG.md)
- [Commits](https://github.com/assert-rs/assert_fs/compare/v1.0.9...v1.0.10)

---
updated-dependencies:
- dependency-name: assert_fs
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot] 2022-12-13 09:06:29 +00:00 committed by GitHub
parent e64be3518f
commit 0f4da0925d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 3 deletions

4
Cargo.lock generated
View File

@ -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",

View File

@ -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]