Cargo.lock: Move back rustix to version 0.38.32

Cargo audit complained about the new version. Lets fix the build for
now.

Crate:     rustix
Version:   0.38.33
Warning:   yanked
Dependency tree:
rustix 0.38.33
├── which 4.4.2
│   └── bindgen 0.63.0
│       └── libgpiod-sys 0.1.1
│           └── libgpiod 0.2.1
│               └── vhost-device-gpio 0.1.0
└── tempfile 3.10.1
    ├── vhost-device-vsock 0.1.0
    ├── vhost-device-sound 0.1.0
    ├── vhost-device-scsi 0.1.0
    ├── vhost-device-rng 0.1.0
    └── vhost-device-input 0.1.0
error: 1 denied warning found!

Signed-off-by: Viresh Kumar <viresh.kumar@linaro.org>
This commit is contained in:
Viresh Kumar 2024-04-25 12:55:09 +05:30 committed by Viresh Kumar
parent 005deec7b9
commit cf6f419340
2 changed files with 4 additions and 4 deletions

4
Cargo.lock generated
View File

@ -1037,9 +1037,9 @@ dependencies = [
[[package]]
name = "rustix"
version = "0.38.33"
version = "0.38.32"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e3cc72858054fcff6d7dea32df2aeaee6a7c24227366d7ea429aada2f26b16ad"
checksum = "65e04861e65f21776e67888bfbea442b3642beaa0138fdb1dd7a84a52dffdb89"
dependencies = [
"bitflags 2.4.1",
"errno 0.3.8",

4
staging/Cargo.lock generated
View File

@ -529,9 +529,9 @@ dependencies = [
[[package]]
name = "rustix"
version = "0.38.33"
version = "0.38.32"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e3cc72858054fcff6d7dea32df2aeaee6a7c24227366d7ea429aada2f26b16ad"
checksum = "65e04861e65f21776e67888bfbea442b3642beaa0138fdb1dd7a84a52dffdb89"
dependencies = [
"bitflags 2.5.0",
"errno",