From 061dfed6245a1b07e34f34f725657096c7db7fdf Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 11 May 2026 23:21:22 +0000 Subject: [PATCH 1/2] build(deps): bump the patch group across 1 directory with 3 updates Bumps the patch group with 3 updates in the / directory: [bcrypt-pbkdf](https://github.com/RustCrypto/password-hashes), [ed25519](https://github.com/RustCrypto/signatures) and [elliptic-curve](https://github.com/RustCrypto/traits). Updates `bcrypt-pbkdf` from 0.11.0-rc.6 to 0.11.0 - [Commits](https://github.com/RustCrypto/password-hashes/compare/bcrypt-pbkdf-v0.11.0-rc.6...bcrypt-pbkdf-v0.11.0) Updates `ed25519` from 3.0.0-rc.4 to 3.0.0 - [Commits](https://github.com/RustCrypto/signatures/compare/ed25519/v3.0.0-rc.4...ed25519/v3.0.0) Updates `elliptic-curve` from 0.14.0-rc.31 to 0.14.0-rc.32 - [Commits](https://github.com/RustCrypto/traits/compare/elliptic-curve-v0.14.0-rc.31...elliptic-curve-v0.14.0-rc.32) --- updated-dependencies: - dependency-name: bcrypt-pbkdf dependency-version: 0.11.0 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: patch - dependency-name: ed25519 dependency-version: 3.0.0 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: patch - dependency-name: elliptic-curve dependency-version: 0.14.0-rc.32 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: patch ... Signed-off-by: dependabot[bot] --- Cargo.lock | 12 ++++++------ picky/Cargo.toml | 6 +++--- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index ed27e798..7efd0053 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -138,9 +138,9 @@ checksum = "2af50177e190e07a26ab74f8b1efbfe2ef87da2116221318cb1c2e82baf7de06" [[package]] name = "bcrypt-pbkdf" -version = "0.11.0-rc.6" +version = "0.11.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "1dd80936d4a1ae6919e782d45e4ccb5928bf6d742d588ab8350b1417addcd325" +checksum = "144e573728da132683b9488acd528274c790e07fc06ff81ee29f9d8f8b1041e0" dependencies = [ "blowfish", "pbkdf2", @@ -538,9 +538,9 @@ dependencies = [ [[package]] name = "ed25519" -version = "3.0.0-rc.4" +version = "3.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c6e914c7c52decb085cea910552e24c63ac019e3ab8bf001ff736da9a9d9d890" +checksum = "29fcf32e6c73d1079f83ab4d782de2d81620346a5f38c6237a86a22f8368980a" dependencies = [ "pkcs8", "signature", @@ -562,9 +562,9 @@ dependencies = [ [[package]] name = "elliptic-curve" -version = "0.14.0-rc.31" +version = "0.14.0-rc.32" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b148a81cede8f4023248f980cffdf7611c46f2add469c6980e815b7c5b764ba5" +checksum = "cda94f31325c4275e9706adecbb6f0650dee2f904c915a98e3d81adaaaa757aa" dependencies = [ "base16ct", "crypto-bigint", diff --git a/picky/Cargo.toml b/picky/Cargo.toml index 9b474866..e37bc35d 100644 --- a/picky/Cargo.toml +++ b/picky/Cargo.toml @@ -70,7 +70,7 @@ aes-kw = { version = "0.3", optional = true } argon2 = { version = "=0.6.0-rc.8", optional = true } ctr = { version = "0.10", optional = true } cbc = { version = "0.2", optional = true, features = ["alloc"] } -bcrypt-pbkdf = { version = "=0.11.0-rc.6", optional = true } +bcrypt-pbkdf = { version = "=0.11.0", optional = true } des = { version = "0.9", optional = true } rc2 = { version = "0.9", optional = true } pbkdf2 = { version = "0.13.0", optional = true } @@ -82,9 +82,9 @@ inout = "0.2.2" # TODO: Remove when stable versions will be released. aead = { version = "=0.6.0-rc.10", optional = true } blake2 = { version = "=0.11.0-rc.6", optional = true } -ed25519 = "=3.0.0-rc.4" +ed25519 = "=3.0.0" ecdsa = "=0.17.0-rc.17" -elliptic-curve = "=0.14.0-rc.31" +elliptic-curve = "=0.14.0-rc.32" pkcs1 = "=0.8.0-rc.4" primefield = "=0.14.0-rc.9" primeorder = "=0.14.0-rc.9" From a31e0d5e7b9301df8268947ebe218a82a4e60832 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Beno=C3=AEt=20Cortier?= <3809077+CBenoit@users.noreply.github.com> Date: Fri, 15 May 2026 17:55:52 +0900 Subject: [PATCH 2/2] Apply suggestions from code review MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: BenoƮt Cortier <3809077+CBenoit@users.noreply.github.com> --- picky/Cargo.toml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/picky/Cargo.toml b/picky/Cargo.toml index e37bc35d..c5257928 100644 --- a/picky/Cargo.toml +++ b/picky/Cargo.toml @@ -70,7 +70,7 @@ aes-kw = { version = "0.3", optional = true } argon2 = { version = "=0.6.0-rc.8", optional = true } ctr = { version = "0.10", optional = true } cbc = { version = "0.2", optional = true, features = ["alloc"] } -bcrypt-pbkdf = { version = "=0.11.0", optional = true } +bcrypt-pbkdf = { version = "0.11", optional = true } des = { version = "0.9", optional = true } rc2 = { version = "0.9", optional = true } pbkdf2 = { version = "0.13.0", optional = true } @@ -82,7 +82,6 @@ inout = "0.2.2" # TODO: Remove when stable versions will be released. aead = { version = "=0.6.0-rc.10", optional = true } blake2 = { version = "=0.11.0-rc.6", optional = true } -ed25519 = "=3.0.0" ecdsa = "=0.17.0-rc.17" elliptic-curve = "=0.14.0-rc.32" pkcs1 = "=0.8.0-rc.4"