Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
282 changes: 135 additions & 147 deletions Cargo.lock

Large diffs are not rendered by default.

246 changes: 166 additions & 80 deletions ffi/wasm/Cargo.lock

Large diffs are not rendered by default.

8 changes: 8 additions & 0 deletions picky-asn1-der/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,14 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [[0.5.5](https://github.com/Devolutions/picky-rs/compare/picky-asn1-der-v0.5.4...picky-asn1-der-v0.5.5)] - 2026-02-02

### <!-- 7 -->Build

- Bump the patch group across 1 directory with 14 updates ([#448](https://github.com/Devolutions/picky-rs/issues/448)) ([0bf42c1c4b](https://github.com/Devolutions/picky-rs/commit/0bf42c1c4bd727eaf5b4b0a877e8698986e0bd37))



## [[0.5.4](https://github.com/Devolutions/picky-rs/compare/picky-asn1-der-v0.5.3...picky-asn1-der-v0.5.4)] - 2025-10-21

### <!-- 7 -->Build
Expand Down
2 changes: 1 addition & 1 deletion picky-asn1-der/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "picky-asn1-der"
version = "0.5.4"
version = "0.5.5"
edition = "2024"
rust-version = "1.85"
authors = [
Expand Down
8 changes: 8 additions & 0 deletions picky-asn1-x509/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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).


## [[0.15.3](https://github.com/Devolutions/picky-rs/compare/picky-asn1-x509-v0.15.2...picky-asn1-x509-v0.15.3)] - 2026-02-02

### <!-- 7 -->Build

- Bump the patch group across 1 directory with 14 updates ([#448](https://github.com/Devolutions/picky-rs/issues/448)) ([0bf42c1c4b](https://github.com/Devolutions/picky-rs/commit/0bf42c1c4bd727eaf5b4b0a877e8698986e0bd37))



## [[0.15.2](https://github.com/Devolutions/picky-rs/compare/picky-asn1-x509-v0.15.1...picky-asn1-x509-v0.15.2)] - 2025-10-21

### <!-- 7 -->Build
Expand Down
2 changes: 1 addition & 1 deletion picky-asn1-x509/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "picky-asn1-x509"
version = "0.15.2"
version = "0.15.3"
authors = [
"Benoît CORTIER <[email protected]>",
"Sergey Noskov <[email protected]>",
Expand Down
8 changes: 8 additions & 0 deletions picky-krb/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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).


## [[0.12.1](https://github.com/Devolutions/picky-rs/compare/picky-krb-v0.12.0...picky-krb-v0.12.1)] - 2026-02-02

### <!-- 7 -->Build

- Bump the patch group across 1 directory with 14 updates ([#448](https://github.com/Devolutions/picky-rs/issues/448)) ([0bf42c1c4b](https://github.com/Devolutions/picky-rs/commit/0bf42c1c4bd727eaf5b4b0a877e8698986e0bd37))



## [[0.12.0](https://github.com/Devolutions/picky-rs/compare/picky-krb-v0.11.3...picky-krb-v0.12.0)] - 2025-10-20

### <!-- 7 -->Fix
Expand Down
2 changes: 1 addition & 1 deletion picky-krb/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "picky-krb"
version = "0.12.0"
version = "0.12.1"
authors = ["Devolutions Inc."]
edition = "2024"
rust-version = "1.85"
Expand Down
12 changes: 12 additions & 0 deletions picky/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,18 @@ 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.21](https://github.com/Devolutions/picky-rs/compare/picky-v7.0.0-rc.20...picky-v7.0.0-rc.21)] - 2026-02-02

### <!-- 7 -->Build

- Bump the patch group across 1 directory with 14 updates ([#448](https://github.com/Devolutions/picky-rs/issues/448)) ([0bf42c1c4b](https://github.com/Devolutions/picky-rs/commit/0bf42c1c4bd727eaf5b4b0a877e8698986e0bd37))

- Remove transitive pem-rfc7468 crate ([#449](https://github.com/Devolutions/picky-rs/issues/449)) ([cc4caf455d](https://github.com/Devolutions/picky-rs/commit/cc4caf455defd38ef37fc15434b173275937d534))

- Bump reqwest from 0.12.24 to 0.13.1 ([#453](https://github.com/Devolutions/picky-rs/issues/453)) ([9cbaab9395](https://github.com/Devolutions/picky-rs/commit/9cbaab93955f2fef8f96a589b22e2582d4a8cbf0))



## [[7.0.0-rc.20](https://github.com/Devolutions/picky-rs/compare/picky-v7.0.0-rc.19...picky-v7.0.0-rc.20)] - 2025-11-07

### <!-- 4 -->Bug Fixes
Expand Down
2 changes: 1 addition & 1 deletion picky/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "picky"
version = "7.0.0-rc.20"
version = "7.0.0-rc.21"
authors = [
"Benoît CORTIER <[email protected]>",
"Jonathan Trepanier <[email protected]>",
Expand Down