build: Bump getrandom from 0.2.14 to 0.2.15

Bumps [getrandom](https://github.com/rust-random/getrandom) from 0.2.14 to 0.2.15.
- [Changelog](https://github.com/rust-random/getrandom/blob/master/CHANGELOG.md)
- [Commits](https://github.com/rust-random/getrandom/compare/v0.2.14...v0.2.15)

---
updated-dependencies:
- dependency-name: getrandom
  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]
2024-12-13 23:19:02 +00:00
committed by cloud-hypervisor-bot
parent 50bac1694f
commit 3d7661664d
2 changed files with 3 additions and 3 deletions

View File

@@ -6,7 +6,7 @@ version = "0.1.0"
[dependencies]
epoll = "4.3.3"
getrandom = "0.2.14"
getrandom = "0.2.15"
libc = "0.2.167"
log = "0.4.22"
net_gen = { path = "../net_gen" }