build: Bump getrandom from 0.2.9 to 0.2.10

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

---
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-07-27 00:09:15 +00:00
parent 1649845944
commit 1c16428e4d
2 changed files with 3 additions and 3 deletions

4
Cargo.lock generated
View File

@ -779,9 +779,9 @@ dependencies = [
[[package]]
name = "getrandom"
version = "0.2.9"
version = "0.2.10"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c85e1d9ab2eadba7e5040d4e09cbd6d072b76a557ad64e797c2cb9d4da21d7e4"
checksum = "be4136b2a15dd319360be1c07d9933517ccf0be8f16bf62a3bee4f0d618df427"
dependencies = [
"cfg-if",
"libc",

View File

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