Merge pull request #502 from sotrh/dependabot/cargo/rustix-0.36.16

Bump rustix from 0.36.6 to 0.36.16
pull/515/head
Ben Hansen 5 months ago committed by GitHub
commit a9761f8a6e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

23
Cargo.lock generated

@ -918,23 +918,12 @@ checksum = "5443807d6dff69373d433ab9ef5378ad8df50ca6298caf15de6e52e24aaf54d5"
[[package]]
name = "errno"
version = "0.2.8"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f639046355ee4f37944e44f60642c6f3a7efa3cf6b78c78a0d989a8ce6c396a1"
dependencies = [
"errno-dragonfly",
"libc",
"winapi",
]
[[package]]
name = "errno-dragonfly"
version = "0.1.2"
version = "0.3.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "aa68f1b12764fab894d2755d2518754e71b4fd80ecfb822714a1206c2aab39bf"
checksum = "ac3e13f66a2f95e32a39eaa81f6b95d42878ca0e1db0c7543723dfe12557e860"
dependencies = [
"cc",
"libc",
"windows-sys 0.48.0",
]
[[package]]
@ -2828,16 +2817,16 @@ dependencies = [
[[package]]
name = "rustix"
version = "0.36.6"
version = "0.36.16"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "4feacf7db682c6c329c4ede12649cd36ecab0f3be5b7d74e6a20304725db4549"
checksum = "6da3636faa25820d8648e0e31c5d519bbb01f72fdf57131f0f5f7da5fed36eab"
dependencies = [
"bitflags 1.3.2",
"errno",
"io-lifetimes",
"libc",
"linux-raw-sys",
"windows-sys 0.42.0",
"windows-sys 0.45.0",
]
[[package]]

Loading…
Cancel
Save