From ec64b04fe6d8540bba1ac6493043fd017be46ade Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 24 Jul 2024 04:55:55 +0000 Subject: [PATCH] Update fs_at requirement from 0.1.4 to 0.2.1 Updates the requirements on [fs_at](https://github.com/rbtcollins/fs_at) to permit the latest version. - [Commits](https://github.com/rbtcollins/fs_at/compare/0.1.4...0.2.1) --- updated-dependencies: - dependency-name: fs_at dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 6f789cd..e6491d5 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -34,7 +34,7 @@ required-features = ["cli"] cfg-if = "1.0.0" clap = { version = "4.1.11", optional = true, features = ["derive"] } env_logger = { version = "0.11.0", optional = true } -fs_at = { version = "0.1.4" } +fs_at = { version = "0.2.1" } log = { version = "0.4.11", optional = true } normpath = "1.0.1" rayon = { version = "1.4", optional = true }