mirror of
https://github.com/servo/servo.git
synced 2025-08-03 20:50:07 +01:00
Auto merge of #27813 - servo:dependabot/cargo/env_logger-0.8.2, r=jdm
Bump env_logger from 0.7.1 to 0.8.2 Bumps [env_logger](https://github.com/env-logger-rs/env_logger) from 0.7.1 to 0.8.2. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/env-logger-rs/env_logger/releases">env_logger's releases</a>.</em></p> <blockquote> <h2>0.8.2</h2> <p>Fixed a panic on io errors when writing to stdout / stderr (<a href="https://github-redirect.dependabot.com/env-logger-rs/env_logger/issues/184">#184</a>).</p> <h2>0.8.1</h2> <p>Update links in the documentation that were pointing to the old repository location.</p> <h2>0.8.0</h2> <p>Breaking changes:</p> <ul> <li>Update public dependency humantime to 2.0</li> </ul> <p>Improvements:</p> <ul> <li>Update default colors for debug (white => blue) and trace (black => cyan)</li> </ul> <p>Deprecations:</p> <ul> <li><code>env_logger::from_env</code> has been deprecated in favor of <code>env_logger::Builder::from_env</code></li> </ul> <p>This release raises the minimum supported Rust version to 1.41.0.</p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="0f53c8dd5b
"><code>0f53c8d</code></a> Release version 0.8.2</li> <li><a href="26e821b94f
"><code>26e821b</code></a> Update repository links and release 0.8.1</li> <li><a href="9ffe00de4f
"><code>9ffe00d</code></a> Release version 0.8.0</li> <li><a href="2b33c97117
"><code>2b33c97</code></a> Fix rustc & clippy lints</li> <li><a href="b8c3754a1d
"><code>b8c3754</code></a> chore(examples): add syslog friendly format (<a href="https://github-redirect.dependabot.com/env-logger-rs/env_logger/issues/174">#174</a>)</li> <li><a href="a5a7ddc34e
"><code>a5a7ddc</code></a> ci(docs): remove ci crate (<a href="https://github-redirect.dependabot.com/env-logger-rs/env_logger/issues/173">#173</a>)</li> <li><a href="3a331e4636
"><code>3a331e4</code></a> chore(readme): fix badge links</li> <li><a href="eeedfa99be
"><code>eeedfa9</code></a> ci(docs): add manual run trigger (<a href="https://github-redirect.dependabot.com/env-logger-rs/env_logger/issues/171">#171</a>)</li> <li><a href="2793bb5696
"><code>2793bb5</code></a> ci(workflow): add documentation workflow (<a href="https://github-redirect.dependabot.com/env-logger-rs/env_logger/issues/170">#170</a>)</li> <li><a href="0ef5cffa29
"><code>0ef5cff</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/env-logger-rs/env_logger/issues/168">#168</a> from KodrAus/chore/build-fn-cleanup</li> <li>Additional commits viewable in <a href="https://github.com/env-logger-rs/env_logger/compare/v0.7.1...v0.8.2">compare view</a></li> </ul> </details> <br /> [](https://dependabot.com/compatibility-score/?dependency-name=env_logger&package-manager=cargo&previous-version=0.7.1&new-version=0.8.2) 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 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) - `@dependabot use these labels` will set the current labels as the default for future PRs for this repo and language - `@dependabot use these reviewers` will set the current reviewers as the default for future PRs for this repo and language - `@dependabot use these assignees` will set the current assignees as the default for future PRs for this repo and language - `@dependabot use this milestone` will set the current milestone as the default for future PRs for this repo and language - `@dependabot badge me` will comment on this PR with code to add a "Dependabot enabled" badge to your readme Additionally, you can set the following in your Dependabot [dashboard](https://app.dependabot.com): - Update frequency (including time of day and day of week) - Pull request limits (per update run and/or open at any time) - Out-of-range updates (receive only lockfile updates, if desired) - Security updates (receive only security updates, if desired) </details>
This commit is contained in:
commit
95fd0dddb9
4 changed files with 29 additions and 8 deletions
31
Cargo.lock
generated
31
Cargo.lock
generated
|
@ -93,7 +93,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
|
|||
checksum = "8cbd542dd180566fad88fd2729a53a62a734843c626638006a9d63ec0688484e"
|
||||
dependencies = [
|
||||
"android_log-sys",
|
||||
"env_logger",
|
||||
"env_logger 0.7.1",
|
||||
"lazy_static",
|
||||
"log",
|
||||
]
|
||||
|
@ -295,7 +295,7 @@ dependencies = [
|
|||
"cfg-if 0.1.10",
|
||||
"clang-sys",
|
||||
"clap",
|
||||
"env_logger",
|
||||
"env_logger 0.7.1",
|
||||
"lazy_static",
|
||||
"lazycell",
|
||||
"log",
|
||||
|
@ -1515,7 +1515,20 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
|
|||
checksum = "44533bbbb3bb3c1fa17d9f2e4e38bbbaf8396ba82193c4cb1b6445d711445d36"
|
||||
dependencies = [
|
||||
"atty",
|
||||
"humantime",
|
||||
"humantime 1.3.0",
|
||||
"log",
|
||||
"regex",
|
||||
"termcolor",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
name = "env_logger"
|
||||
version = "0.8.2"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "f26ecb66b4bdca6c1409b40fb255eefc2bd4f6d135dab3c3124f80ffa2a9661e"
|
||||
dependencies = [
|
||||
"atty",
|
||||
"humantime 2.0.1",
|
||||
"log",
|
||||
"regex",
|
||||
"termcolor",
|
||||
|
@ -2681,6 +2694,12 @@ dependencies = [
|
|||
"quick-error",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
name = "humantime"
|
||||
version = "2.0.1"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "3c1ad908cc71012b7bea4d0c53ba96a8cba9962f048fa68d143376143d863b7a"
|
||||
|
||||
[[package]]
|
||||
name = "hyper"
|
||||
version = "0.12.35"
|
||||
|
@ -3253,7 +3272,7 @@ dependencies = [
|
|||
"devtools",
|
||||
"devtools_traits",
|
||||
"embedder_traits",
|
||||
"env_logger",
|
||||
"env_logger 0.8.2",
|
||||
"euclid",
|
||||
"gaol",
|
||||
"gfx",
|
||||
|
@ -4584,7 +4603,7 @@ version = "0.9.2"
|
|||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "a44883e74aa97ad63db83c4bf8ca490f02b2fc02f92575e720c8551e843c945f"
|
||||
dependencies = [
|
||||
"env_logger",
|
||||
"env_logger 0.7.1",
|
||||
"log",
|
||||
"rand",
|
||||
"rand_core",
|
||||
|
@ -5666,7 +5685,7 @@ version = "0.0.1"
|
|||
dependencies = [
|
||||
"backtrace",
|
||||
"cbindgen",
|
||||
"env_logger",
|
||||
"env_logger 0.8.2",
|
||||
"keyboard-types",
|
||||
"lazy_static",
|
||||
"libc",
|
||||
|
|
|
@ -49,7 +49,7 @@ crossbeam-channel = "0.4"
|
|||
devtools = { path = "../devtools" }
|
||||
devtools_traits = { path = "../devtools_traits" }
|
||||
embedder_traits = { path = "../embedder_traits" }
|
||||
env_logger = "0.7"
|
||||
env_logger = "0.8"
|
||||
euclid = "0.20"
|
||||
gfx = { path = "../gfx" }
|
||||
gfx_traits = { path = "../gfx_traits" }
|
||||
|
|
|
@ -14,7 +14,7 @@ bench = false
|
|||
|
||||
[dependencies]
|
||||
backtrace = "0.3"
|
||||
env_logger = "0.7"
|
||||
env_logger = "0.8"
|
||||
lazy_static = "1"
|
||||
log = "0.4"
|
||||
simpleservo = { path = "../api" }
|
||||
|
|
|
@ -34,8 +34,10 @@ packages = [
|
|||
"cfg-if",
|
||||
"cloudabi",
|
||||
"cocoa",
|
||||
"env_logger",
|
||||
"fixedbitset",
|
||||
"gleam",
|
||||
"humantime",
|
||||
"libloading",
|
||||
"lock_api",
|
||||
"metal",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue