Skip to content

Commit d4d3b40

Browse files
authored
chore(deps): update rust crate log to 0.4.27 (#2251)
This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [log](https://redirect.github.com/rust-lang/log) | workspace.dependencies | patch | `0.4.26` -> `0.4.27` | --- ### Release Notes <details> <summary>rust-lang/log (log)</summary> ### [`v0.4.27`](https://redirect.github.com/rust-lang/log/blob/HEAD/CHANGELOG.md#0427---2025-03-24) [Compare Source](https://redirect.github.com/rust-lang/log/compare/0.4.26...0.4.27) </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:eyJjcmVhdGVkSW5WZXIiOiIzOS4yMTMuMCIsInVwZGF0ZWRJblZlciI6IjM5LjIxMy4wIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJkZXBlbmRlbmNpZXMiXX0=-->
1 parent 5edfec1 commit d4d3b40

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

Cargo.lock

Lines changed: 2 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
@@ -78,7 +78,7 @@ is_ci = "1.2.0"
7878
itertools = "0.14.0"
7979
libc = "0.2.171"
8080
libtest-mimic = "0.8.1"
81-
log = "0.4.26"
81+
log = "0.4.27"
8282
maplit = "1.0.2"
8383
miette = "7.5.0"
8484
mukti-metadata = "0.3.0"

workspace-hack/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ either = { version = "1.13.0" }
2727
getrandom-6f8ce4dd05d13bba = { package = "getrandom", version = "0.2.15", default-features = false, features = ["std"] }
2828
idna_adapter = { version = "1.0.0", default-features = false, features = ["compiled_data"] }
2929
indexmap = { version = "2.8.0", features = ["serde"] }
30-
log = { version = "0.4.26", default-features = false, features = ["std"] }
30+
log = { version = "0.4.27", default-features = false, features = ["std"] }
3131
memchr = { version = "2.7.4" }
3232
miette = { version = "7.5.0", features = ["fancy"] }
3333
num-traits = { version = "0.2.19", default-features = false, features = ["std"] }

0 commit comments

Comments
 (0)