From 68eaa11d03e57f030946de721873013a892afaa8 Mon Sep 17 00:00:00 2001 From: Martin Geisler Date: Fri, 14 Jun 2024 21:32:43 +0200 Subject: [PATCH] [crypto-rustcrypto]: remove unused custom feature MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit We don’t actually use the “custom” feature of the getrandom crate. --- mls-rs-crypto-rustcrypto/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mls-rs-crypto-rustcrypto/Cargo.toml b/mls-rs-crypto-rustcrypto/Cargo.toml index 555ac14c..b582213c 100644 --- a/mls-rs-crypto-rustcrypto/Cargo.toml +++ b/mls-rs-crypto-rustcrypto/Cargo.toml @@ -37,7 +37,7 @@ thiserror = { version = "1.0.40", optional = true } zeroize = { version = "1", default-features = false, features = ["alloc", "zeroize_derive"] } # Random -getrandom = { version = "0.2", default-features = false, features = ["custom"] } +getrandom = { version = "0.2", default-features = false } rand_core = { version = "0.6", default-features = false, features = ["alloc"] } # AEAD