Bump rustix from 0.36.15 to 0.36.16 (#10761)

This commit is contained in:
dependabot[bot] 2023-10-18 20:59:05 +00:00 committed by GitHub
parent 09b3dab35d
commit 71b0e12b57
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

6
Cargo.lock generated
View file

@ -4068,7 +4068,7 @@ dependencies = [
"flate2", "flate2",
"hex", "hex",
"lazy_static", "lazy_static",
"rustix 0.36.15", "rustix 0.36.16",
] ]
[[package]] [[package]]
@ -4460,9 +4460,9 @@ dependencies = [
[[package]] [[package]]
name = "rustix" name = "rustix"
version = "0.36.15" version = "0.36.16"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c37f1bd5ef1b5422177b7646cba67430579cfe2ace80f284fee876bca52ad941" checksum = "6da3636faa25820d8648e0e31c5d519bbb01f72fdf57131f0f5f7da5fed36eab"
dependencies = [ dependencies = [
"bitflags 1.3.2", "bitflags 1.3.2",
"errno", "errno",