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"] }