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",