ivre / masscanned

Let's be scanned. A low-interaction honeypot focused on network scanners and bots. It integrates very well with IVRE to build a self-hosted alternative to GreyNoise.
GNU General Public License v3.0
104 stars 15 forks source link

Bump stderrlog from 0.5.4 to 0.6.0 #211

Closed dependabot[bot] closed 8 months ago

dependabot[bot] commented 8 months ago

⚠️ Dependabot is rebasing this PR ⚠️

Rebasing might not happen immediately, so don't worry if this takes some time.

Note: if you make any changes to this PR yourself, they will take precedence over the rebase.


Bumps stderrlog from 0.5.4 to 0.6.0.

Release notes

Sourced from stderrlog's releases.

v0.6.0

What's Changed

New Contributors

Full Changelog: https://github.com/cardoe/stderrlog-rs/compare/v0.5.4...v0.6.0

Changelog

Sourced from stderrlog's changelog.

0.6.0

Changed

0.5.3

Changed

  • Moved the timestamps feature behind the enabled-by-default crate feature timestamps.

Fixed

  • Added missing show_module_names field to StdErrLog debug implementation.

0.5.2

Changed

  • Bumped the minimum Rust version to 1.36.0
    • RUSTSEC-2022-0006 fixed This is a semver break but given the age of the Rust versions and changes that have happened in the log crate, we'll do it.
  • Make it easier to specify debug levels with a number or enum.

0.5.1

Added

  • added .show_module_names() to include module name in output

0.5.0

Changed

  • Bumped minimum Rust version to 1.31.0
    • 1.16.0 fails on current version of some deps and some crates.io fetches
    • Log crate 0.4.11 raised its MSRV to 1.31.0
  • Updated and checked minimum version of all deps
  • Switched to rust edition 2018
  • Improved CI testing

0.4.3

Changed

  • only check if stderr is a tty for the auto color choice, all other choices pass through without modification
  • bump termcolor to 1.0

0.4.2

Added

  • add the ability to not show logging levels via .show_levels()

Fixed

  • auto color choice (the default) will now disable colors if stderr is not connected to a tty by default

0.4.1

... (truncated)

Commits
  • 57bc1d6 chore: Release stderrlog version 0.6.0
  • 5fdb499 Merge pull request #59 from cardoe/delehef-master
  • 85550fb Only style the level label
  • c4c36ea no-op pty closed tests on non-Linux
  • 85ae008 Merge pull request #54 from Allen-Webb/crash
  • b5b515e Do not panic in the log statement when the tty closes.
  • d6a7e18 Add test for pty closing.
  • de6760a Merge pull request #55 from kenoss/fix-clap-error
  • 2ec0593 fix: Clap error in examples/timestamp
  • af1941b Merge pull request #58 from cardoe/maybe-fix-ci
  • Additional commits viewable in compare view


Dependabot compatibility score

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 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)