Skip to content

Commit 5a5ee66

Browse files
authored
pkcs8 v0.10.2 (#983)
1 parent 36db1eb commit 5a5ee66

File tree

3 files changed

+9
-3
lines changed

3 files changed

+9
-3
lines changed

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pkcs8/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,12 @@ All notable changes to this project will be documented in this file.
44
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
55
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
66

7+
## 0.10.2 (2023-04-04)
8+
### Changed
9+
- Bump `spki` to v0.7.1 ([#981])
10+
11+
[#981]: https://github.com/RustCrypto/formats/pull/981
12+
713
## 0.10.1 (2023-03-05)
814
### Added
915
- `sha1-insecure` feature ([#913])

pkcs8/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "pkcs8"
3-
version = "0.10.1"
3+
version = "0.10.2"
44
description = """
55
Pure Rust implementation of Public-Key Cryptography Standards (PKCS) #8:
66
Private-Key Information Syntax Specification (RFC 5208), with additional
@@ -17,7 +17,7 @@ rust-version = "1.65"
1717

1818
[dependencies]
1919
der = { version = "0.7", features = ["oid"], path = "../der" }
20-
spki = { version = "0.7", path = "../spki" }
20+
spki = { version = "0.7.1", path = "../spki" }
2121

2222
# optional dependencies
2323
rand_core = { version = "0.6", optional = true, default-features = false }

0 commit comments

Comments
 (0)