diff --git a/Cargo.lock b/Cargo.lock index 64e65282..f3dbfdfa 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1117,9 +1117,9 @@ checksum = "0ceec5bc11778974d1bcb055b18002eba7f4b3518b6a0081b3af5f21666da9ad" [[package]] name = "lzxd" -version = "0.2.6" +version = "0.2.7" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "7b29dffab797218e12e4df08ef5d15ab9efca2504038b1b32b9b32fc844b39c9" +checksum = "c17f346186eccb574ba5581acefc514f0c70a642db4f96e245034a0a158a7168" [[package]] name = "md-5" @@ -1299,7 +1299,7 @@ dependencies = [ [[package]] name = "picky" -version = "7.0.0-rc.24" +version = "7.0.0-rc.25" dependencies = [ "aes", "aes-gcm", diff --git a/ffi/wasm/Cargo.lock b/ffi/wasm/Cargo.lock index 057fbfcb..27552590 100644 --- a/ffi/wasm/Cargo.lock +++ b/ffi/wasm/Cargo.lock @@ -792,7 +792,7 @@ version = "0.0.0" dependencies = [ "console_error_panic_hook", "getrandom", - "picky 7.0.0-rc.24", + "picky 7.0.0-rc.25", "serde_json", "wasm-bindgen", "wasm-bindgen-test", @@ -800,7 +800,7 @@ dependencies = [ [[package]] name = "picky" -version = "7.0.0-rc.24" +version = "7.0.0-rc.25" dependencies = [ "aes", "aes-gcm", diff --git a/picky/CHANGELOG.md b/picky/CHANGELOG.md index 074cf494..5f913bd4 100644 --- a/picky/CHANGELOG.md +++ b/picky/CHANGELOG.md @@ -6,6 +6,14 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +## [[7.0.0-rc.25](https://github.com/Devolutions/picky-rs/compare/picky-v7.0.0-rc.24...picky-v7.0.0-rc.25)] - 2026-06-26 + +### Build + +- Align RustCrypto ECC dependency versions and remove unnecessary transitive pins ([#506](https://github.com/Devolutions/picky-rs/issues/506)) ([a4346f2853](https://github.com/Devolutions/picky-rs/commit/a4346f2853e726eb05b1fb5de2fa9351c8c44e2e)) + + + ## [[7.0.0-rc.24](https://github.com/Devolutions/picky-rs/compare/picky-v7.0.0-rc.23...picky-v7.0.0-rc.24)] - 2026-06-19 ### Build diff --git a/picky/Cargo.toml b/picky/Cargo.toml index cdae737d..90d7489f 100644 --- a/picky/Cargo.toml +++ b/picky/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "picky" -version = "7.0.0-rc.24" +version = "7.0.0-rc.25" authors = [ "BenoƮt CORTIER ", "Jonathan Trepanier ",