From 5ba2ec5d0260d114fe9f67c56ded499d8b61b3ce Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 30 Mar 2023 05:49:15 +0000 Subject: [PATCH] chore(deps): bump cap-primitives from 1.0.8 to 1.0.9 Bumps [cap-primitives](https://github.com/bytecodealliance/cap-std) from 1.0.8 to 1.0.9. - [Release notes](https://github.com/bytecodealliance/cap-std/releases) - [Commits](https://github.com/bytecodealliance/cap-std/compare/cap-primitives-v1.0.8...cap-primitives-v1.0.9) --- updated-dependencies: - dependency-name: cap-primitives dependency-type: indirect update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Cargo.lock | 73 ++++++++++++++++++++++++++++++++++++++---------------- 1 file changed, 52 insertions(+), 21 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index dfd00a8bdd..3a6decede9 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -217,17 +217,17 @@ dependencies = [ [[package]] name = "cap-primitives" -version = "1.0.8" +version = "1.0.9" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "4c1fc5052779b6c981449f8b83401b903d7dfd65f0e055f68dcc2eab083f02af" +checksum = "68c5812f1b3818f5132a8ea1ddcc09c32bc4374874616c6093f2d352e93f1d30" dependencies = [ "ambient-authority", - "fs-set-times", + "fs-set-times 0.19.0", "io-extras", "io-lifetimes", "ipnet", "maybe-owned", - "rustix", + "rustix 0.37.5", "windows-sys 0.45.0", "winx", ] @@ -251,7 +251,7 @@ dependencies = [ "cap-primitives", "io-extras", "io-lifetimes", - "rustix", + "rustix 0.36.11", ] [[package]] @@ -262,7 +262,7 @@ checksum = "5d95b67660838129586d32c3996e65208a832bd0d6dc1eff4a589c008f852520" dependencies = [ "cap-primitives", "once_cell", - "rustix", + "rustix 0.36.11", "winx", ] @@ -1051,7 +1051,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "8ef1a30ae415c3a691a4f41afddc2dbcd6d70baf338368d85ebc1e8ed92cedb9" dependencies = [ "cfg-if 1.0.0", - "rustix", + "rustix 0.36.11", "windows-sys 0.45.0", ] @@ -1130,7 +1130,18 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "857cf27edcb26c2a36d84b2954019573d335bb289876113aceacacdca47a4fd4" dependencies = [ "io-lifetimes", - "rustix", + "rustix 0.36.11", + "windows-sys 0.45.0", +] + +[[package]] +name = "fs-set-times" +version = "0.19.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "bba733060df596995a5b3945c5d4c7362cfe9ab006baaddac633733908ec2814" +dependencies = [ + "io-lifetimes", + "rustix 0.37.5", "windows-sys 0.45.0", ] @@ -1513,7 +1524,7 @@ checksum = "8687c819457e979cc940d09cb16e42a1bf70aa6b60a549de6d3a62a0ee90c69e" dependencies = [ "hermit-abi 0.3.1", "io-lifetimes", - "rustix", + "rustix 0.36.11", "windows-sys 0.45.0", ] @@ -1742,6 +1753,12 @@ version = "0.1.4" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "f051f77a7c8e6957c0696eac88f26b0117e54f52d3fc682ab19397a8812846a4" +[[package]] +name = "linux-raw-sys" +version = "0.3.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "cd550e73688e6d578f0ac2119e32b797a327631a42f9433e59d02e139c8df60d" + [[package]] name = "lock_api" version = "0.4.9" @@ -1809,7 +1826,7 @@ version = "0.6.2" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "b20a59d985586e4a5aef64564ac77299f8586d8be6cf9106a5a40207e8908efb" dependencies = [ - "rustix", + "rustix 0.36.11", ] [[package]] @@ -2247,7 +2264,7 @@ dependencies = [ "flate2", "hex", "lazy_static", - "rustix", + "rustix 0.36.11", ] [[package]] @@ -2591,9 +2608,23 @@ dependencies = [ "bitflags 1.3.2", "errno 0.2.8", "io-lifetimes", + "libc", + "linux-raw-sys 0.1.4", + "windows-sys 0.45.0", +] + +[[package]] +name = "rustix" +version = "0.37.5" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "0e78cc525325c06b4a7ff02db283472f3c042b7ff0c391f96c6d5ac6f4f91b75" +dependencies = [ + "bitflags 1.3.2", + "errno 0.3.0", + "io-lifetimes", "itoa", "libc", - "linux-raw-sys", + "linux-raw-sys 0.3.0", "once_cell", "windows-sys 0.45.0", ] @@ -2927,7 +2958,7 @@ dependencies = [ "cap-std", "fd-lock", "io-lifetimes", - "rustix", + "rustix 0.36.11", "windows-sys 0.45.0", "winx", ] @@ -2967,7 +2998,7 @@ dependencies = [ "cfg-if 1.0.0", "fastrand", "redox_syscall", - "rustix", + "rustix 0.36.11", "windows-sys 0.42.0", ] @@ -3292,12 +3323,12 @@ dependencies = [ "cap-rand", "cap-std", "cap-time-ext", - "fs-set-times", + "fs-set-times 0.18.1", "io-extras", "io-lifetimes", "is-terminal", "once_cell", - "rustix", + "rustix 0.36.11", "system-interface", "tracing", "wasi-common", @@ -3316,7 +3347,7 @@ dependencies = [ "cap-std", "io-extras", "log", - "rustix", + "rustix 0.36.11", "thiserror", "tracing", "wasmtime", @@ -3788,7 +3819,7 @@ dependencies = [ "directories-next", "file-per-thread-logger", "log", - "rustix", + "rustix 0.36.11", "serde", "sha2", "toml", @@ -3865,7 +3896,7 @@ checksum = "01b1192624694399f601de28db78975ed20fa859da8e048bf8250bd3b38d302b" dependencies = [ "cc", "cfg-if 1.0.0", - "rustix", + "rustix 0.36.11", "wasmtime-asm-macros", "windows-sys 0.45.0", ] @@ -3903,7 +3934,7 @@ checksum = "17e35d335dd2461c631ba24d2326d993bd3a4bdb4b0217e5bda4f518ba0e29f3" dependencies = [ "object 0.30.3", "once_cell", - "rustix", + "rustix 0.36.11", ] [[package]] @@ -3934,7 +3965,7 @@ dependencies = [ "memoffset 0.8.0", "paste", "rand", - "rustix", + "rustix 0.36.11", "wasmtime-asm-macros", "wasmtime-environ", "wasmtime-fiber",