From 8a936259f3dccafab7e9841644bf55caa23b2933 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 1 Aug 2024 17:58:20 +0000 Subject: [PATCH] build(deps): bump assert_fs from 1.1.1 to 1.1.2 Bumps [assert_fs](https://github.com/assert-rs/assert_fs) from 1.1.1 to 1.1.2. - [Changelog](https://github.com/assert-rs/assert_fs/blob/master/CHANGELOG.md) - [Commits](https://github.com/assert-rs/assert_fs/compare/v1.1.1...v1.1.2) --- updated-dependencies: - dependency-name: assert_fs dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 51ce279..c78682b 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -72,9 +72,9 @@ dependencies = [ [[package]] name = "assert_fs" -version = "1.1.1" +version = "1.1.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "2cd762e110c8ed629b11b6cde59458cc1c71de78ebbcc30099fc8e0403a2a2ec" +checksum = "7efdb1fdb47602827a342857666feb372712cbc64b414172bd6b167a02927674" dependencies = [ "anstyle", "doc-comment", diff --git a/Cargo.toml b/Cargo.toml index c3685cb..6b01758 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -37,7 +37,7 @@ xml-rs = "0.8.20" [dev-dependencies] assert_cmd = "2.0.14" -assert_fs = "1.1.1" +assert_fs = "1.1.2" lazy_static = "1.5.0" predicates = "3.1.2" rstest = "0.17.0"