build(deps): bump assert_fs from 1.0.12 to 1.0.13

Bumps [assert_fs](https://github.com/assert-rs/assert_fs) from 1.0.12 to 1.0.13.
- [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.12...v1.0.13)

---
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] 2023-04-18 06:38:58 +00:00 committed by Sergio Gasquez Arcos
parent f711fb125b
commit 7e5319779a
2 changed files with 4 additions and 4 deletions

6
Cargo.lock generated
View File

@ -121,11 +121,11 @@ dependencies = [
[[package]]
name = "assert_fs"
version = "1.0.12"
version = "1.0.13"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e9d5bf7e5441c6393b5a9670a5036abe6b4847612f594b870f7332dbf10cf6fa"
checksum = "f070617a68e5c2ed5d06ee8dd620ee18fb72b99f6c094bed34cf8ab07c875b48"
dependencies = [
"anstyle 0.3.5",
"anstyle 1.0.0",
"doc-comment",
"globwalk",
"predicates",

View File

@ -44,7 +44,7 @@ openssl = { version = "0.10.50", features = ["vendored"] }
[dev-dependencies]
assert_cmd = "2.0.11"
assert_fs = "1.0.12"
assert_fs = "1.0.13"
[package.metadata.binstall]
bin-dir = "{ bin }{ binary-ext }"