stanislav-tkach / os_info

Rust library to detect the operating system type
MIT License
175 stars 52 forks source link

Update env_logger requirement from 0.7.1 to 0.8.1 #238

Closed dependabot-preview[bot] closed 4 years ago

dependabot-preview[bot] commented 4 years ago

Updates the requirements on env_logger to permit the latest version.

Release notes

Sourced from env_logger's releases.

0.8.1

Update links in the documentation that were pointing to the old repository location.

Commits
  • 26e821b Update repository links and release 0.8.1
  • 9ffe00d Release version 0.8.0
  • 2b33c97 Fix rustc & clippy lints
  • b8c3754 chore(examples): add syslog friendly format (#174)
  • a5a7ddc ci(docs): remove ci crate (#173)
  • 3a331e4 chore(readme): fix badge links
  • eeedfa9 ci(docs): add manual run trigger (#171)
  • 2793bb5 ci(workflow): add documentation workflow (#170)
  • 0ef5cff Merge pull request #168 from KodrAus/chore/build-fn-cleanup
  • b24920e deprecate env_logger::from_env and clean up examples
  • Additional commits viewable in compare view


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.


Note: This repo was added to Dependabot recently, so you'll receive a maximum of 5 PRs for your first few update runs. Once an update run creates fewer than 5 PRs we'll remove that limit.

You can always request more updates by clicking Bump now in your Dependabot dashboard.

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 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)
github-actions[bot] commented 4 years ago

:cowboy_hat_face: Cargo bloat for toolchain stable-x86_64-unknown-linux-gnu :cowboy_hat_face:

@@ Size breakdown @@

Size       1.14 MB
Text size  1.14 MB

No changes to crate sizes

Dependency tree
```diff @@ Dependency tree @@ - Count: 50 + Count: 49 - ├─ env_logger v0.7.1 + ├─ env_logger v0.8.1 │ ├─ atty v0.2.14 │ │ └─ libc v0.2.79 - │ ├─ humantime v1.3.0 - │ │ └─ quick-error v1.2.3 + │ ├─ humantime v2.0.1 │ ├─ log v0.4.11 │ │ └─ cfg-if v0.1.10 │ ├─ regex v1.4.1 │ │ ├─ aho-corasick v0.7.14 │ │ │ └─ memchr v2.3.3 │ │ ├─ memchr v2.3.3 │ │ ├─ regex-syntax v0.6.20 │ │ └─ thread_local v1.0.1 │ │ └─ lazy_static v1.4.0 │ └─ termcolor v1.1.0 ├─ log v0.4.11 ├─ os_info v3.0.0 (/home/runner/work/os_info/os_info/os_info) │ └─ log v0.4.11 └─ structopt v0.3.20 ├─ clap v2.33.3 │ ├─ ansi_term v0.11.0 │ ├─ atty v0.2.14 │ ├─ bitflags v1.2.1 │ ├─ strsim v0.8.0 │ ├─ textwrap v0.11.0 │ │ └─ unicode-width v0.1.8 │ ├─ unicode-width v0.1.8 │ └─ vec_map v0.8.2 ├─ lazy_static v1.4.0 └─ structopt-derive v0.4.13 ├─ heck v0.3.1 │ └─ unicode-segmentation v1.6.0 ├─ proc-macro-error v1.0.4 │ ├─ proc-macro-error-attr v1.0.4 │ │ ├─ proc-macro2 v1.0.24 │ │ │ └─ unicode-xid v0.2.1 │ │ ├─ quote v1.0.7 │ │ │ └─ proc-macro2 v1.0.24 │ │ └─ version_check v0.9.2 │ ├─ proc-macro2 v1.0.24 │ ├─ quote v1.0.7 │ ├─ syn v1.0.45 │ │ ├─ proc-macro2 v1.0.24 │ │ ├─ quote v1.0.7 │ │ └─ unicode-xid v0.2.1 │ └─ version_check v0.9.2 ├─ proc-macro2 v1.0.24 ├─ quote v1.0.7 └─ syn v1.0.45 ```

Commit: 8606bfadeefc94c4dceca83745e985d38765748f (Compare with baseline commit)

github-actions[bot] commented 4 years ago

:apple: Cargo bloat for toolchain stable-x86_64-apple-darwin :apple:

@@ Size breakdown @@

- Size     2.19 MB
+ Size     2.19 MB  -4.02 KB
Text size  1.14 MB

No changes to crate sizes

Dependency tree
```diff @@ Dependency tree @@ - Count: 50 + Count: 49 - ├─ env_logger v0.7.1 + ├─ env_logger v0.8.1 │ ├─ atty v0.2.14 │ │ └─ libc v0.2.79 - │ ├─ humantime v1.3.0 - │ │ └─ quick-error v1.2.3 + │ ├─ humantime v2.0.1 │ ├─ log v0.4.11 │ │ └─ cfg-if v0.1.10 │ ├─ regex v1.4.1 │ │ ├─ aho-corasick v0.7.14 │ │ │ └─ memchr v2.3.3 │ │ ├─ memchr v2.3.3 │ │ ├─ regex-syntax v0.6.20 │ │ └─ thread_local v1.0.1 │ │ └─ lazy_static v1.4.0 │ └─ termcolor v1.1.0 ├─ log v0.4.11 ├─ os_info v3.0.0 (/Users/runner/work/os_info/os_info/os_info) │ └─ log v0.4.11 └─ structopt v0.3.20 ├─ clap v2.33.3 │ ├─ ansi_term v0.11.0 │ ├─ atty v0.2.14 │ ├─ bitflags v1.2.1 │ ├─ strsim v0.8.0 │ ├─ textwrap v0.11.0 │ │ └─ unicode-width v0.1.8 │ ├─ unicode-width v0.1.8 │ └─ vec_map v0.8.2 ├─ lazy_static v1.4.0 └─ structopt-derive v0.4.13 ├─ heck v0.3.1 │ └─ unicode-segmentation v1.6.0 ├─ proc-macro-error v1.0.4 │ ├─ proc-macro-error-attr v1.0.4 │ │ ├─ proc-macro2 v1.0.24 │ │ │ └─ unicode-xid v0.2.1 │ │ ├─ quote v1.0.7 │ │ │ └─ proc-macro2 v1.0.24 │ │ └─ version_check v0.9.2 │ ├─ proc-macro2 v1.0.24 │ ├─ quote v1.0.7 │ ├─ syn v1.0.45 │ │ ├─ proc-macro2 v1.0.24 │ │ ├─ quote v1.0.7 │ │ └─ unicode-xid v0.2.1 │ └─ version_check v0.9.2 ├─ proc-macro2 v1.0.24 ├─ quote v1.0.7 └─ syn v1.0.45 ```

Commit: 8606bfadeefc94c4dceca83745e985d38765748f (Compare with baseline commit)

github-actions[bot] commented 4 years ago

:office: Cargo bloat for toolchain stable-x86_64-pc-windows-gnu :office:

@@ Size breakdown @@

Size       2.26 MB
Text size  2.26 MB

No changes to crate sizes

Dependency tree
```diff @@ Dependency tree @@ - Count: 53 + Count: 52 - ├─ env_logger v0.7.1 + ├─ env_logger v0.8.1 │ ├─ atty v0.2.14 │ │ └─ winapi v0.3.9 │ │ └─ winapi-x86_64-pc-windows-gnu v0.4.0 - │ ├─ humantime v1.3.0 - │ │ └─ quick-error v1.2.3 + │ ├─ humantime v2.0.1 │ ├─ log v0.4.11 │ │ └─ cfg-if v0.1.10 │ ├─ regex v1.4.1 │ │ ├─ aho-corasick v0.7.14 │ │ │ └─ memchr v2.3.3 │ │ ├─ memchr v2.3.3 │ │ ├─ regex-syntax v0.6.20 │ │ └─ thread_local v1.0.1 │ │ └─ lazy_static v1.4.0 │ └─ termcolor v1.1.0 │ └─ winapi-util v0.1.5 │ └─ winapi v0.3.9 ├─ log v0.4.11 ├─ os_info v3.0.0 (D:\a\os_info\os_info\os_info) │ ├─ log v0.4.11 │ └─ winapi v0.3.9 └─ structopt v0.3.20 ├─ clap v2.33.3 │ ├─ atty v0.2.14 │ ├─ bitflags v1.2.1 │ ├─ strsim v0.8.0 │ ├─ textwrap v0.11.0 │ │ └─ unicode-width v0.1.8 │ ├─ unicode-width v0.1.8 │ └─ vec_map v0.8.2 ├─ lazy_static v1.4.0 └─ structopt-derive v0.4.13 ├─ heck v0.3.1 │ └─ unicode-segmentation v1.6.0 ├─ proc-macro-error v1.0.4 │ ├─ proc-macro-error-attr v1.0.4 │ │ ├─ proc-macro2 v1.0.24 │ │ │ └─ unicode-xid v0.2.1 │ │ ├─ quote v1.0.7 │ │ │ └─ proc-macro2 v1.0.24 │ │ └─ version_check v0.9.2 │ ├─ proc-macro2 v1.0.24 │ ├─ quote v1.0.7 │ ├─ syn v1.0.45 │ │ ├─ proc-macro2 v1.0.24 │ │ ├─ quote v1.0.7 │ │ └─ unicode-xid v0.2.1 │ └─ version_check v0.9.2 ├─ proc-macro2 v1.0.24 ├─ quote v1.0.7 └─ syn v1.0.45 ```

Commit: 8606bfadeefc94c4dceca83745e985d38765748f (Compare with baseline commit)

github-actions[bot] commented 4 years ago

:office: Cargo bloat for toolchain stable-i686-pc-windows-gnu :office:

@@ Size breakdown @@

Size       1.98 MB
Text size  1.98 MB

No changes to crate sizes

Dependency tree
```diff @@ Dependency tree @@ - Count: 53 + Count: 52 - ├─ env_logger v0.7.1 + ├─ env_logger v0.8.1 │ ├─ atty v0.2.14 │ │ └─ winapi v0.3.9 │ │ └─ winapi-i686-pc-windows-gnu v0.4.0 - │ ├─ humantime v1.3.0 - │ │ └─ quick-error v1.2.3 + │ ├─ humantime v2.0.1 │ ├─ log v0.4.11 │ │ └─ cfg-if v0.1.10 │ ├─ regex v1.4.1 │ │ ├─ aho-corasick v0.7.14 │ │ │ └─ memchr v2.3.3 │ │ ├─ memchr v2.3.3 │ │ ├─ regex-syntax v0.6.20 │ │ └─ thread_local v1.0.1 │ │ └─ lazy_static v1.4.0 │ └─ termcolor v1.1.0 │ └─ winapi-util v0.1.5 │ └─ winapi v0.3.9 ├─ log v0.4.11 ├─ os_info v3.0.0 (D:\a\os_info\os_info\os_info) │ ├─ log v0.4.11 │ └─ winapi v0.3.9 └─ structopt v0.3.20 ├─ clap v2.33.3 │ ├─ atty v0.2.14 │ ├─ bitflags v1.2.1 │ ├─ strsim v0.8.0 │ ├─ textwrap v0.11.0 │ │ └─ unicode-width v0.1.8 │ ├─ unicode-width v0.1.8 │ └─ vec_map v0.8.2 ├─ lazy_static v1.4.0 └─ structopt-derive v0.4.13 ├─ heck v0.3.1 │ └─ unicode-segmentation v1.6.0 ├─ proc-macro-error v1.0.4 │ ├─ proc-macro-error-attr v1.0.4 │ │ ├─ proc-macro2 v1.0.24 │ │ │ └─ unicode-xid v0.2.1 │ │ ├─ quote v1.0.7 │ │ │ └─ proc-macro2 v1.0.24 │ │ └─ version_check v0.9.2 │ ├─ proc-macro2 v1.0.24 │ ├─ quote v1.0.7 │ ├─ syn v1.0.45 │ │ ├─ proc-macro2 v1.0.24 │ │ ├─ quote v1.0.7 │ │ └─ unicode-xid v0.2.1 │ └─ version_check v0.9.2 ├─ proc-macro2 v1.0.24 ├─ quote v1.0.7 └─ syn v1.0.45 ```

Commit: 8606bfadeefc94c4dceca83745e985d38765748f (Compare with baseline commit)