diff --git a/Cargo.lock b/Cargo.lock index 855370d7b..21e6e7f17 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -365,9 +365,9 @@ dependencies = [ [[package]] name = "getrandom" -version = "0.2.7" +version = "0.2.8" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "4eb1a864a501629691edf6c15a593b7a51eebaa1e8468e9ddc623de7c9b58ec6" +checksum = "c05aeb6a22b8f62540c194aac980f2115af067bfe15a0734d7277a768d396b31" dependencies = [ "cfg-if", "libc", diff --git a/net_util/Cargo.toml b/net_util/Cargo.toml index 5b286157f..03b43b05f 100644 --- a/net_util/Cargo.toml +++ b/net_util/Cargo.toml @@ -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" }