1
0
mirror of https://github.com/containers/youki synced 2024-11-23 01:11:58 +01:00

chore(deps): bump rustix from 0.36.13 to 0.36.14

Bumps [rustix](https://github.com/bytecodealliance/rustix) from 0.36.13 to 0.36.14.
- [Release notes](https://github.com/bytecodealliance/rustix/releases)
- [Commits](https://github.com/bytecodealliance/rustix/compare/v0.36.13...v0.36.14)

---
updated-dependencies:
- dependency-name: rustix
  dependency-type: indirect
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot] 2023-05-22 01:32:05 +00:00 committed by GitHub
parent c5503d57b3
commit 204725014e
Signed by: GitHub
GPG Key ID: 4AEE18F83AFDEB23

20
Cargo.lock generated

@ -1260,7 +1260,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "857cf27edcb26c2a36d84b2954019573d335bb289876113aceacacdca47a4fd4"
dependencies = [
"io-lifetimes",
"rustix 0.36.13",
"rustix 0.36.14",
"windows-sys 0.45.0",
]
@ -2619,7 +2619,7 @@ dependencies = [
"flate2",
"hex",
"lazy_static",
"rustix 0.36.13",
"rustix 0.36.14",
]
[[package]]
@ -3048,9 +3048,9 @@ dependencies = [
[[package]]
name = "rustix"
version = "0.36.13"
version = "0.36.14"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3a38f9520be93aba504e8ca974197f46158de5dcaa9fa04b57c57cd6a679d658"
checksum = "14e4d67015953998ad0eb82887a0eb0129e18a7e2f3b7b0f6c422fddcd503d62"
dependencies = [
"bitflags 1.3.2",
"errno",
@ -4286,7 +4286,7 @@ dependencies = [
"io-lifetimes",
"is-terminal",
"once_cell",
"rustix 0.36.13",
"rustix 0.36.14",
"system-interface",
"tracing",
"wasi-common",
@ -4305,7 +4305,7 @@ dependencies = [
"cap-std",
"io-extras",
"log",
"rustix 0.36.13",
"rustix 0.36.14",
"thiserror",
"tracing",
"wasmtime",
@ -4741,7 +4741,7 @@ dependencies = [
"directories-next",
"file-per-thread-logger",
"log",
"rustix 0.36.13",
"rustix 0.36.14",
"serde",
"sha2",
"toml",
@ -4834,7 +4834,7 @@ checksum = "7ab182d5ab6273a133ab88db94d8ca86dc3e57e43d70baaa4d98f94ddbd7d10a"
dependencies = [
"cc",
"cfg-if 1.0.0",
"rustix 0.36.13",
"rustix 0.36.14",
"wasmtime-asm-macros",
"windows-sys 0.45.0",
]
@ -4872,7 +4872,7 @@ checksum = "6e0554b84c15a27d76281d06838aed94e13a77d7bf604bbbaf548aa20eb93846"
dependencies = [
"object",
"once_cell",
"rustix 0.36.13",
"rustix 0.36.14",
]
[[package]]
@ -4903,7 +4903,7 @@ dependencies = [
"memoffset 0.8.0",
"paste",
"rand",
"rustix 0.36.13",
"rustix 0.36.14",
"wasmtime-asm-macros",
"wasmtime-environ",
"wasmtime-fiber",