Skip to content

Commit

Permalink
Update Rust crate log to 0.4.20 (#32)
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) | workspace.dependencies | patch | `0.4.17` -> `0.4.20` |

---

### Release Notes

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

### [`v0.4.20`](https://togithub.com/rust-lang/log/blob/HEAD/CHANGELOG.md#0420---2023-07-11)

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

-   Remove rustversion dev-dependency by [@&#8203;Thomasdezeeuw](https://togithub.com/Thomasdezeeuw) in [rust-lang/log#568
-   Remove `local_inner_macros` usage by [@&#8203;EFanZh](https://togithub.com/EFanZh) in [rust-lang/log#570

### [`v0.4.19`](https://togithub.com/rust-lang/log/blob/HEAD/CHANGELOG.md#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

### [`v0.4.18`](https://togithub.com/rust-lang/log/blob/HEAD/CHANGELOG.md#0418---2023-05-28)

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

-   fix markdown links (again) by [@&#8203;hellow554](https://togithub.com/hellow554) in [rust-lang/log#513
-   add cargo doc to workflow by [@&#8203;hellow554](https://togithub.com/hellow554) in [rust-lang/log#515
-   Apply Clippy lints by [@&#8203;hellow554](https://togithub.com/hellow554) in [rust-lang/log#516
-   Replace ad-hoc eq_ignore_ascii_case with slice::eq_ignore_ascii_case by [@&#8203;glandium](https://togithub.com/glandium) in [rust-lang/log#519
-   fix up windows targets by [@&#8203;KodrAus](https://togithub.com/KodrAus) in [rust-lang/log#528
-   typo fix by [@&#8203;jiangying000](https://togithub.com/jiangying000) in [rust-lang/log#529
-   Remove dependency on cfg_if by [@&#8203;EriKWDev](https://togithub.com/EriKWDev) in [rust-lang/log#536
-   GitHub Workflows security hardening by [@&#8203;sashashura](https://togithub.com/sashashura) in [rust-lang/log#538
-   Fix build status badge by [@&#8203;atouchet](https://togithub.com/atouchet) in [rust-lang/log#539
-   Add call_logger to the documentation by [@&#8203;a1ecbr0wn](https://togithub.com/a1ecbr0wn) in [rust-lang/log#547
-   Use stable internals for key-value API by [@&#8203;KodrAus](https://togithub.com/KodrAus) in [rust-lang/log#550
-   Change wording of list of implementations by [@&#8203;Thomasdezeeuw](https://togithub.com/Thomasdezeeuw) in [rust-lang/log#553
-   Add std-logger to list of implementations by [@&#8203;Thomasdezeeuw](https://togithub.com/Thomasdezeeuw) in [rust-lang/log#554
-   Add `set_max_level_racy` and gate `set_max_level` by [@&#8203;djkoloski](https://togithub.com/djkoloski) in [rust-lang/log#544
-   \[doc] src/lib.rs : prefix an unused variable with an underscore by [@&#8203;OccupyMars2025](https://togithub.com/OccupyMars2025) in [rust-lang/log#561
-   \[doc] src/macros.rs :  correct  grammar errors of an example in lib documentation by [@&#8203;OccupyMars2025](https://togithub.com/OccupyMars2025) in [rust-lang/log#562

</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.

---

 - [ ] 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://developer.mend.io/github/sammyfilly/Nextjs).
  • Loading branch information
renovate[bot] committed Sep 22, 2023
1 parent c27c329 commit ceec46c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Expand Up @@ -100,7 +100,7 @@ indicatif = "0.17.7"
indoc = "2.0.4"
itertools = "0.10.5"
lazy_static = "1.4.0"
log = "0.4.17"
log = "0.4.20"
mime = "0.3.16"
nohash-hasher = "0.2.0"
once_cell = "1.17.1"
Expand Down

0 comments on commit ceec46c

Please sign in to comment.