build: Bump getrandom from 0.3.1 to 0.3.3

Bumps [getrandom](https://github.com/rust-random/getrandom) from 0.3.1 to 0.3.3.
- [Changelog](https://github.com/rust-random/getrandom/blob/master/CHANGELOG.md)
- [Commits](https://github.com/rust-random/getrandom/compare/v0.3.1...v0.3.3)

---
updated-dependencies:
- dependency-name: getrandom
  dependency-version: 0.3.3
  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-06-11 23:18:05 +00:00
committed by cloud-hypervisor-bot
parent 3e8dda4e7d
commit c4b6ed1077
2 changed files with 16 additions and 10 deletions

View File

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