Skip to content

Commit

Permalink
chore(deps): update rust crate log to 0.4.24 (#2064)
Browse files Browse the repository at this point in the history
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=-->
  • Loading branch information
nextest-bot authored Jan 12, 2025
1 parent dfe4b50 commit 0354d93
Show file tree
Hide file tree
Showing 3 changed files with 146 additions and 4 deletions.
146 changes: 144 additions & 2 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ is_ci = "1.2.0"
itertools = "0.13.0"
libc = "0.2.169"
libtest-mimic = "0.8.1"
log = "0.4.23"
log = "0.4.24"
maplit = "1.0.2"
miette = "7.4.0"
mukti-metadata = "0.3.0"
Expand Down
2 changes: 1 addition & 1 deletion workspace-hack/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ console = { version = "0.15.8" }
either = { version = "1.13.0" }
getrandom = { version = "0.2.15", default-features = false, features = ["std"] }
indexmap = { version = "2.7.0", features = ["serde"] }
log = { version = "0.4.23", default-features = false, features = ["std"] }
log = { version = "0.4.24", default-features = false, features = ["std"] }
memchr = { version = "2.7.4" }
miette = { version = "7.4.0", features = ["fancy"] }
num-traits = { version = "0.2.19", default-features = false, features = ["std"] }
Expand Down

0 comments on commit 0354d93

Please sign in to comment.