chore(deps): bump log from 0.4.22 to 0.4.27

Bumps [log](https://github.com/rust-lang/log) from 0.4.22 to 0.4.27.
- [Release notes](https://github.com/rust-lang/log/releases)
- [Changelog](https://github.com/rust-lang/log/blob/master/CHANGELOG.md)
- [Commits](https://github.com/rust-lang/log/compare/0.4.22...0.4.27)

---
updated-dependencies:
- dependency-name: log
  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] 2025-03-25 01:51:07 +00:00 committed by GitHub
parent 9345a1294b
commit ec1d564897
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 4 additions and 4 deletions

View file

@ -29,7 +29,7 @@ dns-parser = "0.8.0"
flate2 = "1.0"
itertools = "0.13.0"
lazy_static = "1.5.0"
log = "0.4.22"
log = "0.4.27"
pcap = "2.2.0"
pcap-file = "2.0.0"
pnet = { version = "0.33.0", features = ["std"] }