summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2022-12-02 02:03:42 +0000
committerGitHub <noreply@github.com>2022-12-02 02:03:42 +0000
commit77bfdca0ea3fff25e772a72a1996805579367a25 (patch)
tree18976d2cc75aa7b01bbd2e30d67416304bfb4166
parenta4dac97b40e4a29c60d64476d69dfd50d501cec8 (diff)
Bump assert_fs from 1.0.7 to 1.0.10dependabot/cargo/assert_fs-1.0.10
Bumps [assert_fs](https://github.com/assert-rs/assert_fs) from 1.0.7 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.7...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>
-rw-r--r--Cargo.lock4
1 files changed, 2 insertions, 2 deletions
diff --git a/Cargo.lock b/Cargo.lock
index 86bf9a0..8c74c03 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -27,9 +27,9 @@ dependencies = [
[[package]]
name = "assert_fs"
-version = "1.0.7"
+version = "1.0.10"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "cf09bb72e00da477c2596865e8873227e2196d263cca35414048875dbbeea1be"
+checksum = "d94b2a3f3786ff2996a98afbd6b4e5b7e890d685ccf67577f508ee2342c71cc9"
dependencies = [
"doc-comment",
"globwalk",