c2pa-rs.meta

Issues/PRs archive for mtrnords-photography-manager/c2pa-rs
git clone git://archive.git.mtrnord.blog/mtrnords-photography-manager/c2pa-rs.meta.git
Log | Files | Refs

1.md (6831B)


      1 # PR #1 Update env_logger requirement from 0.10 to 0.11 in /make_test_images
      2 
      3 - **Status:** open
      4 - **Author:** @dependabot[bot]
      5 - **Created:** 2024-06-23T13:16:20Z
      6 - **Branch:** dependabot/cargo/make_test_images/env_logger-0.11 → main
      7 - **Labels:** dependencies
      8 - **Diff:** [1.diff](./1.diff)
      9 
     10 ---
     11 
     12 Updates the requirements on [env_logger](https://github.com/rust-cli/env_logger) to permit the latest version.
     13 <details>
     14 <summary>Release notes</summary>
     15 <p><em>Sourced from <a href="https://github.com/rust-cli/env_logger/releases">env_logger's releases</a>.</em></p>
     16 <blockquote>
     17 <h2>v0.11.3</h2>
     18 <h2>[0.11.3] - 2024-03-05</h2>
     19 <h3>Features</h3>
     20 <ul>
     21 <li>Experimental support for key-value logging behind <code>unstable-kv</code></li>
     22 </ul>
     23 </blockquote>
     24 </details>
     25 <details>
     26 <summary>Changelog</summary>
     27 <p><em>Sourced from <a href="https://github.com/rust-cli/env_logger/blob/main/CHANGELOG.md">env_logger's changelog</a>.</em></p>
     28 <blockquote>
     29 <h2>[0.11.3] - 2024-03-05</h2>
     30 <h3>Features</h3>
     31 <ul>
     32 <li>Experimental support for key-value logging behind <code>unstable-kv</code></li>
     33 </ul>
     34 <h2>[0.11.2] - 2024-02-13</h2>
     35 <h2>[0.11.1] - 2024-01-27</h2>
     36 <h3>Fixes</h3>
     37 <ul>
     38 <li>Allow styling with <code>Target::Pipe</code></li>
     39 </ul>
     40 <h2>[0.11.0] - 2024-01-19</h2>
     41 <h3>Migration Guide</h3>
     42 <p><strong>env_logger::fmt::Style:</strong>
     43 The bespoke styling API, behind <code>color</code>, was removed, in favor of accepting any
     44 ANSI styled string and adapting it to the target stream's capabilities.</p>
     45 <p>Possible styling libraries include:</p>
     46 <ul>
     47 <li><a href="https://docs.rs/anstyle">anstyle</a> is a minimal, runtime string styling API and is re-exported as <code>env_logger::fmt::style</code></li>
     48 <li><a href="https://docs.rs/owo-colors">owo-colors</a> is a feature rich runtime string styling API</li>
     49 <li><a href="https://docs.rs/color-print">color-print</a> for feature-rich compile-time styling API</li>
     50 </ul>
     51 <p><a href="https://docs.rs/env_logger/latest/src/custom_format/custom_format.rs.html">custom_format.rs</a>
     52 uses <code>anstyle</code> via
     53 <a href="https://docs.rs/env_logger/latest/env_logger/fmt/struct.Formatter.html#method.default_level_style"><code>Formatter::default_level_style</code></a></p>
     54 <h3>Breaking Change</h3>
     55 <ul>
     56 <li>Removed bespoke styling API
     57 <ul>
     58 <li><code>env_logger::fmt::Formatter::style</code></li>
     59 <li><code>env_logger::fmt::Formatter::default_styled_level</code></li>
     60 <li><code>env_logger::fmt::Style</code></li>
     61 <li><code>env_logger::fmt::Color</code></li>
     62 <li><code>env_logger::fmt::StyledValue</code></li>
     63 </ul>
     64 </li>
     65 <li>Removed <code>env_logger::filter</code> in favor of <code>env_filter</code></li>
     66 </ul>
     67 <h3>Compatibility</h3>
     68 <p>MSRV changed to 1.71</p>
     69 <h3>Features</h3>
     70 <ul>
     71 <li>Automatically adapt ANSI escape codes in logged messages to the current terminal's capabilities</li>
     72 <li>Add support for <code>NO_COLOR</code> and <code>CLICOLOR_FORCE</code>, see <a href="https://bixense.com/clicolors/">https://bixense.com/clicolors/</a></li>
     73 </ul>
     74 <!-- raw HTML omitted -->
     75 </blockquote>
     76 <p>... (truncated)</p>
     77 </details>
     78 <details>
     79 <summary>Commits</summary>
     80 <ul>
     81 <li><a href="https://github.com/rust-cli/env_logger/commit/98ce8038803d048bf415a5ab13f7cc1aa61d242e"><code>98ce803</code></a> chore: Release</li>
     82 <li><a href="https://github.com/rust-cli/env_logger/commit/7a161300c26d1a2b1f71c99e75e36d02ee11d094"><code>7a16130</code></a> docs: Update changelog</li>
     83 <li><a href="https://github.com/rust-cli/env_logger/commit/e55af6f7c3be0731c902025a76b42a97a97ead8e"><code>e55af6f</code></a> Merge pull request <a href="https://redirect.github.com/rust-cli/env_logger/issues/137">#137</a> from tmccombs/structured</li>
     84 <li><a href="https://github.com/rust-cli/env_logger/commit/f6e2d45615057917b11dfc140b0be325b7ffd1b0"><code>f6e2d45</code></a> feat(kv): Use now-stable kv feature of log crate</li>
     85 <li><a href="https://github.com/rust-cli/env_logger/commit/9f4a33aac0745fd4d5ad0256b747ed44652cf6eb"><code>9f4a33a</code></a> feat(kv): Add styling for key in default format</li>
     86 <li><a href="https://github.com/rust-cli/env_logger/commit/9d26ad586ef5d6b4f77b0b3752dc7b624e82d29b"><code>9d26ad5</code></a> feat: Add support for Key-Value data in log records</li>
     87 <li><a href="https://github.com/rust-cli/env_logger/commit/8962096976b0fa9c05b8b5ba5251861d60abf943"><code>8962096</code></a> Merge pull request <a href="https://redirect.github.com/rust-cli/env_logger/issues/314">#314</a> from rust-cli/renovate/pre-commit-action-3.x</li>
     88 <li><a href="https://github.com/rust-cli/env_logger/commit/41272282713fd4ffa593133204a458fe24e3265d"><code>4127228</code></a> chore(deps): update pre-commit/action action to v3.0.1</li>
     89 <li><a href="https://github.com/rust-cli/env_logger/commit/b0e3ea938427fa9a4350f816e579a7dab3d75041"><code>b0e3ea9</code></a> chore: Release</li>
     90 <li><a href="https://github.com/rust-cli/env_logger/commit/522ce17fff0f9b46fb0741bea32aaacb1ff77cff"><code>522ce17</code></a> Merge pull request <a href="https://redirect.github.com/rust-cli/env_logger/issues/310">#310</a> from epage/docs</li>
     91 <li>Additional commits viewable in <a href="https://github.com/rust-cli/env_logger/compare/v0.10.0...v0.11.3">compare view</a></li>
     92 </ul>
     93 </details>
     94 <br />
     95 
     96 
     97 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`.
     98 
     99 [//]: # (dependabot-automerge-start)
    100 [//]: # (dependabot-automerge-end)
    101 
    102 ---
    103 
    104 <details>
    105 <summary>Dependabot commands and options</summary>
    106 <br />
    107 
    108 You can trigger Dependabot actions by commenting on this PR:
    109 - `@dependabot rebase` will rebase this PR
    110 - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it
    111 - `@dependabot merge` will merge this PR after your CI passes on it
    112 - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it
    113 - `@dependabot cancel merge` will cancel a previously requested merge and block automerging
    114 - `@dependabot reopen` will reopen this PR if it is closed
    115 - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
    116 - `@dependabot show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency
    117 - `@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)
    118 - `@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)
    119 - `@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)
    120 
    121 
    122 </details>
    123