Merge pull request #239 from ivre/dependabot/cargo/log-0.4.22

chore(deps): bump log from 0.4.21 to 0.4.22
This commit is contained in:
Pierre 2024-07-08 22:36:17 +02:00 committed by GitHub
commit fd26da0652
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 3 additions and 3 deletions

View file

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