From 2abff73444e5e5c15c4bf2a8e789b5d57ec4fd46 Mon Sep 17 00:00:00 2001 From: Tony Arcieri Date: Tue, 15 Oct 2024 14:52:17 -0600 Subject: [PATCH] sec1 v0.8.0-rc.3 (#1574) --- Cargo.lock | 4 ++-- sec1/Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 3f3eddf53..d3831efad 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1439,7 +1439,7 @@ dependencies = [ [[package]] name = "sec1" -version = "0.8.0-rc.2" +version = "0.8.0-rc.3" dependencies = [ "base16ct", "der", @@ -1863,7 +1863,7 @@ version = "0.1.9" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "cf221c93e13a30d793f7645a0e7762c55d169dbb0a49671918a2319d289b10bb" dependencies = [ - "windows-sys 0.59.0", + "windows-sys 0.48.0", ] [[package]] diff --git a/sec1/Cargo.toml b/sec1/Cargo.toml index b4b4e6701..60d05a128 100644 --- a/sec1/Cargo.toml +++ b/sec1/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "sec1" -version = "0.8.0-rc.2" +version = "0.8.0-rc.3" description = """ Pure Rust implementation of SEC1: Elliptic Curve Cryptography encoding formats including ASN.1 DER-serialized private keys as well as the