From e2fad7b1feb5175a621bd82b10918c4c413de0bc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 19 Jan 2026 00:47:21 +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 ++--- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 4 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index e02cba0..842dbb4 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -696,14 +696,13 @@ checksum = "64cd1e32ddd350061ae6edb1b082d7c54915b5c672c389143b9a63403a109f24" [[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]] diff --git a/Cargo.toml b/Cargo.toml index 1347548..117add4 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -41,7 +41,7 @@ console = { version = "0.16.2", default-features = false, features = [ "windows-console-colors", ] } futures-util = "0.3.31" -filetime = "0.2.26" +filetime = "0.2.27" liblzma = { version = "0.4.5", features = ["static"] } bzip2 = { version = "0.6.1", features = ["static"] } getrandom = { version = "0.3.4", features = ["std"] }