From 9d4ac464f0ac15e8e222b9d6c62732a91a481e86 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 21 Aug 2025 04:02:57 +0000 Subject: [PATCH] chore(deps): bump filetime from 0.2.25 to 0.2.26 Bumps [filetime](https://github.com/alexcrichton/filetime) from 0.2.25 to 0.2.26. - [Commits](https://github.com/alexcrichton/filetime/commits) --- updated-dependencies: - dependency-name: filetime dependency-version: 0.2.26 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Cargo.lock | 6 +++--- Cargo.toml | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index fd448fd..a2ca348 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2736,14 +2736,14 @@ checksum = "0eab8aa2fba5f39f494000a22f44bf3c755b7d7f8ffad3f36c6d507893074159" [[package]] name = "filetime" -version = "0.2.25" +version = "0.2.26" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "35c0522e981e68cbfa8c3f978441a5f34b30b96e146b33cd3359176b50fe8586" +checksum = "bc0505cd1b6fa6580283f6bdf70a73fcf4aba1184038c90902b92b3dd0df63ed" dependencies = [ "cfg-if", "libc", "libredox", - "windows-sys 0.59.0", + "windows-sys 0.60.2", ] [[package]] diff --git a/Cargo.toml b/Cargo.toml index a2e157e..3115a40 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -53,7 +53,7 @@ simd-json = "0.15.1" directories = "6.0.0" qsv-sniffer = "0.11.0" docopt = "1.1.1" -filetime = "0.2.25" +filetime = "0.2.26" zip = "4.3.0" sysinfo = "0.37.0" libc = "0.2.175"