Merge pull request #284 from ivre/dependabot/cargo/rand-0.9.1

chore(deps): bump rand from 0.8.5 to 0.9.1
This commit is contained in:
Pierre 2025-05-05 23:01:54 +02:00 committed by GitHub
commit 1a8566c736
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 33 additions and 15 deletions

View file

@ -33,7 +33,7 @@ log = "0.4.27"
pcap = "2.2.0"
pcap-file = "2.0.0"
pnet = { version = "0.33.0", features = ["std"] }
rand = "0.8.4"
rand = "0.9.1"
siphasher = "1.0"
stderrlog = "0.6.0"
strum = "0.27.1"