Skip to content

Commit

Permalink
chore(deps): update rust crate log to 0.4.19 (#460)
Browse files Browse the repository at this point in the history
[![Mend
Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)

This PR contains the following updates:

| Package | Type | Update | Change |
|---|---|---|---|
| [log](https://togithub.com/rust-lang/log) | dependencies | patch |
`0.4.18` -> `0.4.19` |

---

### Release Notes

<details>
<summary>rust-lang/log</summary>

###
[`v0.4.19`](https://togithub.com/rust-lang/log/blob/HEAD/CHANGELOG.md#&#8203;0419---2023-06-10)

[Compare
Source](https://togithub.com/rust-lang/log/compare/0.4.18...0.4.19)

- Use target_has_atomic instead of the old atomic_cas cfg by
[@&#8203;GuillaumeGomez](https://togithub.com/GuillaumeGomez) in
[rust-lang/log#555
- Put MSRV into Cargo.toml by
[@&#8203;est31](https://togithub.com/est31) in
[rust-lang/log#557

</details>

---

### Configuration

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

🚦 **Automerge**: Enabled.

♻ **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 [Mend
Renovate](https://www.mend.io/free-developer-tools/renovate/). View
repository job log
[here](https://app.renovatebot.com/dashboard#github/knope-dev/knope).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNS4xMTAuMCIsInVwZGF0ZWRJblZlciI6IjM1LjExMC4wIiwidGFyZ2V0QnJhbmNoIjoibWFpbiJ9-->

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] committed Jun 12, 2023
1 parent a12f37f commit e619af8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Expand Up @@ -30,7 +30,7 @@ itertools = "0.10.5"
miette = { version = "5.6.0", features = ["fancy"] }
thiserror = "1.0.39"
gix = "0.44.1"
log = "0.4.18"
log = "0.4.19"
env_logger = "0.10.0"
indexmap = "1.9.3"
inquire = { version = "0.6.2", default-features = false, features = [
Expand Down

0 comments on commit e619af8

Please sign in to comment.