build: Bump getrandom from 0.2.7 to 0.2.8

Bumps [getrandom](https://github.com/rust-random/getrandom) from 0.2.7 to 0.2.8.
- [Release notes](https://github.com/rust-random/getrandom/releases)
- [Changelog](https://github.com/rust-random/getrandom/blob/master/CHANGELOG.md)
- [Commits](https://github.com/rust-random/getrandom/compare/v0.2.7...v0.2.8)

---
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]
2022-11-17 23:04:10 +00:00
parent 2e22f950b7
commit cd24f470f4
2 changed files with 3 additions and 3 deletions

View File

@@ -6,7 +6,7 @@ edition = "2021"
[dependencies]
epoll = "4.3.1"
getrandom = "0.2.7"
getrandom = "0.2.8"
libc = "0.2.137"
log = "0.4.17"
net_gen = { path = "../net_gen" }