From d66aeabdfc50d907ce37e42ff57c502bb14f12e5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 2 Sep 2024 13:43:34 +0000 Subject: [PATCH] chore(deps): bump filetime from 0.2.24 to 0.2.25 Bumps [filetime](https://github.com/alexcrichton/filetime) from 0.2.24 to 0.2.25. - [Commits](https://github.com/alexcrichton/filetime/compare/0.2.24...0.2.25) --- updated-dependencies: - dependency-name: filetime 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 179488d..89f948d 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -272,9 +272,9 @@ dependencies = [ [[package]] name = "filetime" -version = "0.2.24" +version = "0.2.25" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "bf401df4a4e3872c4fe8151134cf483738e74b67fc934d6532c882b3d24a4550" +checksum = "35c0522e981e68cbfa8c3f978441a5f34b30b96e146b33cd3359176b50fe8586" dependencies = [ "cfg-if", "libc", diff --git a/Cargo.toml b/Cargo.toml index 8029baf..7bbdc6b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -27,7 +27,7 @@ lazy_static = "1.5.0" aho-corasick = "1.1.2" env_logger = "0.11.5" log = "0.4.22" -filetime = "0.2.24" +filetime = "0.2.25" symlink = "0.1.0" ffmpeg-next = { version = "7.0.4", optional = true }