chore(deps): update rust crate async-compression to v0.4.34 #199

Open
darkkirb wants to merge 1 commit from renovate/async-compression-0.x-lockfile into main
Owner

This PR contains the following updates:

Package Type Update Change
async-compression dependencies patch 0.4.32 -> 0.4.34

⚠️ Warning

Some dependencies could not be looked up. Check the Dependency Dashboard for more information.


Release Notes

Nullus157/async-compression (async-compression)

v0.4.34

Compare Source

v0.4.33

Compare Source


Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Enabled.

Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Renovate Bot.

This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [async-compression](https://github.com/Nullus157/async-compression) | dependencies | patch | `0.4.32` -> `0.4.34` | --- > ⚠️ **Warning** > > Some dependencies could not be looked up. Check the Dependency Dashboard for more information. --- ### Release Notes <details> <summary>Nullus157/async-compression (async-compression)</summary> ### [`v0.4.34`](https://github.com/Nullus157/async-compression/compare/async-compression-v0.4.33...async-compression-v0.4.34) [Compare Source](https://github.com/Nullus157/async-compression/compare/async-compression-v0.4.33...async-compression-v0.4.34) ### [`v0.4.33`](https://github.com/Nullus157/async-compression/compare/async-compression-v0.4.32...async-compression-v0.4.33) [Compare Source](https://github.com/Nullus157/async-compression/compare/async-compression-v0.4.32...async-compression-v0.4.33) </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **Rebasing**: Whenever PR is behind base branch, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0Mi4yNC4wIiwidXBkYXRlZEluVmVyIjoiNDIuMjQuMCIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOltdfQ==-->
chore(deps): update rust crate async-compression to v0.4.34
Some checks failed
renovate/artifacts Artifact file update failure
2c936ad609
darkkirb scheduled this pull request to auto merge when all checks succeed 2025-12-02 19:02:01 +01:00
Author
Owner

⚠️ Artifact update problem

Renovate failed to update artifacts related to this branch. You probably do not want to merge this PR as-is.

♻ Renovate will retry this branch, including artifacts, only when one of the following happens:

  • any of the package files in this branch needs updating, or
  • the branch becomes conflicted, or
  • you click the rebase/retry checkbox if found above, or
  • you rename this PR's title to start with "rebase!" to trigger it manually

The artifact failure details are included below:

File name: crates/chir-rs/Cargo.toml
Command failed: (cd web; yarn2nix > yarn.nix)
/bin/sh: line 1: cd: web: No such file or directory
node:fs:441
    return binding.readFileUtf8(path, stringToFlags(options.flag));
                   ^

Error: ENOENT: no such file or directory, open './yarn.lock'
    at Object.readFileSync (node:fs:441:20)
    at Object.<anonymous> (/nix/store/y1zr000jajmnnkbx9gqa9jqc0x050i4l-yarn2nix-1.0.0/libexec/yarn2nix/deps/yarn2nix/bin/yarn2nix.js:26:17)
    at Module._compile (node:internal/modules/cjs/loader:1706:14)
    at Object..js (node:internal/modules/cjs/loader:1839:10)
    at Module.load (node:internal/modules/cjs/loader:1441:32)
    at Function._load (node:internal/modules/cjs/loader:1263:12)
    at TracingChannel.traceSync (node:diagnostics_channel:328:14)
    at wrapModuleLoad (node:internal/modules/cjs/loader:237:24)
    at Function.executeUserEntryPoint [as runMain] (node:internal/modules/run_main:171:5)
    at node:internal/main/run_main_module:36:49 {
  errno: -2,
  code: 'ENOENT',
  syscall: 'open',
  path: './yarn.lock'
}

Node.js v22.21.1

File name: crates/chir-rs/Cargo.toml
Command failed: treefmt
ERRO formatter | nix: failed to apply with options '[]': exit status 1

yarn.nix:1:1:
  |
1 | <empty line>
  | ^
unexpected end of input
expecting expression


traversed 121 files
emitted 50 files for processing
formatted 44 files (3 changed) in 581ms
Error: failed to finalise formatting: formatting failures detected

### ⚠️ Artifact update problem Renovate failed to update artifacts related to this branch. You probably do not want to merge this PR as-is. ♻ Renovate will retry this branch, including artifacts, only when one of the following happens: - any of the package files in this branch needs updating, or - the branch becomes conflicted, or - you click the rebase/retry checkbox if found above, or - you rename this PR's title to start with "rebase!" to trigger it manually The artifact failure details are included below: ##### File name: crates/chir-rs/Cargo.toml ``` Command failed: (cd web; yarn2nix > yarn.nix) /bin/sh: line 1: cd: web: No such file or directory node:fs:441 return binding.readFileUtf8(path, stringToFlags(options.flag)); ^ Error: ENOENT: no such file or directory, open './yarn.lock' at Object.readFileSync (node:fs:441:20) at Object.<anonymous> (/nix/store/y1zr000jajmnnkbx9gqa9jqc0x050i4l-yarn2nix-1.0.0/libexec/yarn2nix/deps/yarn2nix/bin/yarn2nix.js:26:17) at Module._compile (node:internal/modules/cjs/loader:1706:14) at Object..js (node:internal/modules/cjs/loader:1839:10) at Module.load (node:internal/modules/cjs/loader:1441:32) at Function._load (node:internal/modules/cjs/loader:1263:12) at TracingChannel.traceSync (node:diagnostics_channel:328:14) at wrapModuleLoad (node:internal/modules/cjs/loader:237:24) at Function.executeUserEntryPoint [as runMain] (node:internal/modules/run_main:171:5) at node:internal/main/run_main_module:36:49 { errno: -2, code: 'ENOENT', syscall: 'open', path: './yarn.lock' } Node.js v22.21.1 ``` ##### File name: crates/chir-rs/Cargo.toml ``` Command failed: treefmt ERRO formatter | nix: failed to apply with options '[]': exit status 1 yarn.nix:1:1: | 1 | <empty line> | ^ unexpected end of input expecting expression traversed 121 files emitted 50 files for processing formatted 44 files (3 changed) in 581ms Error: failed to finalise formatting: formatting failures detected ```
Some checks are pending
renovate/artifacts Artifact file update failure
Hydra aarch64-linux.checks.chir-rs
Required
Hydra aarch64-linux.checks.chir-rs-client
Required
Hydra aarch64-linux.checks.chir-rs-common
Required
Hydra aarch64-linux.checks.chir-rs-fe
Required
Hydra aarch64-linux.packages.chir-rs
Required
Hydra aarch64-linux.packages.chir-rs-client
Required
Hydra aarch64-linux.packages.chir-rs-common
Required
Hydra aarch64-linux.packages.chir-rs-fe
Required
Hydra x86_64-linux.checks.chir-rs
Required
Hydra x86_64-linux.checks.chir-rs-client
Required
Hydra x86_64-linux.checks.chir-rs-common
Required
Hydra x86_64-linux.checks.chir-rs-fe
Required
Hydra x86_64-linux.packages.chir-rs
Required
Hydra x86_64-linux.packages.chir-rs-client
Required
Hydra x86_64-linux.packages.chir-rs-common
Required
Hydra x86_64-linux.packages.chir-rs-fe
Required
Some required checks are missing.
You are not authorized to merge this pull request.
View command line instructions

Checkout

From your project repository, check out a new branch and test the changes.
git fetch -u origin renovate/async-compression-0.x-lockfile:renovate/async-compression-0.x-lockfile
git switch renovate/async-compression-0.x-lockfile
Sign in to join this conversation.
No reviewers
No labels
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
darkkirb/chir.rs!199
No description provided.