cargo: bump the cargo-dependencies group with 1 update

Bumps the cargo-dependencies group with 1 update: [rustix](https://github.com/bytecodealliance/rustix).

- [Release notes](https://github.com/bytecodealliance/rustix/releases)
- [Commits](https://github.com/bytecodealliance/rustix/compare/v0.38.7...v0.38.8)

---
updated-dependencies:
- dependency-name: rustix
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: cargo-dependencies
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot] 2023-08-11 15:23:26 +00:00 committed by github-actions[bot]
parent 1abd36725a
commit 083e971dfb
2 changed files with 3 additions and 3 deletions

4
Cargo.lock generated
View File

@ -1758,9 +1758,9 @@ checksum = "d626bb9dae77e28219937af045c257c28bfd3f69333c512553507f5f9798cb76"
[[package]]
name = "rustix"
version = "0.38.7"
version = "0.38.8"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "172891ebdceb05aa0005f533a6cbfca599ddd7d966f6f5d4d9b2e70478e70399"
checksum = "19ed4fa021d81c8392ce04db050a3da9a60299050b7ae1cf482d862b54a7218f"
dependencies = [
"bitflags 2.3.3",
"errno",

View File

@ -57,7 +57,7 @@ rand_chacha = "0.3.1"
rayon = "1.7.0"
regex = "1.9.3"
rpassword = "7.2.0"
rustix = { version = "0.38.7", features = ["fs"] }
rustix = { version = "0.38.8", features = ["fs"] }
smallvec = { version = "1.11.0", features = [
"const_generics",
"const_new",