chore(deps): update all non-major dependencies #181

Merged
wathiede merged 1 commits from renovate/all-minor-patch into master 2025-10-24 07:35:11 -07:00
Collaborator

This PR contains the following updates:

Package Type Update Change
flate2 dependencies patch 1.1.4 -> 1.1.5
web-sys (source) dependencies patch 0.3.77 -> 0.3.81

Release Notes

rust-lang/flate2-rs (flate2)

v1.1.5

Compare Source

This bugfix release fixes #​508, as flush didn't always work anymore in conjunction with miniz_oxide.

What's Changed

Full Changelog: https://github.com/rust-lang/flate2-rs/compare/1.1.4...1.1.5


Configuration

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

🚦 Automerge: Enabled.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.


  • 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 | |---|---|---|---| | [flate2](https://github.com/rust-lang/flate2-rs) | dependencies | patch | `1.1.4` -> `1.1.5` | | [web-sys](https://wasm-bindgen.github.io/wasm-bindgen/web-sys/index.html) ([source](https://github.com/wasm-bindgen/wasm-bindgen/tree/HEAD/crates/web-sys)) | dependencies | patch | `0.3.77` -> `0.3.81` | --- ### Release Notes <details> <summary>rust-lang/flate2-rs (flate2)</summary> ### [`v1.1.5`](https://github.com/rust-lang/flate2-rs/releases/tag/1.1.5) [Compare Source](https://github.com/rust-lang/flate2-rs/compare/1.1.4...1.1.5) This bugfix release fixes [#&#8203;508](https://github.com/rust-lang/flate2-rs/issues/508), as flush didn't always work anymore in conjunction with `miniz_oxide`. #### What's Changed - Revert flush change by [@&#8203;fintelia](https://github.com/fintelia) in [#&#8203;509](https://github.com/rust-lang/flate2-rs/pull/509) **Full Changelog**: <https://github.com/rust-lang/flate2-rs/compare/1.1.4...1.1.5> </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 👻 **Immortal**: This PR will be recreated if closed unmerged. Get [config help](https://github.com/renovatebot/renovate/discussions) if that's undesired. --- - [ ] <!-- 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:eyJjcmVhdGVkSW5WZXIiOiI0MS4xNTcuMSIsInVwZGF0ZWRJblZlciI6IjQxLjE1OC4zIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbXX0=-->
Author
Collaborator

⚠️ Artifact update problem

Renovate failed to update an artifact 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: Cargo.lock
Command failed: cargo update --config net.git-fetch-with-cli=true --manifest-path web/Cargo.toml --package web-sys@0.3.77 --precise 0.3.81
    Updating crates.io index
error: failed to select a version for `wasm-bindgen`.
    ... required by package `web-sys v0.3.81`
    ... which satisfies dependency `web-sys = "^0.3.77"` of package `letterbox-web v0.17.45 (/data/repos/gitea/wathiede/letterbox/web)`
versions that meet the requirements `=0.2.104` are: 0.2.104

all possible versions conflict with previously selected packages.

  previously selected package `wasm-bindgen v0.2.100`
    ... which satisfies dependency `wasm-bindgen = "=0.2.100"` of package `letterbox-web v0.17.45 (/data/repos/gitea/wathiede/letterbox/web)`

failed to select a version for `wasm-bindgen` which could resolve this conflict

### ⚠️ Artifact update problem Renovate failed to update an artifact 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: Cargo.lock ``` Command failed: cargo update --config net.git-fetch-with-cli=true --manifest-path web/Cargo.toml --package web-sys@0.3.77 --precise 0.3.81 Updating crates.io index error: failed to select a version for `wasm-bindgen`. ... required by package `web-sys v0.3.81` ... which satisfies dependency `web-sys = "^0.3.77"` of package `letterbox-web v0.17.45 (/data/repos/gitea/wathiede/letterbox/web)` versions that meet the requirements `=0.2.104` are: 0.2.104 all possible versions conflict with previously selected packages. previously selected package `wasm-bindgen v0.2.100` ... which satisfies dependency `wasm-bindgen = "=0.2.100"` of package `letterbox-web v0.17.45 (/data/repos/gitea/wathiede/letterbox/web)` failed to select a version for `wasm-bindgen` which could resolve this conflict ```
renovatebot added 1 commit 2025-10-23 22:46:45 -07:00
chore(deps): update all non-major dependencies
Some checks failed
renovate/artifacts Artifact file update failure
Continuous integration / Check (push) Successful in 1m38s
Continuous integration / Test Suite (push) Successful in 2m56s
Continuous integration / Trunk (push) Successful in 7m43s
Continuous integration / Rustfmt (push) Successful in 40s
Continuous integration / build (push) Successful in 2m55s
Continuous integration / Disallow unused dependencies (push) Successful in 2m28s
584ccba5bd
renovatebot changed title from chore(deps): update rust crate web-sys to v0.3.81 to chore(deps): update all non-major dependencies 2025-10-23 22:46:46 -07:00
wathiede merged commit 593a20f621 into master 2025-10-24 07:35:11 -07:00
Sign in to join this conversation.
No Reviewers
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: wathiede/letterbox#181
No description provided.