Bump log from 0.4.17 to 0.4.19
Bumps log from 0.4.17 to 0.4.19.
Changelog
Sourced from log's changelog.
[0.4.19] - 2023-06-10
- Use target_has_atomic instead of the old atomic_cas cfg by
@GuillaumeGomez
in rust-lang/log#555- Put MSRV into Cargo.toml by
@est31
in rust-lang/log#557[0.4.18] - 2023-05-28
- fix markdown links (again) by
@hellow554
in rust-lang/log#513- add cargo doc to workflow by
@hellow554
in rust-lang/log#515- Apply Clippy lints by
@hellow554
in rust-lang/log#516- Replace ad-hoc eq_ignore_ascii_case with slice::eq_ignore_ascii_case by
@glandium
in rust-lang/log#519- fix up windows targets by
@KodrAus
in rust-lang/log#528- typo fix by
@jiangying000
in rust-lang/log#529- Remove dependency on cfg_if by
@EriKWDev
in rust-lang/log#536- GitHub Workflows security hardening by
@sashashura
in rust-lang/log#538- Fix build status badge by
@atouchet
in rust-lang/log#539- Add call_logger to the documentation by
@a1ecbr0wn
in rust-lang/log#547- Use stable internals for key-value API by
@KodrAus
in rust-lang/log#550- Change wording of list of implementations by
@Thomasdezeeuw
in rust-lang/log#553- Add std-logger to list of implementations by
@Thomasdezeeuw
in rust-lang/log#554- Add
set_max_level_racy
and gateset_max_level
by@djkoloski
in rust-lang/log#544- [doc] src/lib.rs : prefix an unused variable with an underscore by
@OccupyMars2025
in rust-lang/log#561- [doc] src/macros.rs : correct grammar errors of an example in lib documentation by
@OccupyMars2025
in rust-lang/log#562
Commits
-
84ddc30
Merge pull request #552 from rust-lang/cargo/0.4.18 -
9ae986d
Merge pull request #548 from iorust/master -
5322e56
update changelog to reflect actual changes -
db9e5cc
Add the structured-logger crate to the README -
92e83c0
fixes for unrevert -
54d48fb
prepare for 0.4.19 release -
3c8473d
Revert "Revert "Remove build.rs file"" -
304eef7
Merge pull request #566 from rust-lang/cargo/0.4.18-patch -
d062c83
prepare for 0.4.18 release -
fcbb351
Merge pull request #565 from rust-lang/fix/nightly-build-msrv - Additional commits viewable in compare view
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase
.
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
-
@dependabot rebase
will rebase this PR -
@dependabot recreate
will recreate this PR, overwriting any edits that have been made to it -
@dependabot merge
will merge this PR after your CI passes on it -
@dependabot squash and merge
will squash and merge this PR after your CI passes on it -
@dependabot cancel merge
will cancel a previously requested merge and block automerging -
@dependabot reopen
will reopen this PR if it is closed -
@dependabot close
will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually -
@dependabot ignore this major version
will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) -
@dependabot ignore this minor version
will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) -
@dependabot ignore this dependency
will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)