Skip to content

Update Rust crate log to 0.4.29#11

Open
ghost wants to merge 1 commit into
masterfrom
whitesource-remediate/log-0.x
Open

Update Rust crate log to 0.4.29#11
ghost wants to merge 1 commit into
masterfrom
whitesource-remediate/log-0.x

Conversation

@ghost

@ghost ghost commented Oct 16, 2024

Copy link
Copy Markdown

This PR contains the following updates:

Package Type Update Change
log dependencies patch 0.4 -> 0.4.29

Release Notes

rust-lang/log (log)

v0.4.29

Compare Source

v0.4.28

Compare Source

v0.4.27

Compare Source

What's Changed

Full Changelog: rust-lang/log@0.4.26...0.4.27

v0.4.26

Compare Source

What's Changed

Full Changelog: rust-lang/log@0.4.26...0.4.27

v0.4.25

Compare Source

What's Changed

Full Changelog: rust-lang/log@0.4.25...0.4.26

v0.4.24

Compare Source

What's Changed

Full Changelog: rust-lang/log@0.4.24...0.4.25

v0.4.23

Compare Source

What's Changed

Full Changelog: rust-lang/log@0.4.23...0.4.24

v0.4.22

Compare Source

What's Changed
New Contributors

Full Changelog: rust-lang/log@0.4.22...0.4.23

v0.4.21

Compare Source

What's Changed
New Contributors

Full Changelog: rust-lang/log@0.4.21...0.4.22

v0.4.20

Compare Source

v0.4.19

Compare Source

v0.4.18

Compare Source

v0.4.17

  • Update kv_unstable internal dependencies.

v0.4.16

  • Fix a conflict with unqualified Option use in macros.

v0.4.15

Compare Source

  • Silence a warning about the deprecated spin_loop_hint.
  • Relax ordering in the atomic set_max_level call.
  • Add thumbv4t-none-eabi to targets that don't support atomics
  • Allow levels to be iterated over.
  • Implement Log on some common wrapper types.
  • Improvements to test coverage.
  • Improvements to documentation.
  • Add key-value support to the log! macros.
  • Tighten kv_unstable internal dependencies, so they don't bump past their current alpha.
  • Add a simple visit API to kv_unstable.
  • Support NonZero* integers as values in structured logging
  • Support static strings as keys in structured logging

v0.4.14

Compare Source

  • Remove the __private_api_log_lit special case.
  • Fixed incorrect combination of kv_unstable and std features causing compile failures.
  • Remove unstable Value::to_* conversions that were incorrectly using as.
  • Rename unstable Value::to_error to Value::to_borrowed_error.

v0.4.13

Compare Source

  • This is the same as 0.4.11, except with a kv_unstable_std feature added to aid migrating current dependents to 0.4.14 (which was originally going to be 0.4.13 until it was decided to create a patch from 0.4.11 to minimize disruption).

v0.4.12

Compare Source

New
  • Support platforms without atomics by racing instead of failing to compile
  • Implement Log for Box<T: Log>
  • Update cfg-if to 1.0
  • Internal reworks of the structured logging API. Removed the Fill API
    and added source::as_map and source::as_list to easily serialize a Source
    as either a map of {key: value, ..} or as a list of [(key, value), ..].
Fixed
  • Fixed deserialization of LevelFilter to use their u64 index variants

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

@ghost ghost force-pushed the whitesource-remediate/log-0.x branch from e4547b3 to 97fb14d Compare January 11, 2025 08:33
@ghost ghost changed the title Update Rust crate log to 0.4.22 Update Rust crate log to 0.4.24 Jan 11, 2025
@ghost ghost force-pushed the whitesource-remediate/log-0.x branch from 97fb14d to b530a55 Compare January 12, 2025 10:27
@ghost ghost changed the title Update Rust crate log to 0.4.24 Update Rust crate log to 0.4.22 Jan 12, 2025
@ghost ghost force-pushed the whitesource-remediate/log-0.x branch from b530a55 to f6023f6 Compare January 14, 2025 21:25
@ghost ghost changed the title Update Rust crate log to 0.4.22 Update Rust crate log to 0.4.25 Jan 14, 2025
@ghost ghost force-pushed the whitesource-remediate/log-0.x branch from f6023f6 to 14cac2f Compare February 25, 2025 04:29
@ghost ghost changed the title Update Rust crate log to 0.4.25 Update Rust crate log to 0.4.26 Feb 25, 2025
@ghost ghost force-pushed the whitesource-remediate/log-0.x branch from 14cac2f to 4f6f9c4 Compare March 25, 2025 00:14
@ghost ghost changed the title Update Rust crate log to 0.4.26 Update Rust crate log to 0.4.27 Mar 25, 2025
@ghost ghost force-pushed the whitesource-remediate/log-0.x branch from 4f6f9c4 to 2649056 Compare September 4, 2025 01:18
@ghost ghost changed the title Update Rust crate log to 0.4.27 Update Rust crate log to 0.4.28 Sep 4, 2025
@ghost ghost force-pushed the whitesource-remediate/log-0.x branch from 2649056 to 8b35d20 Compare December 3, 2025 01:45
@ghost ghost changed the title Update Rust crate log to 0.4.28 Update Rust crate log to 0.4.29 Dec 3, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants