diff options
author | dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com> | 2021-04-23 04:17:39 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-04-23 04:17:39 +0000 |
commit | 643a2f28957e794a748ab82c0c0f2c9456a35425 (patch) | |
tree | 0aeba2a533291897e5f329c692d009273c73fbee | |
parent | Merge pull request #501 from svenstaro/dependabot/cargo/alphanumeric-sort-1.4.3 (diff) | |
download | miniserve-643a2f28957e794a748ab82c0c0f2c9456a35425.tar.gz miniserve-643a2f28957e794a748ab82c0c0f2c9456a35425.zip |
Bump assert_fs from 1.0.1 to 1.0.2
Bumps [assert_fs](https://github.com/assert-rs/assert_fs) from 1.0.1 to 1.0.2.
- [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.1...v1.0.2)
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
-rw-r--r-- | Cargo.lock | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -379,9 +379,9 @@ dependencies = [ [[package]] name = "assert_fs" -version = "1.0.1" +version = "1.0.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "3203d5bb9979ac7210f01a150578ebafef6f08b55e79f6db32673c0977b94340" +checksum = "73c485ca248200dfb850a64468a926321865cae0c450eaa7cdbe9ccf4ec49028" dependencies = [ "doc-comment", "globwalk", |