From 71898dae179df6b873994211611aee4884cdc974 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 10 Aug 2024 06:30:24 +0000 Subject: [PATCH] build(deps): bump filetime from 0.2.23 to 0.2.24 (#32993) * build(deps): bump filetime from 0.2.23 to 0.2.24 Bumps [filetime](https://github.com/alexcrichton/filetime) from 0.2.23 to 0.2.24. - [Commits](https://github.com/alexcrichton/filetime/compare/0.2.23...0.2.24) --- updated-dependencies: - dependency-name: filetime dependency-type: indirect update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] * Allow duplicate package. Signed-off-by: Josh Matthews --------- Signed-off-by: dependabot[bot] Signed-off-by: Josh Matthews Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Josh Matthews --- Cargo.lock | 21 ++++++++++++++++----- servo-tidy.toml | 1 + 2 files changed, 17 insertions(+), 5 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index dc3bef2f71c..390f1c1ccec 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1792,14 +1792,14 @@ dependencies = [ [[package]] name = "filetime" -version = "0.2.23" +version = "0.2.24" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "1ee447700ac8aa0b2f2bd7bc4462ad686ba06baa6727ac149a2d6277f0d240fd" +checksum = "bf401df4a4e3872c4fe8151134cf483738e74b67fc934d6532c882b3d24a4550" dependencies = [ "cfg-if", "libc", - "redox_syscall 0.4.1", - "windows-sys 0.52.0", + "libredox 0.1.3", + "windows-sys 0.59.0", ] [[package]] @@ -3940,6 +3940,17 @@ dependencies = [ "redox_syscall 0.4.1", ] +[[package]] +name = "libredox" +version = "0.1.3" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "c0ff37bd590ca25063e35af745c343cb7a0271906fb7b37e4813e8f79f00268d" +dependencies = [ + "bitflags 2.6.0", + "libc", + "redox_syscall 0.5.1", +] + [[package]] name = "libservo" version = "0.0.1" @@ -4825,7 +4836,7 @@ version = "0.3.47" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "52f0d54bde9774d3a51dcf281a5def240c71996bc6ca05d2c847ec8b2b216166" dependencies = [ - "libredox", + "libredox 0.0.2", ] [[package]] diff --git a/servo-tidy.toml b/servo-tidy.toml index eb5b7f1cbf9..5dd79c5afa5 100644 --- a/servo-tidy.toml +++ b/servo-tidy.toml @@ -26,6 +26,7 @@ packages = [ "futures", "hermit-abi", "redox_syscall", + "libredox", "syn", "time", "wasi",