From 57ec94497e3b56e0bb56367a612bd914749252ae Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 9 May 2025 13:36:01 +0000 Subject: [PATCH] chore(deps): bump assert_fs from 1.1.2 to 1.1.3 Bumps [assert_fs](https://github.com/assert-rs/assert_fs) from 1.1.2 to 1.1.3. - [Changelog](https://github.com/assert-rs/assert_fs/blob/master/CHANGELOG.md) - [Commits](https://github.com/assert-rs/assert_fs/compare/v1.1.2...v1.1.3) --- updated-dependencies: - dependency-name: assert_fs dependency-version: 1.1.3 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 7c53c68f..2e060dbb 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -136,9 +136,9 @@ dependencies = [ [[package]] name = "assert_fs" -version = "1.1.2" +version = "1.1.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "7efdb1fdb47602827a342857666feb372712cbc64b414172bd6b167a02927674" +checksum = "a652f6cb1f516886fcfee5e7a5c078b9ade62cfcb889524efe5a64d682dd27a9" dependencies = [ "anstyle", "doc-comment", diff --git a/Cargo.toml b/Cargo.toml index 4b4df1bb..fc7c8051 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -62,4 +62,4 @@ bluejay-validator = { version = "=0.2.0" } [dev-dependencies] assert_cmd = "2.0" predicates = "3.1" -assert_fs = "1.1.2" +assert_fs = "1.1.3"