fix(deps): update rust crate log to v0.4.27 #76

Open
renovate-bot wants to merge 1 commit from renovate/log-0.x-lockfile into master
Collaborator

This PR contains the following updates:

Package Type Update Change
log dependencies patch 0.4.22 -> 0.4.27

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` | --- ### 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:eyJjcmVhdGVkSW5WZXIiOiIzOS4xMTcuMiIsInVwZGF0ZWRJblZlciI6IjQwLjU3LjAiLCJ0YXJnZXRCcmFuY2giOiJtYXN0ZXIiLCJsYWJlbHMiOlsicmVub3ZhdGUtYm90Il19-->
renovate-bot added the
renovate-bot
label 2025-01-20 05:16:44 +05:30
renovate-bot changed title from fix(deps): update rust crate log to v0.4.25 to fix(deps): update rust crate log to v0.4.26 2025-02-24 05:16:42 +05:30
renovate-bot force-pushed renovate/log-0.x-lockfile from 04dfbd9422 to 3f030f2aa9 2025-02-24 05:16:42 +05:30 Compare
renovate-bot changed title from fix(deps): update rust crate log to v0.4.26 to fix(deps): update rust crate log to v0.4.27 2025-03-31 05:16:28 +05:30
renovate-bot force-pushed renovate/log-0.x-lockfile from 3f030f2aa9 to 10833d20de 2025-03-31 05:16:28 +05:30 Compare
renovate-bot force-pushed renovate/log-0.x-lockfile from 10833d20de to 1fa6f05067 2025-04-07 05:14:38 +05:30 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/log-0.x-lockfile:renovate/log-0.x-lockfile
git checkout renovate/log-0.x-lockfile

Merge

Merge the changes and update on Forgejo.

Warning: The "Autodetect manual merge" setting is not enabled for this repository, you will have to mark this pull request as manually merged afterwards.

git checkout master
git merge --no-ff renovate/log-0.x-lockfile
git checkout renovate/log-0.x-lockfile
git rebase master
git checkout master
git merge --ff-only renovate/log-0.x-lockfile
git checkout renovate/log-0.x-lockfile
git rebase master
git checkout master
git merge --no-ff renovate/log-0.x-lockfile
git checkout master
git merge --squash renovate/log-0.x-lockfile
git checkout master
git merge --ff-only renovate/log-0.x-lockfile
git checkout master
git merge renovate/log-0.x-lockfile
git push origin master
Sign in to join this conversation.
No description provided.