From e54018ae39515e990d3a213674c6974426469327 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 6 Aug 2023 22:13:53 +0000 Subject: [PATCH] chore(deps): update all non-major dependencies --- .github/workflows/debug.yml | 2 +- .github/workflows/release.yml | 2 +- .github/workflows/rust.yml | 10 +++--- .node-version | 2 +- Cargo.lock | 60 +++++++++++++++++++++-------------- Cargo.toml | 2 +- 6 files changed, 45 insertions(+), 33 deletions(-) diff --git a/.github/workflows/debug.yml b/.github/workflows/debug.yml index 5d195039a..387306552 100644 --- a/.github/workflows/debug.yml +++ b/.github/workflows/debug.yml @@ -36,7 +36,7 @@ jobs: run: cargo build --release env: RUSTFLAGS: "-C target-feature=+crt-static" - - uses: pnpm/action-setup@v2.2.4 + - uses: pnpm/action-setup@v2.4.0 with: run_install: false - uses: actions/setup-node@v3 diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index cd4059969..2435515bc 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -21,7 +21,7 @@ jobs: - uses: Swatinem/rust-cache@v2 - - uses: pnpm/action-setup@v2.2.4 + - uses: pnpm/action-setup@v2.4.0 with: run_install: false diff --git a/.github/workflows/rust.yml b/.github/workflows/rust.yml index 46984f6bd..4e27ebda5 100644 --- a/.github/workflows/rust.yml +++ b/.github/workflows/rust.yml @@ -101,7 +101,7 @@ jobs: path: target/release - name: mark binary as executable run: chmod +x target/release/fnm - - uses: pnpm/action-setup@v2.2.4 + - uses: pnpm/action-setup@v2.4.0 with: run_install: false - uses: actions/setup-node@v3 @@ -135,7 +135,7 @@ jobs: with: name: fnm-windows path: target/release - - uses: pnpm/action-setup@v2.2.4 + - uses: pnpm/action-setup@v2.4.0 with: run_install: false - uses: actions/setup-node@v3 @@ -207,7 +207,7 @@ jobs: path: target/release - name: mark binary as executable run: chmod +x target/release/fnm - - uses: pnpm/action-setup@v2.2.4 + - uses: pnpm/action-setup@v2.4.0 with: run_install: false - uses: actions/setup-node@v3 @@ -335,7 +335,7 @@ jobs: run: | sudo install target/release/fnm /bin fnm --version - - uses: pnpm/action-setup@v2.2.4 + - uses: pnpm/action-setup@v2.4.0 with: run_install: false - uses: actions/setup-node@v3 @@ -379,7 +379,7 @@ jobs: run: | sudo install target/release/fnm /bin fnm --version - - uses: pnpm/action-setup@v2.2.4 + - uses: pnpm/action-setup@v2.4.0 with: run_install: false - uses: actions/setup-node@v3 diff --git a/.node-version b/.node-version index 3876fd498..603606bc9 100644 --- a/.node-version +++ b/.node-version @@ -1 +1 @@ -18.16.1 +18.17.0 diff --git a/Cargo.lock b/Cargo.lock index 43bf2d38e..67d8e6b96 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -174,6 +174,12 @@ version = "1.3.2" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "bef38d45163c2f1dde094a7dfd33ccf595c92905c8f8f4fdc18d06fb1037718a" +[[package]] +name = "bitflags" +version = "2.3.3" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "630be753d4e58660abd17930c71b647fe46c27ea6b63cc59e1e3851406972e42" + [[package]] name = "block-buffer" version = "0.10.4" @@ -594,12 +600,9 @@ dependencies = [ [[package]] name = "fastrand" -version = "1.9.0" +version = "2.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e51093e27b0797c359783294ca4f0a911c270184cb10f85783b118614a1501be" -dependencies = [ - "instant", -] +checksum = "6999dc1837253364c2ebb0704ba97994bd874e8f195d665c50b7548f6ea92764" [[package]] name = "filetime" @@ -927,15 +930,6 @@ dependencies = [ "generic-array", ] -[[package]] -name = "instant" -version = "0.1.12" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "7a5bbe824c507c5da5956355e86a746d82e0e1464f65d862cc5e71da70e94b2c" -dependencies = [ - "cfg-if", -] - [[package]] name = "io-lifetimes" version = "1.0.11" @@ -961,7 +955,7 @@ checksum = "adcf93614601c8129ddf72e2d5633df827ba6551541c6d8c59520a371475be1f" dependencies = [ "hermit-abi", "io-lifetimes", - "rustix", + "rustix 0.37.20", "windows-sys 0.48.0", ] @@ -1017,6 +1011,12 @@ version = "0.3.8" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "ef53942eb7bf7ff43a617b3e2c1c4a5ecf5944a7c1bc12d7ee39bbb15e5c1519" +[[package]] +name = "linux-raw-sys" +version = "0.4.5" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "57bcfdad1b858c2db7c38303a6d2ad4dfaf5eb53dfeb0910128b2c26d6158503" + [[package]] name = "log" version = "0.4.19" @@ -1310,7 +1310,7 @@ version = "0.2.16" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "fb5a58c1855b4b6819d59012155603f0b22ad30cad752600aadfcb695265519a" dependencies = [ - "bitflags", + "bitflags 1.3.2", ] [[package]] @@ -1319,7 +1319,7 @@ version = "0.3.5" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "567664f262709473930a4bf9e51bf2ebf3348f2e748ccc50dea20646858f8f29" dependencies = [ - "bitflags", + "bitflags 1.3.2", ] [[package]] @@ -1428,11 +1428,24 @@ version = "0.37.20" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "b96e891d04aa506a6d1f318d2771bcb1c7dfda84e126660ace067c9b474bb2c0" dependencies = [ - "bitflags", + "bitflags 1.3.2", "errno", "io-lifetimes", "libc", - "linux-raw-sys", + "linux-raw-sys 0.3.8", + "windows-sys 0.48.0", +] + +[[package]] +name = "rustix" +version = "0.38.7" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "172891ebdceb05aa0005f533a6cbfca599ddd7d966f6f5d4d9b2e70478e70399" +dependencies = [ + "bitflags 2.3.3", + "errno", + "libc", + "linux-raw-sys 0.4.5", "windows-sys 0.48.0", ] @@ -1516,7 +1529,7 @@ version = "2.9.1" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "1fc758eb7bffce5b308734e9b0c1468893cae9ff70ebf13e7090be8dcbcc83a8" dependencies = [ - "bitflags", + "bitflags 1.3.2", "core-foundation", "core-foundation-sys", "libc", @@ -1701,15 +1714,14 @@ dependencies = [ [[package]] name = "tempfile" -version = "3.6.0" +version = "3.7.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "31c0432476357e58790aaa47a8efb0c5138f137343f3b5f23bd36a27e3b0a6d6" +checksum = "dc02fddf48964c42031a0b3fe0428320ecf3a73c401040fc0096f97794310651" dependencies = [ - "autocfg", "cfg-if", "fastrand", "redox_syscall 0.3.5", - "rustix", + "rustix 0.38.7", "windows-sys 0.48.0", ] diff --git a/Cargo.toml b/Cargo.toml index 1c71e24a0..a56608363 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -19,7 +19,7 @@ node-semver = "2.1.0" dirs = "5.0.1" colored = "2.0.4" zip = "0.6.6" -tempfile = "3.6.0" +tempfile = "3.7.1" indoc = "2.0.2" log = "0.4.19" env_logger = "0.10.0"