build: Bump getrandom from 0.2.10 to 0.2.11

Bumps [getrandom](https://github.com/rust-random/getrandom) from 0.2.10 to 0.2.11.
- [Changelog](https://github.com/rust-random/getrandom/blob/master/CHANGELOG.md)
- [Commits](https://github.com/rust-random/getrandom/compare/v0.2.10...v0.2.11)

---
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]
2023-12-22 23:22:29 +00:00
committed by Rob Bradford
parent e03c0c12a7
commit 27e8e4ece9
2 changed files with 5 additions and 5 deletions

View File

@@ -6,7 +6,7 @@ edition = "2021"
[dependencies]
epoll = "4.3.3"
getrandom = "0.2.10"
getrandom = "0.2.11"
libc = "0.2.147"
log = "0.4.20"
net_gen = { path = "../net_gen" }