Bump stderrlog from 0.5.3 to 0.5.4

Bumps [stderrlog](https://github.com/cardoe/stderrlog-rs) from 0.5.3 to 0.5.4.
- [Release notes](https://github.com/cardoe/stderrlog-rs/releases)
- [Changelog](https://github.com/cardoe/stderrlog-rs/blob/master/CHANGELOG.md)
- [Commits](https://github.com/cardoe/stderrlog-rs/compare/v0.5.3...v0.5.4)

---
updated-dependencies:
- dependency-name: stderrlog
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot] 2022-11-08 00:27:46 +00:00 committed by GitHub
parent 31544ff464
commit b564e9762f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 3 deletions

4
Cargo.lock generated
View file

@ -603,9 +603,9 @@ checksum = "7bd3e3206899af3f8b12af284fafc038cc1dc2b41d1b89dd17297221c5d225de"
[[package]] [[package]]
name = "stderrlog" name = "stderrlog"
version = "0.5.3" version = "0.5.4"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "af95cb8a5f79db5b2af2a46f44da7594b5adbcbb65cbf87b8da0959bfdd82460" checksum = "69a26bbf6de627d389164afa9783739b56746c6c72c4ed16539f4ff54170327b"
dependencies = [ dependencies = [
"atty", "atty",
"chrono", "chrono",

View file

@ -36,7 +36,7 @@ pcap-file = "1.1.1"
pnet = { version = "0.31.0", features = ["std"] } pnet = { version = "0.31.0", features = ["std"] }
rand = "0.8.4" rand = "0.8.4"
siphasher = "0.3" siphasher = "0.3"
stderrlog = "0.5.0" stderrlog = "0.5.4"
strum = "0.24.1" strum = "0.24.1"
strum_macros = "0.24.2" strum_macros = "0.24.2"