1
0
mirror of https://github.com/containers/youki synced 2024-09-21 19:31:43 +02:00

Merge pull request #1413 from containers/dependabot/cargo/rustix-0.36.5

chore(deps): bump rustix from 0.36.4 to 0.36.5
This commit is contained in:
Toru Komatsu 2022-12-15 03:51:13 -08:00 committed by GitHub
commit 641326605c
Signed by: GitHub
GPG Key ID: 4AEE18F83AFDEB23

4
Cargo.lock generated
View File

@ -2108,9 +2108,9 @@ dependencies = [
[[package]]
name = "rustix"
version = "0.36.4"
version = "0.36.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "cb93e85278e08bb5788653183213d3a60fc242b10cb9be96586f5a73dcb67c23"
checksum = "a3807b5d10909833d3e9acd1eb5fb988f79376ff10fce42937de71a449c4c588"
dependencies = [
"bitflags",
"errno",