From 04bdd26b1ead1fa4ea16021ef1aee156a127639f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 11 Jun 2026 14:32:51 +0000 Subject: [PATCH] build(deps): bump crypto-primes from 0.7.1 to 0.7.2 Bumps [crypto-primes](https://github.com/entropyxyz/crypto-primes) from 0.7.1 to 0.7.2. - [Changelog](https://github.com/entropyxyz/crypto-primes/blob/master/CHANGELOG.md) - [Commits](https://github.com/entropyxyz/crypto-primes/compare/v0.7.1...v0.7.2) --- updated-dependencies: - dependency-name: crypto-primes dependency-version: 0.7.2 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Cargo.lock | 11 ++--------- 1 file changed, 2 insertions(+), 9 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index f8b568f3..a6b9b2f7 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -369,12 +369,11 @@ dependencies = [ [[package]] name = "crypto-primes" -version = "0.7.1" +version = "0.7.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "34caa94a67aadf36b12807811390033f73eff0e3789feb596925ace787b13efe" +checksum = "3633a51a39c69ebbaa4feaa694bd83d241e4093901c84a0963b19d9bb3f0cf8f" dependencies = [ "crypto-bigint", - "libm", "rand_core 0.10.1", ] @@ -811,12 +810,6 @@ version = "0.2.186" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "68ab91017fe16c622486840e4c83c9a37afeff978bd239b5293d61ece587de66" -[[package]] -name = "libm" -version = "0.2.16" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b6d2cec3eae94f9f509c767b45932f1ada8350c4bdb85af2fcab4a3c14807981" - [[package]] name = "linux-raw-sys" version = "0.12.1"