From 8b5f86086efa103774e093745f56cc19d363b094 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 11 May 2026 21:08:25 +0000 Subject: [PATCH] chore(deps): bump filetime from 0.2.27 to 0.2.28 Bumps [filetime](https://github.com/alexcrichton/filetime) from 0.2.27 to 0.2.28. - [Commits](https://github.com/alexcrichton/filetime/compare/0.2.27...0.2.28) --- updated-dependencies: - dependency-name: filetime dependency-version: 0.2.28 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Cargo.lock | 25 ++----------------------- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 24 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index fad3246..c3f8403 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -310,13 +310,12 @@ dependencies = [ [[package]] name = "filetime" -version = "0.2.27" +version = "0.2.28" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f98844151eee8917efc50bd9e8318cb963ae8b297431495d3f758616ea5c57db" +checksum = "2d5b2eef6fafbf69f877e55509ce5b11a760690ac9700a2921be067aa6afaef6" dependencies = [ "cfg-if", "libc", - "libredox", ] [[package]] @@ -434,17 +433,6 @@ dependencies = [ "windows-targets 0.52.6", ] -[[package]] -name = "libredox" -version = "0.1.3" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c0ff37bd590ca25063e35af745c343cb7a0271906fb7b37e4813e8f79f00268d" -dependencies = [ - "bitflags", - "libc", - "redox_syscall", -] - [[package]] name = "log" version = "0.4.29" @@ -561,15 +549,6 @@ dependencies = [ "proc-macro2", ] -[[package]] -name = "redox_syscall" -version = "0.5.3" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "2a908a6e00f1fdd0dfd9c0eb08ce85126f6d8bbda50017e74bc4a4b7d4a926a4" -dependencies = [ - "bitflags", -] - [[package]] name = "regex" version = "1.12.3" diff --git a/Cargo.toml b/Cargo.toml index c3db1a8..20965e6 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -24,7 +24,7 @@ kamadak-exif = "0.6.1" clap = { version = "4.6.1", features = ["derive"] } regex = "1.12.3" log = "0.4.29" -filetime = "0.2.27" +filetime = "0.2.28" symlink = "0.1.0" ffmpeg-next = { version = "8.1.0", optional = true } fern = { version = "0.7.1", features = ["colored"], optional = true }