dependabot[bot] opened a new pull request, #170: URL: https://github.com/apache/iceberg-rust/pull/170
Updates the requirements on [env_logger](https://github.com/rust-cli/env_logger) to permit the latest version. <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/rust-cli/env_logger/blob/main/CHANGELOG.md">env_logger's changelog</a>.</em></p> <blockquote> <h2>[0.10.2] - 2024-01-18</h2> <h3>Performance</h3> <ul> <li>Avoid extra UTF-8 validation performed in some cases</li> </ul> <h3>Fixes</h3> <ul> <li>Ensure custom pipes/stdout get flushed</li> <li>Don't panic on broken pipes when <code>color</code> is disabled</li> </ul> <h2>[0.10.1] - 2023-11-10</h2> <h3>Performance</h3> <ul> <li>Avoid hashing directives and accessing RNG on startup</li> </ul> <h3>Documentation</h3> <ul> <li>Tweak <code>RUST_LOG</code> documentation</li> </ul> <h2>[0.10.0] - 2022-11-24</h2> <p>MSRV changed to 1.60 to hide optional dependencies</p> <h3>Fixes</h3> <ul> <li>Resolved soundness issue by switching from <code>atty</code> to <code>is-terminal</code></li> </ul> <h3>Breaking Changes</h3> <p>To open room for changing dependencies:</p> <ul> <li>Renamed <code>termcolor</code> feature to <code>color</code></li> <li>Renamed <code>atty</code> feature to <code>auto-color</code></li> </ul> <h2>[0.9.3] - 2022-11-07</h2> <ul> <li>Fix a regression from v0.9.2 where env_logger would fail to compile with the termcolor feature turned off.</li> </ul> <h2>[0.9.2] - 2022-11-07</h2> <ul> <li>Fix and un-deprecate Target::Pipe, which was basically not working at all before and deprecated in 0.9.1.</li> </ul> <h2>[0.9.0] -- 2022-07-14</h2> <h3>Breaking Changes</h3> <ul> <li>Default message format now prints the target instead of the module</li> </ul> <h3>Improvements</h3> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/rust-cli/env_logger/commit/7929b7fc3df3223320c3cdd346138965f2c7e52f"><code>7929b7f</code></a> chore: Release env_logger version 0.10.2</li> <li><a href="https://github.com/rust-cli/env_logger/commit/3df552c315f00f4bce6e8dfd7b0ab56210e8a74b"><code>3df552c</code></a> docs: Update changelog</li> <li><a href="https://github.com/rust-cli/env_logger/commit/6ec4104864ed6bf6694988d30611ee736d2dcb5e"><code>6ec4104</code></a> Merge pull request <a href="https://redirect.github.com/rust-cli/env_logger/issues/296">#296</a> from epage/refactor</li> <li><a href="https://github.com/rust-cli/env_logger/commit/939687dd75b606186989aa72fe43e716eaca5659"><code>939687d</code></a> style: Make clippy happy</li> <li><a href="https://github.com/rust-cli/env_logger/commit/c088820ae84318077e5a37a3bed6d20b3f7aa3f3"><code>c088820</code></a> fix(fmt): Ensure stream gets flushed</li> <li><a href="https://github.com/rust-cli/env_logger/commit/2b3f26fc29952296fdf79fa43d5beb35ddacbf40"><code>2b3f26f</code></a> perf(fmt): Avoid UTF-8 validation</li> <li><a href="https://github.com/rust-cli/env_logger/commit/7428386da32c2a78b80f7e67a04b5fd5449601d5"><code>7428386</code></a> refactor(fmt): Pull out stream lookup from write</li> <li><a href="https://github.com/rust-cli/env_logger/commit/e8674a237b62460b6dbc4ed8d8b48b6db0a97de4"><code>e8674a2</code></a> refactor(fmt): Consolidate target printing</li> <li><a href="https://github.com/rust-cli/env_logger/commit/f5f3392886cb3f2a1a3180122666fa40a2150efe"><code>f5f3392</code></a> refactor(fmt): Pull is_test into the target</li> <li><a href="https://github.com/rust-cli/env_logger/commit/87008fdf78b861202ca9da4869475649e72b8e82"><code>87008fd</code></a> fix(fmt): Don't panic on broken pipes without termcolor</li> <li>Additional commits viewable in <a href="https://github.com/rust-cli/env_logger/compare/v0.10.0...v0.10.2">compare view</a></li> </ul> </details> <br /> 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-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> 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 show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency - `@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) </details> -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: issues-unsubscr...@iceberg.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: issues-unsubscr...@iceberg.apache.org For additional commands, e-mail: issues-h...@iceberg.apache.org