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
56 changes: 28 additions & 28 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

30 changes: 15 additions & 15 deletions ffi/wasm/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

92 changes: 92 additions & 0 deletions picky-asn1-der/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,98 @@ 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.5.7](https://github.com/Devolutions/picky-rs/compare/picky-asn1-der-v0.5.6...picky-asn1-der-v0.5.7)] - 2026-08-04

### <!-- 0 -->Security

- Bump base64 from 0.22.1 to 0.23.0 ([#520](https://github.com/Devolutions/picky-rs/issues/520)) ([0e921e41d0](https://github.com/Devolutions/picky-rs/commit/0e921e41d0d08523748254c4a9a234c4cc28424f))

Bumps [base64](https://github.com/marshallpierce/rust-base64) from
0.22.1 to 0.23.0.
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a
href="https://github.com/marshallpierce/rust-base64/blob/master/RELEASE-NOTES.md">base64's
changelog</a>.</em></p>
<blockquote>
<h1>0.23.0</h1>
<ul>
<li>Added more consts for preconfigured configs and engines</li>
<li>Make DecodeError::InvalidLastSymbol more clear by including the
decoded value</li>
<li>Added SIMD-accelerated engines behind the default-on
<code>simd-unsafe</code> feature: <code>Simd</code> picks the best
instruction set at runtime (AVX2 on <code>x86_64</code>, NEON on
<code>aarch64</code>) and falls back to the scalar
<code>GeneralPurpose</code> engine, while <code>Avx2</code> and
<code>Neon</code> target one instruction set with no runtime
detection and work in <code>no_std</code>. The engines support the
standard and URL-safe alphabets.</li>
<li>Update MSRV to 1.71.0</li>
<li>Add support for custom padding symbols</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/marshallpierce/rust-base64/commit/[[9e9220a4166f628de7c8803289e120ae1e944f78](https://github.com/Devolutions/picky-rs/commit/9e9220a4166f628de7c8803289e120ae1e944f78)](https://github.com/Devolutions/picky-rs/commit/[9e9220a4166f628de7c8803289e120ae1e944f78](https://github.com/Devolutions/picky-rs/commit/9e9220a4166f628de7c8803289e120ae1e944f78))"><code>9e9220a</code></a>
v0.23.0</li>
<li><a
href="https://github.com/marshallpierce/rust-base64/commit/[[870326ec592eebde9d6bfe4c5d8130c591273e9c](https://github.com/Devolutions/picky-rs/commit/870326ec592eebde9d6bfe4c5d8130c591273e9c)](https://github.com/Devolutions/picky-rs/commit/[870326ec592eebde9d6bfe4c5d8130c591273e9c](https://github.com/Devolutions/picky-rs/commit/870326ec592eebde9d6bfe4c5d8130c591273e9c))"><code>870326e</code></a>
Merge pull request <a
href="https://redirect.github.com/marshallpierce/rust-base64/issues/306">#306</a>
from marshallpierce/mp/trailing-bits-docs</li>
<li><a
href="https://github.com/marshallpierce/rust-base64/commit/[[fbec5f1050f9fc16e6a826ebabaa2b7b0644bd67](https://github.com/Devolutions/picky-rs/commit/fbec5f1050f9fc16e6a826ebabaa2b7b0644bd67)](https://github.com/Devolutions/picky-rs/commit/[fbec5f1050f9fc16e6a826ebabaa2b7b0644bd67](https://github.com/Devolutions/picky-rs/commit/fbec5f1050f9fc16e6a826ebabaa2b7b0644bd67))"><code>fbec5f1</code></a>
Document no trailing trailing bits</li>
<li><a
href="https://github.com/marshallpierce/rust-base64/commit/[[0a23549968f059b53cf39e96eba8f46779f322a7](https://github.com/Devolutions/picky-rs/commit/0a23549968f059b53cf39e96eba8f46779f322a7)](https://github.com/Devolutions/picky-rs/commit/[0a23549968f059b53cf39e96eba8f46779f322a7](https://github.com/Devolutions/picky-rs/commit/0a23549968f059b53cf39e96eba8f46779f322a7))"><code>0a23549</code></a>
Merge pull request <a
href="https://redirect.github.com/marshallpierce/rust-base64/issues/305">#305</a>
from marshallpierce/mp/edition-2021</li>
<li><a
href="https://github.com/marshallpierce/rust-base64/commit/[[f10b7e20614135aa61289140683fc93e5a45d338](https://github.com/Devolutions/picky-rs/commit/f10b7e20614135aa61289140683fc93e5a45d338)](https://github.com/Devolutions/picky-rs/commit/[f10b7e20614135aa61289140683fc93e5a45d338](https://github.com/Devolutions/picky-rs/commit/f10b7e20614135aa61289140683fc93e5a45d338))"><code>f10b7e2</code></a>
Update deps &amp; edition</li>
<li><a
href="https://github.com/marshallpierce/rust-base64/commit/[[9d21a598860645cb6290940e7a43033bc43ebd74](https://github.com/Devolutions/picky-rs/commit/9d21a598860645cb6290940e7a43033bc43ebd74)](https://github.com/Devolutions/picky-rs/commit/[9d21a598860645cb6290940e7a43033bc43ebd74](https://github.com/Devolutions/picky-rs/commit/9d21a598860645cb6290940e7a43033bc43ebd74))"><code>9d21a59</code></a>
Merge pull request <a
href="https://redirect.github.com/marshallpierce/rust-base64/issues/304">#304</a>
from marshallpierce/mp/custom-padding-rebase</li>
<li><a
href="https://github.com/marshallpierce/rust-base64/commit/[[f70bad2caaa85350b95d988bfb9a0997e824bfd8](https://github.com/Devolutions/picky-rs/commit/f70bad2caaa85350b95d988bfb9a0997e824bfd8)](https://github.com/Devolutions/picky-rs/commit/[f70bad2caaa85350b95d988bfb9a0997e824bfd8](https://github.com/Devolutions/picky-rs/commit/f70bad2caaa85350b95d988bfb9a0997e824bfd8))"><code>f70bad2</code></a>
Support custom padding symbols</li>
<li><a
href="https://github.com/marshallpierce/rust-base64/commit/[[684d79cd3deb8dfd5323619634c75bc0ff6edfd9](https://github.com/Devolutions/picky-rs/commit/684d79cd3deb8dfd5323619634c75bc0ff6edfd9)](https://github.com/Devolutions/picky-rs/commit/[684d79cd3deb8dfd5323619634c75bc0ff6edfd9](https://github.com/Devolutions/picky-rs/commit/684d79cd3deb8dfd5323619634c75bc0ff6edfd9))"><code>684d79c</code></a>
Merge pull request <a
href="https://redirect.github.com/marshallpierce/rust-base64/issues/301">#301</a>
from marshallpierce/mp/simd-gardening</li>
<li><a
href="https://github.com/marshallpierce/rust-base64/commit/[[5bf66f2646c6fd99e1b18bf4e2bb0a47d34e1eaa](https://github.com/Devolutions/picky-rs/commit/5bf66f2646c6fd99e1b18bf4e2bb0a47d34e1eaa)](https://github.com/Devolutions/picky-rs/commit/[5bf66f2646c6fd99e1b18bf4e2bb0a47d34e1eaa](https://github.com/Devolutions/picky-rs/commit/5bf66f2646c6fd99e1b18bf4e2bb0a47d34e1eaa))"><code>5bf66f2</code></a>
Merge pull request <a
href="https://redirect.github.com/marshallpierce/rust-base64/issues/284">#284</a>
from AbeZbm/add-tests</li>
<li><a
href="https://github.com/marshallpierce/rust-base64/commit/[[d3831cfbf7dafe226a8383450c3410e2f67c826a](https://github.com/Devolutions/picky-rs/commit/d3831cfbf7dafe226a8383450c3410e2f67c826a)](https://github.com/Devolutions/picky-rs/commit/[d3831cfbf7dafe226a8383450c3410e2f67c826a](https://github.com/Devolutions/picky-rs/commit/d3831cfbf7dafe226a8383450c3410e2f67c826a))"><code>d3831cf</code></a>
Followups to SIMD work</li>
<li>Additional commits viewable in <a
href="https://github.com/marshallpierce/rust-base64/compare/v0.22.1...v0.23.0">compare
view</a></li>
</ul>
</details>
<br />


[![Dependabot compatibility
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=base64&package-manager=cargo&previous-version=0.22.1&new-version=0.23.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)

Dependabot will resolve any conflicts with this PR as long as you don't
alter it yourself. You can also trigger a rebase manually by commenting
`@dependabot rebase`.



## [[0.5.6](https://github.com/Devolutions/picky-rs/compare/picky-asn1-der-v0.5.5...picky-asn1-der-v0.5.6)] - 2026-04-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.6"
version = "0.5.7"
edition = "2024"
rust-version = "1.85"
authors = [
Expand Down
Loading