From f03f18c3e865b05cbc37331808444442b3df8b66 Mon Sep 17 00:00:00 2001 From: Daniel Hofstetter Date: Sun, 6 Aug 2023 16:10:01 +0200 Subject: [PATCH 1/3] Bump filetime from 0.2.20 to 0.2.22 --- Cargo.lock | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 433c1becf..829f875b7 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -841,14 +841,14 @@ checksum = "31a7a908b8f32538a2143e59a6e4e2508988832d5d4d6f7c156b3cbc762643a5" [[package]] name = "filetime" -version = "0.2.20" +version = "0.2.22" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "8a3de6e8d11b22ff9edc6d916f890800597d60f8b2da1caf2955c274638d6412" +checksum = "d4029edd3e734da6fe05b6cd7bd2960760a616bd2ddd0d59a0124746d6272af0" dependencies = [ "cfg-if", "libc", - "redox_syscall 0.2.16", - "windows-sys 0.45.0", + "redox_syscall 0.3.5", + "windows-sys 0.48.0", ] [[package]] From d9921e48cafadda9ed7df770941c265a28682d4a Mon Sep 17 00:00:00 2001 From: Daniel Hofstetter Date: Sun, 6 Aug 2023 16:12:32 +0200 Subject: [PATCH 2/3] Bump parking_lot_core from 0.9.7 to 0.9.8 --- Cargo.lock | 23 +++++++---------------- 1 file changed, 7 insertions(+), 16 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 829f875b7..82bf12892 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -847,7 +847,7 @@ checksum = "d4029edd3e734da6fe05b6cd7bd2960760a616bd2ddd0d59a0124746d6272af0" dependencies = [ "cfg-if", "libc", - "redox_syscall 0.3.5", + "redox_syscall", "windows-sys 0.48.0", ] @@ -1522,15 +1522,15 @@ dependencies = [ [[package]] name = "parking_lot_core" -version = "0.9.7" +version = "0.9.8" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "9069cbb9f99e3a5083476ccb29ceb1de18b9118cafa53e90c9551235de2b9521" +checksum = "93f00c865fe7cabf650081affecd3871070f26767e7b2070a3ffae14c654b447" dependencies = [ "cfg-if", "libc", - "redox_syscall 0.2.16", + "redox_syscall", "smallvec", - "windows-sys 0.45.0", + "windows-targets 0.48.0", ] [[package]] @@ -1752,15 +1752,6 @@ dependencies = [ "num_cpus", ] -[[package]] -name = "redox_syscall" -version = "0.2.16" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "fb5a58c1855b4b6819d59012155603f0b22ad30cad752600aadfcb695265519a" -dependencies = [ - "bitflags", -] - [[package]] name = "redox_syscall" version = "0.3.5" @@ -2130,7 +2121,7 @@ dependencies = [ "autocfg", "cfg-if", "fastrand", - "redox_syscall 0.3.5", + "redox_syscall", "rustix 0.37.19", "windows-sys 0.48.0", ] @@ -3106,7 +3097,7 @@ version = "0.0.20" dependencies = [ "clap", "libc", - "redox_syscall 0.3.5", + "redox_syscall", "uucore", ] From 5c3fb3c53b250ba5a88f4dc161e12ec971de78a6 Mon Sep 17 00:00:00 2001 From: Daniel Hofstetter Date: Sun, 6 Aug 2023 16:15:00 +0200 Subject: [PATCH 3/3] deny.toml: remove redox_syscall from skip list --- deny.toml | 2 -- 1 file changed, 2 deletions(-) diff --git a/deny.toml b/deny.toml index 84dae2b98..2db037826 100644 --- a/deny.toml +++ b/deny.toml @@ -80,8 +80,6 @@ skip = [ { name = "windows_x86_64_gnullvm", version = "0.42.2" }, # windows-targets { name = "windows_x86_64_msvc", version = "0.42.2" }, - # tempfile - { name = "redox_syscall", version = "0.3.5" }, # cpp_macros { name = "aho-corasick", version = "0.7.19" }, # various crates