fix(deps): update rust crate log to v0.4.27 - autoclosed #45

Closed
renovate wants to merge 1 commit from renovate/log-0.x-lockfile into main
Collaborator

This PR contains the following updates:

Package Type Update Change
log dependencies patch 0.4.22 -> 0.4.27

⚠️ Warning

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


Release Notes

rust-lang/log (log)

v0.4.27

Compare Source

What's Changed

Full Changelog: https://github.com/rust-lang/log/compare/0.4.26...0.4.27

v0.4.26

Compare Source

What's Changed

Full Changelog: https://github.com/rust-lang/log/compare/0.4.25...0.4.26

v0.4.25

Compare Source

What's Changed

Full Changelog: https://github.com/rust-lang/log/compare/0.4.24...0.4.25

v0.4.24

Compare Source

What's Changed

Full Changelog: https://github.com/rust-lang/log/compare/0.4.23...0.4.24

v0.4.23

Compare Source

What's Changed
New Contributors

Full Changelog: https://github.com/rust-lang/log/compare/0.4.22...0.4.23


Configuration

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

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, 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 | |---|---|---|---| | [log](https://github.com/rust-lang/log) | dependencies | patch | `0.4.22` -> `0.4.27` | --- > ⚠️ **Warning** > > Some dependencies could not be looked up. Check the Dependency Dashboard for more information. --- ### Release Notes <details> <summary>rust-lang/log (log)</summary> ### [`v0.4.27`](https://github.com/rust-lang/log/blob/HEAD/CHANGELOG.md#0427---2025-03-24) [Compare Source](https://github.com/rust-lang/log/compare/0.4.26...0.4.27) ##### What's Changed - A few minor lint fixes by [@&#8203;nyurik](https://github.com/nyurik) in https://github.com/rust-lang/log/pull/671 - Enable clippy support for format-like macros by [@&#8203;nyurik](https://github.com/nyurik) in https://github.com/rust-lang/log/pull/665 - Add an optional logger param by [@&#8203;tisonkun](https://github.com/tisonkun) in https://github.com/rust-lang/log/pull/664 - Pass global logger by value, supplied logger by ref by [@&#8203;KodrAus](https://github.com/KodrAus) in https://github.com/rust-lang/log/pull/673 **Full Changelog**: https://github.com/rust-lang/log/compare/0.4.26...0.4.27 ### [`v0.4.26`](https://github.com/rust-lang/log/blob/HEAD/CHANGELOG.md#0426---2025-02-18) [Compare Source](https://github.com/rust-lang/log/compare/0.4.25...0.4.26) ##### What's Changed - Derive `Clone` for `kv::Value` by [@&#8203;SpriteOvO](https://github.com/SpriteOvO) in https://github.com/rust-lang/log/pull/668 - Add `spdlog-rs` link to crate doc by [@&#8203;SpriteOvO](https://github.com/SpriteOvO) in https://github.com/rust-lang/log/pull/669 **Full Changelog**: https://github.com/rust-lang/log/compare/0.4.25...0.4.26 ### [`v0.4.25`](https://github.com/rust-lang/log/blob/HEAD/CHANGELOG.md#0425---2025-01-14) [Compare Source](https://github.com/rust-lang/log/compare/0.4.24...0.4.25) ##### What's Changed - Revert loosening of kv cargo features by [@&#8203;KodrAus](https://github.com/KodrAus) in https://github.com/rust-lang/log/pull/662 **Full Changelog**: https://github.com/rust-lang/log/compare/0.4.24...0.4.25 ### [`v0.4.24`](https://github.com/rust-lang/log/blob/HEAD/CHANGELOG.md#0424---2025-01-11) [Compare Source](https://github.com/rust-lang/log/compare/0.4.23...0.4.24) ##### What's Changed - Fix up kv feature activation by [@&#8203;KodrAus](https://github.com/KodrAus) in https://github.com/rust-lang/log/pull/659 **Full Changelog**: https://github.com/rust-lang/log/compare/0.4.23...0.4.24 ### [`v0.4.23`](https://github.com/rust-lang/log/blob/HEAD/CHANGELOG.md#0423---2025-01-10-yanked) [Compare Source](https://github.com/rust-lang/log/compare/0.4.22...0.4.23) ##### What's Changed - Fix some typos by [@&#8203;Kleinmarb](https://github.com/Kleinmarb) in https://github.com/rust-lang/log/pull/637 - Add logforth to implementation by [@&#8203;tisonkun](https://github.com/tisonkun) in https://github.com/rust-lang/log/pull/638 - Add `spdlog-rs` link to README by [@&#8203;SpriteOvO](https://github.com/SpriteOvO) in https://github.com/rust-lang/log/pull/639 - Add correct lifetime to kv::Value::to_borrowed_str by [@&#8203;stevenroose](https://github.com/stevenroose) in https://github.com/rust-lang/log/pull/643 - docs: Add logforth as an impl by [@&#8203;tisonkun](https://github.com/tisonkun) in https://github.com/rust-lang/log/pull/642 - Add clang_log implementation by [@&#8203;DDAN-17](https://github.com/DDAN-17) in https://github.com/rust-lang/log/pull/646 - Bind lifetimes of \&str returned from Key by the lifetime of 'k rather than the lifetime of the Key struct by [@&#8203;gbbosak](https://github.com/gbbosak) in https://github.com/rust-lang/log/pull/648 - Fix up key lifetimes and add method to try get a borrowed key by [@&#8203;KodrAus](https://github.com/KodrAus) in https://github.com/rust-lang/log/pull/653 - Add Ftail implementation by [@&#8203;tjardoo](https://github.com/tjardoo) in https://github.com/rust-lang/log/pull/652 ##### New Contributors - [@&#8203;Kleinmarb](https://github.com/Kleinmarb) made their first contribution in https://github.com/rust-lang/log/pull/637 - [@&#8203;tisonkun](https://github.com/tisonkun) made their first contribution in https://github.com/rust-lang/log/pull/638 - [@&#8203;SpriteOvO](https://github.com/SpriteOvO) made their first contribution in https://github.com/rust-lang/log/pull/639 - [@&#8203;stevenroose](https://github.com/stevenroose) made their first contribution in https://github.com/rust-lang/log/pull/643 - [@&#8203;DDAN-17](https://github.com/DDAN-17) made their first contribution in https://github.com/rust-lang/log/pull/646 - [@&#8203;gbbosak](https://github.com/gbbosak) made their first contribution in https://github.com/rust-lang/log/pull/648 - [@&#8203;tjardoo](https://github.com/tjardoo) made their first contribution in https://github.com/rust-lang/log/pull/652 **Full Changelog**: https://github.com/rust-lang/log/compare/0.4.22...0.4.23 </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR becomes conflicted, 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:eyJjcmVhdGVkSW5WZXIiOiIzOS4yNjQuMCIsInVwZGF0ZWRJblZlciI6IjM5LjI2NC4wIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJkZXBlbmRlbmNpZXMiLCJyZW5vdmF0ZSJdfQ==-->
renovate added the
dependencies
renovate
labels 2025-08-01 13:23:56 +10:00
renovate added 1 commit 2025-08-01 13:23:57 +10:00
fix(deps): update rust crate log to v0.4.27
Some checks failed
Build and test / Generate Documentation (pull_request) Successful in 1m16s
Build and test / Tests (pull_request) Successful in 1m22s
Checking yaml / Run yamllint (pull_request) Successful in 4s
Checking Renovate configuration / validate (pull_request) Successful in 1m39s
Build and test / Clippy (pull_request) Failing after 1m15s
Build and test / Build AMD64 (pull_request) Successful in 50s
266cd630d5
kernald was assigned by renovate 2025-08-01 13:23:59 +10:00
kernald scheduled this pull request to auto merge when all checks succeed 2025-08-01 13:24:16 +10:00
renovate force-pushed renovate/log-0.x-lockfile from 266cd630d5 to 5eab6d00e5 2025-08-01 14:13:41 +10:00 Compare
renovate changed title from fix(deps): update rust crate log to v0.4.27 to fix(deps): update rust crate log to v0.4.27 - autoclosed 2025-08-01 15:06:53 +10:00
renovate closed this pull request 2025-08-01 15:06:53 +10:00
Some checks failed
Checking Renovate configuration / validate (pull_request) Successful in 1m31s
Required
Details
Build and test / Tests (pull_request) Successful in 1m36s
Required
Details
Checking yaml / Run yamllint (pull_request) Successful in 6s
Required
Details
Build and test / Build AMD64 (pull_request) Successful in 1m22s
Required
Details
Build and test / Generate Documentation (pull_request) Successful in 1m40s
Required
Details
Build and test / Clippy (pull_request) Failing after 1m24s
Required
Details

Pull request closed

Sign in to join this conversation.
No reviewers
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: kernald/immich-tools#45
No description provided.