From 641a450c2bb313c253a37baccec5b4ef979b920d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 19 Jan 2026 03:49:49 +0000 Subject: [PATCH] build(deps): bump filetime from 0.2.26 to 0.2.27 Bumps [filetime](https://github.com/alexcrichton/filetime) from 0.2.26 to 0.2.27. - [Commits](https://github.com/alexcrichton/filetime/compare/0.2.26...0.2.27) --- updated-dependencies: - dependency-name: filetime dependency-version: 0.2.27 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Cargo.lock | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 1f831018..058740f0 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -263,14 +263,13 @@ checksum = "e8c02a5121d4ea3eb16a80748c74f5549a5665e4c21333c6098f283870fbdea6" [[package]] name = "filetime" -version = "0.2.26" +version = "0.2.27" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "bc0505cd1b6fa6580283f6bdf70a73fcf4aba1184038c90902b92b3dd0df63ed" +checksum = "f98844151eee8917efc50bd9e8318cb963ae8b297431495d3f758616ea5c57db" dependencies = [ "cfg-if", "libc", "libredox", - "windows-sys 0.60.2", ] [[package]]