From e15ee006a7776c32f0593e7021482731ef523248 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 28 Oct 2024 14:11:55 +0000 Subject: [PATCH] dependabot: bump filetime from 0.2.23 to 0.2.25 Bumps [filetime](https://github.com/alexcrichton/filetime) from 0.2.23 to 0.2.25. - [Commits](https://github.com/alexcrichton/filetime/compare/0.2.23...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 | 18 +++++------------- Cargo.toml | 2 +- 2 files changed, 6 insertions(+), 14 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 6b008015..969b130b 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1395,14 +1395,14 @@ dependencies = [ [[package]] name = "filetime" -version = "0.2.23" +version = "0.2.25" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "1ee447700ac8aa0b2f2bd7bc4462ad686ba06baa6727ac149a2d6277f0d240fd" +checksum = "35c0522e981e68cbfa8c3f978441a5f34b30b96e146b33cd3359176b50fe8586" dependencies = [ "cfg-if", "libc", - "redox_syscall 0.4.1", - "windows-sys 0.52.0", + "libredox", + "windows-sys 0.59.0", ] [[package]] @@ -2052,6 +2052,7 @@ checksum = "c0ff37bd590ca25063e35af745c343cb7a0271906fb7b37e4813e8f79f00268d" dependencies = [ "bitflags 2.4.1", "libc", + "redox_syscall 0.5.2", ] [[package]] @@ -2758,15 +2759,6 @@ dependencies = [ "bitflags 1.3.2", ] -[[package]] -name = "redox_syscall" -version = "0.4.1" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "4722d768eff46b75989dd134e5c353f0d6296e5aaa3132e776cbdb56be7731aa" -dependencies = [ - "bitflags 1.3.2", -] - [[package]] name = "redox_syscall" version = "0.5.2" diff --git a/Cargo.toml b/Cargo.toml index 7a938fb3..42265590 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -113,7 +113,7 @@ cargo-msrv = "0.15.1" criterion = "0.5.1" cross = "0.2.5" filepath = "0.1.2" -filetime = "0.2.23" +filetime = "0.2.25" # XXX: `flamegraph` fails to build, MSRV 1.74; must be manually installed # flamegraph = "0.6.5" test-case = "3.3.1"