fix(deps): update all dependencies #19

Open
kjuulh wants to merge 1 commits from renovate/all into main
Owner

This PR contains the following updates:

Package Type Update Change
bincode dependencies patch 2.0.0-rc.3 -> 2.0.1
sscanf dependencies patch 0.4.2 -> 0.4.4

Release Notes

mich101mich/sscanf (sscanf)

v0.4.4

Compare Source

Changed
  • Removed upper bounds on dependencies
    • This was done to maintain compatibility with older Rust versions (MSRV), but was causing conflicts with
      other crates that depend on the newer versions.
    • Instead there is now a comment in the Cargo.toml on which dependencies to set to a fixed version, which is also
      used for this crate's tests.

v0.4.3

Compare Source

Changed
  • Updated strsim dependency to 0.11.1 (See #​12, thanks @​musicinmybrain)
  • Removed dev-dependency to thiserror, as it was only used to simplify a code example
  • Added comments to the Cargo.toml for dependencies that can't be updated due to MSRV

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.

👻 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 | |---|---|---|---| | [bincode](https://github.com/bincode-org/bincode) | dependencies | patch | `2.0.0-rc.3` -> `2.0.1` | | [sscanf](https://github.com/mich101mich/sscanf) | dependencies | patch | `0.4.2` -> `0.4.4` | --- ### Release Notes <details> <summary>mich101mich/sscanf (sscanf)</summary> ### [`v0.4.4`](https://github.com/mich101mich/sscanf/blob/HEAD/Changelog.md#044---2025-10-30) [Compare Source](https://github.com/mich101mich/sscanf/compare/0.4.3...0.4.4) ##### Changed - Removed upper bounds on dependencies - This was done to maintain compatibility with older Rust versions (MSRV), but was causing conflicts with other crates that depend on the newer versions. - Instead there is now a comment in the Cargo.toml on which dependencies to set to a fixed version, which is also used for this crate's tests. [0.4.4]: https://github.com/mich101mich/sscanf/releases/tag/0.4.4 ### [`v0.4.3`](https://github.com/mich101mich/sscanf/blob/HEAD/Changelog.md#043---2025-03-15) [Compare Source](https://github.com/mich101mich/sscanf/compare/0.4.2...0.4.3) ##### Changed - Updated `strsim` dependency to 0.11.1 (See [#&#8203;12], thanks [@&#8203;musicinmybrain](https://github.com/musicinmybrain)) - Removed dev-dependency to `thiserror`, as it was only used to simplify a code example - Added comments to the Cargo.toml for dependencies that can't be updated due to MSRV [0.4.3]: https://github.com/mich101mich/sscanf/releases/tag/0.4.3 [#&#8203;12]: https://github.com/mich101mich/sscanf/pull/12 </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. 👻 **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:eyJjcmVhdGVkSW5WZXIiOiIzOS4yMTUuMiIsInVwZGF0ZWRJblZlciI6IjM5LjI2NC4wIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6W119-->
kjuulh added 1 commit 2025-03-26 00:22:11 +01:00
kjuulh force-pushed renovate/all from 97acf78c01 to c38cd60bf2 2025-11-13 03:43:52 +01:00 Compare
This pull request can be merged automatically.
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/all:renovate/all
git checkout renovate/all
Sign in to join this conversation.
No Reviewers
No Label
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: kjuulh/sqlite-clone#19
No description provided.