Skip to content

Commit 0354d93

Browse files
authored
chore(deps): update rust crate log to 0.4.24 (#2064)
This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [log](https://redirect.github.com/rust-lang/log) | workspace.dependencies | patch | `0.4.23` -> `0.4.24` | --- ### Release Notes <details> <summary>rust-lang/log (log)</summary> ### [`v0.4.24`](https://redirect.github.com/rust-lang/log/blob/HEAD/CHANGELOG.md#0424---2025-01-11) [Compare Source](https://redirect.github.com/rust-lang/log/compare/0.4.23...0.4.24) </details> --- ### Configuration 📅 **Schedule**: Branch creation - "after 8pm,before 6am" in timezone America/Los_Angeles, Automerge - "after 8pm,before 6am" in timezone America/Los_Angeles. 🚦 **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://redirect.github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOS4xMDUuMSIsInVwZGF0ZWRJblZlciI6IjM5LjEwNS4xIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJkZXBlbmRlbmNpZXMiXX0=-->
1 parent dfe4b50 commit 0354d93

File tree

3 files changed

+146
-4
lines changed

3 files changed

+146
-4
lines changed

Cargo.lock

Lines changed: 144 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ is_ci = "1.2.0"
7676
itertools = "0.13.0"
7777
libc = "0.2.169"
7878
libtest-mimic = "0.8.1"
79-
log = "0.4.23"
79+
log = "0.4.24"
8080
maplit = "1.0.2"
8181
miette = "7.4.0"
8282
mukti-metadata = "0.3.0"

workspace-hack/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ console = { version = "0.15.8" }
2626
either = { version = "1.13.0" }
2727
getrandom = { version = "0.2.15", default-features = false, features = ["std"] }
2828
indexmap = { version = "2.7.0", features = ["serde"] }
29-
log = { version = "0.4.23", default-features = false, features = ["std"] }
29+
log = { version = "0.4.24", default-features = false, features = ["std"] }
3030
memchr = { version = "2.7.4" }
3131
miette = { version = "7.4.0", features = ["fancy"] }
3232
num-traits = { version = "0.2.19", default-features = false, features = ["std"] }

0 commit comments

Comments
 (0)