Skip to content

Commit f25f697

Browse files
Update sec1 requirement from 0.7.3 to 0.8.1
Updates the requirements on [sec1](https://github.com/RustCrypto/formats) to permit the latest version. - [Commits](RustCrypto/formats@der/v0.7.3...sec1/v0.8.1) --- updated-dependencies: - dependency-name: sec1 dependency-version: 0.8.1 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 955b52e commit f25f697

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ once_cell = "1.8.0"
1414
pkcs1 = { version = "0.7.5", features = ["std"] }
1515
pkcs8 = "0.10.2"
1616
rustls = { version = "0.23.20", default-features = false, features = ["std"] }
17-
sec1 = "0.7.3"
17+
sec1 = "0.8.1"
1818
windows = { version = "0.61.3", features = [
1919
"Win32_Security_Cryptography",
2020
"Win32_System_WinRT",

0 commit comments

Comments
 (0)