Bump log from 0.4.21 to 0.4.22
Bumps log from 0.4.21 to 0.4.22.
Changelog
Sourced from log's changelog.
[0.4.22] - 2024-06-27
What's Changed
- Add some clarifications to the library docs by
@KodrAusin rust-lang/log#620- Add links to
cologcrate by@chriversin rust-lang/log#621- adding line_number test + updating some testing infrastructure by
@DIvkov575in rust-lang/log#619- Clarify the actual set of functions that can race in _racy variants by
@KodrAusin rust-lang/log#623- Replace deprecated std::sync::atomic::spin_loop_hint() by
@Catamantaloedisin rust-lang/log#625- Check usage of max_level features by
@Thomasdezeeuwin rust-lang/log#627- Remove unneeded import by
@Thomasdezeeuwin rust-lang/log#628- Loosen orderings for logger initialization in rust-lang/log#632. Originally by
@pwoolcocin rust-lang/log#599- Use Location::caller() for file and line info in rust-lang/log#633. Originally by
@Cassy343in rust-lang/log#520New Contributors
@chriversmade their first contribution in rust-lang/log#621@DIvkov575made their first contribution in rust-lang/log#619@Catamantaloedismade their first contribution in rust-lang/log#625Full Changelog: https://github.com/rust-lang/log/compare/0.4.21...0.4.22
Commits
d5ba2cfMerge pull request #634 from rust-lang/cargo/0.4.22d1a8306prepare for 0.4.22 release46894efMerge pull request #633 from rust-lang/feat/panic-infoe0d389cMerge pull request #632 from rust-lang/feat/loosen-atomicsc9e5e13use Location::caller() for file and line info507b672loosen orderings for logger initializationc879b01Merge pull request #628 from Thomasdezeeuw/fix-warnings405fdb4Merge pull request #627 from Thomasdezeeuw/check-features1307adeRemove unneeded import710560eDon't use --all-features in CI- 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 rebasewill rebase this PR -
@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it -
@dependabot mergewill merge this PR after your CI passes on it -
@dependabot squash and mergewill squash and merge this PR after your CI passes on it -
@dependabot cancel mergewill cancel a previously requested merge and block automerging -
@dependabot reopenwill reopen this PR if it is closed -
@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually -
@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency -
@dependabot ignore this major versionwill 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 versionwill 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 dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
Codecov Report
Attention: Patch coverage is 0% with 1 line in your changes missing coverage. Please review.
Project coverage is 91.24%. Comparing base (
ca0cbc5) to head (e829c55). Report is 36 commits behind head on main.
| Files with missing lines | Patch % | Lines |
|---|---|---|
| tremor-connectors/src/lib.rs | 0.00% | 1 Missing :warning: |
Additional details and impacted files
@@ Coverage Diff @@
## main #2615 +/- ##
==========================================
- Coverage 91.25% 91.24% -0.01%
==========================================
Files 309 309
Lines 60873 60872 -1
==========================================
- Hits 55550 55545 -5
- Misses 5323 5327 +4
| Flag | Coverage Δ | |
|---|---|---|
| e2e-command | 11.12% <0.00%> (+<0.01%) |
:arrow_up: |
| e2e-integration | 51.82% <0.00%> (-0.16%) |
:arrow_down: |
| e2e-unit | 12.32% <0.00%> (+<0.01%) |
:arrow_up: |
| e2etests | 54.11% <0.00%> (-0.16%) |
:arrow_down: |
| tremorapi | 14.23% <0.00%> (+<0.01%) |
:arrow_up: |
| tremorcodec | 62.94% <ø> (ø) |
|
| tremorcommon | 63.04% <ø> (ø) |
|
| tremorconnectors | 29.04% <0.00%> (+<0.01%) |
:arrow_up: |
| tremorconnectorsaws | 11.45% <0.00%> (ø) |
|
| tremorconnectorsazure | 4.95% <0.00%> (ø) |
|
| tremorconnectorsgcp | 20.96% <0.00%> (-0.01%) |
:arrow_down: |
| tremorconnectorsobjectstorage | 0.06% <ø> (ø) |
|
| tremorconnectorsotel | 12.52% <0.00%> (ø) |
|
| tremorconnectorstesthelpers | 60.56% <ø> (ø) |
|
| tremorinflux | 87.72% <ø> (ø) |
|
| tremorinterceptor | 54.33% <ø> (ø) |
|
| tremorpipeline | 31.10% <ø> (ø) |
|
| tremorruntime | 46.48% <0.00%> (+0.01%) |
:arrow_up: |
| tremorscript | 54.28% <ø> (ø) |
|
| tremorsystem | 5.74% <ø> (ø) |
|
| tremorvalue | 70.16% <ø> (+0.03%) |
:arrow_up: |
| unittests | 88.24% <0.00%> (+<0.01%) |
:arrow_up: |
Flags with carried forward coverage won't be shown. Click here to find out more.
| Files with missing lines | Coverage Δ | |
|---|---|---|
| tremor-connectors/src/impls/kafka.rs | 91.04% <ø> (-0.04%) |
:arrow_down: |
| tremor-connectors/src/lib.rs | 87.34% <0.00%> (ø) |
... and 9 files with indirect coverage changes
Continue to review full report in Codecov by Sentry.
Legend - Click here to learn more
Δ = absolute <relative> (impact),ø = not affected,? = missing dataPowered by Codecov. Last update ca0cbc5...e829c55. Read the comment docs.
@dependabot rebase
@dependabot recreate
Looks like log is up-to-date now, so this is no longer needed.