From 03e43c5a23046c864a5d2f9d72dde607615a6996 Mon Sep 17 00:00:00 2001
From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com>
Date: Wed, 2 Apr 2025 17:19:36 +0000
Subject: [PATCH] build(deps): bump env_logger from 0.11.7 to 0.11.8 (#36294)
Bumps [env_logger](https://github.com/rust-cli/env_logger) from 0.11.7
to 0.11.8.
Release notes
Sourced from env_logger's
releases.
v0.11.8
[0.11.8] - 2025-04-01
Compatibility
- (kv) Deprecate the
unstable-kv
feature which
may be removed in a future patch release
Features
- (kv) Stabilize key-value support behind the
kv
feature
- Expose
ConfigurableFormat
to build custom
[Builder::format
]s that leverage this
Changelog
Sourced from env_logger's
changelog.
[0.11.8] - 2025-04-01
Compatibility
- (kv) Deprecate the
unstable-kv
feature which
may be removed in a future patch release
Features
- (kv) Stabilize key-value support behind the
kv
feature
- Expose
ConfigurableFormat
to build custom
[Builder::format
]s that leverage this
Commits
f0443b2
chore: Release
d8b5e1e
docs: Update changelog
3ca671f
Merge pull request #360
from epage/format
bc02d61
feat(fmt): Expose ConfigurableFormat
c567fde
refactor(fmt): Pull out format logic
ce25c73
refactor(fmt): Make DefaultFormats name more specific
739ebb1
refactor(fmt): Pull out logger's builder methods
3acb571
refactor(fmt): Delegate formatting to DefaultFormat
e351bcb
refactor(fmt): Reduce duplication in DefaultFormatWriter
3c9e6ff
Merge pull request #359
from epage/kv
- Additional commits viewable in compare
view
[](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)
---
Dependabot commands and options
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 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)
Signed-off-by: dependabot[bot]
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
---
Cargo.lock | 16 ++++++++--------
1 file changed, 8 insertions(+), 8 deletions(-)
diff --git a/Cargo.lock b/Cargo.lock
index 585a11b6dc2..bf873d41cb6 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -1984,9 +1984,9 @@ dependencies = [
[[package]]
name = "env_logger"
-version = "0.11.7"
+version = "0.11.8"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "c3716d7a920fb4fac5d84e9d4bce8ceb321e9414b4409da61b07b75c1e3d0697"
+checksum = "13c863f0904021b108aa8b2f55046443e6b1ebde8fd4a15c399893aae4fa069f"
dependencies = [
"anstream",
"anstyle",
@@ -2032,7 +2032,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "33d852cb9b869c2a9b3df2f71a3074817f01e1844f839a144f5fcef059a4eb5d"
dependencies = [
"libc",
- "windows-sys 0.59.0",
+ "windows-sys 0.52.0",
]
[[package]]
@@ -2558,7 +2558,7 @@ dependencies = [
"gobject-sys",
"libc",
"system-deps",
- "windows-sys 0.59.0",
+ "windows-sys 0.52.0",
]
[[package]]
@@ -4020,7 +4020,7 @@ checksum = "e04d7f318608d35d4b61ddd75cbdaee86b023ebe2bd5a66ee0915f0bf93095a9"
dependencies = [
"hermit-abi 0.5.0",
"libc",
- "windows-sys 0.59.0",
+ "windows-sys 0.52.0",
]
[[package]]
@@ -4356,7 +4356,7 @@ dependencies = [
"devtools_traits",
"dpi",
"embedder_traits",
- "env_logger 0.11.7",
+ "env_logger 0.11.8",
"euclid",
"fonts",
"gaol",
@@ -6192,7 +6192,7 @@ dependencies = [
"errno",
"libc",
"linux-raw-sys",
- "windows-sys 0.59.0",
+ "windows-sys 0.52.0",
]
[[package]]
@@ -7533,7 +7533,7 @@ dependencies = [
"getrandom",
"once_cell",
"rustix",
- "windows-sys 0.59.0",
+ "windows-sys 0.52.0",
]
[[package]]