From fe8e1c48b0f8e14634d55b6abd2207584110546d Mon Sep 17 00:00:00 2001 From: Tamir Duberstein Date: Wed, 2 Apr 2025 10:03:42 -0400 Subject: [PATCH] Remove getrandom patch https://github.com/rust-random/getrandom/releases/tag/v0.3.2 contains https://github.com/rust-random/getrandom/commit/b75db5cede302bc9734f5bf2b9048a6e05c7f11e. --- Cargo.toml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 74ec3b42..7ef49829 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -119,7 +119,3 @@ unused-extern-crates = "warn" [profile.release.package.integration-ebpf] codegen-units = 1 debug = 2 - -[patch.crates-io] -# TODO: Remove when https://github.com/rust-random/getrandom/commit/b75db5cede302bc9734f5bf2b9048a6e05c7f11e appears in a release. -getrandom = { git = "https://github.com/rust-random/getrandom.git", rev = "b75db5cede302bc9734f5bf2b9048a6e05c7f11e" }