mirror of
https://github.com/outbackdingo/firezone.git
synced 2026-01-27 18:18:55 +00:00
build(deps): Bump env_logger from 0.11.5 to 0.11.6 in /rust (#7780)
Bumps [env_logger](https://github.com/rust-cli/env_logger) from 0.11.5 to 0.11.6. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/rust-cli/env_logger/releases">env_logger's releases</a>.</em></p> <blockquote> <h2>v0.11.6</h2> <h2>[0.11.6] - 2024-12-20</h2> <h3>Features</h3> <ul> <li>Opt-in file and line rendering</li> </ul> </blockquote> </details> <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.11.6] - 2024-12-20</h2> <h3>Features</h3> <ul> <li>Opt-in file and line rendering</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="dc1a01a797"><code>dc1a01a</code></a> chore: Release</li> <li><a href="65f81b3b6b"><code>65f81b3</code></a> docs: Update changelog</li> <li><a href="77425992f6"><code>7742599</code></a> Merge pull request <a href="https://redirect.github.com/rust-cli/env_logger/issues/345">#345</a> from EriKWDev/main</li> <li><a href="59229bce53"><code>59229bc</code></a> fix: Test result of everything enabled has changed</li> <li><a href="b0d4760955"><code>b0d4760</code></a> spelling + field names</li> <li><a href="1bad1f59d7"><code>1bad1f5</code></a> feature: ability to display source file path and line number with default for...</li> <li><a href="cc97bf76e3"><code>cc97bf7</code></a> chore(deps): Update Rust Stable to v1.83 (<a href="https://redirect.github.com/rust-cli/env_logger/issues/343">#343</a>)</li> <li><a href="240cd21de5"><code>240cd21</code></a> style: Make clippy happy</li> <li><a href="da7ff82259"><code>da7ff82</code></a> chore: Update from _rust template</li> <li><a href="ab1d854945"><code>ab1d854</code></a> chore(deps): Update Rust crate snapbox to v0.6.20 (<a href="https://redirect.github.com/rust-cli/env_logger/issues/342">#342</a>)</li> <li>Additional commits viewable in <a href="https://github.com/rust-cli/env_logger/compare/v0.11.5...v0.11.6">compare view</a></li> </ul> </details> <br /> [](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) 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> Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
6
rust/Cargo.lock
generated
6
rust/Cargo.lock
generated
@@ -1808,9 +1808,9 @@ dependencies = [
|
||||
|
||||
[[package]]
|
||||
name = "env_logger"
|
||||
version = "0.11.5"
|
||||
version = "0.11.6"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "e13fa619b91fb2381732789fc5de83b45675e882f66623b7d8cb4f643017018d"
|
||||
checksum = "dcaee3d8e3cfc3fd92428d477bc97fc29ec8716d180c0d74c643bb26166660e0"
|
||||
dependencies = [
|
||||
"anstream",
|
||||
"anstyle",
|
||||
@@ -3487,7 +3487,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "4979f22fdb869068da03c9f7528f8297c6fd2606bc3a4affe42e6a823fdb8da4"
|
||||
dependencies = [
|
||||
"cfg-if",
|
||||
"windows-targets 0.48.5",
|
||||
"windows-targets 0.52.6",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
|
||||
@@ -50,7 +50,7 @@ divan = "0.1.17"
|
||||
dns-lookup = "2.0"
|
||||
domain = { version = "0.10", features = ["serde"] }
|
||||
either = "1"
|
||||
env_logger = "0.11.3"
|
||||
env_logger = "0.11.6"
|
||||
etherparse = "0.16"
|
||||
futures = { version = "0.3.31", default-features = false }
|
||||
futures-bounded = "0.2.1"
|
||||
|
||||
Reference in New Issue
Block a user