build(deps): bump rustix from 0.36.14 to 0.36.16 (#5591)

Bumps [rustix](https://github.com/bytecodealliance/rustix) from 0.36.14
to 0.36.16.

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot]
2023-10-19 03:43:49 +01:00
committed by GitHub
parent c8637f3736
commit d444d4dcea

6
Cargo.lock generated
View File

@@ -3734,7 +3734,7 @@ dependencies = [
"byteorder",
"hex",
"lazy_static",
"rustix 0.36.14",
"rustix 0.36.16",
]
[[package]]
@@ -4317,9 +4317,9 @@ dependencies = [
[[package]]
name = "rustix"
version = "0.36.14"
version = "0.36.16"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "14e4d67015953998ad0eb82887a0eb0129e18a7e2f3b7b0f6c422fddcd503d62"
checksum = "6da3636faa25820d8648e0e31c5d519bbb01f72fdf57131f0f5f7da5fed36eab"
dependencies = [
"bitflags",
"errno",