Skip to content

Commit 3c413cb

Browse files
authored
serdect v0.4.0 (#2008)
1 parent 4084b39 commit 3c413cb

File tree

4 files changed

+20
-4
lines changed

4 files changed

+20
-4
lines changed

Cargo.lock

Lines changed: 12 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

sec1/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ rust-version = "1.85"
2020
base16ct = { version = "0.2", optional = true, default-features = false }
2121
der = { version = "0.8.0-rc.8", optional = true, features = ["oid"] }
2222
hybrid-array = { version = "0.3", optional = true, default-features = false }
23-
serdect = { version = "0.3", optional = true, default-features = false, features = ["alloc"] }
23+
serdect = { version = "0.4", optional = true, default-features = false, features = ["alloc"] }
2424
subtle = { version = "2", optional = true, default-features = false }
2525
zeroize = { version = "1", optional = true, default-features = false }
2626

serdect/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.4.0 (2025-08-20)
8+
### Changed
9+
- Upgrade to the 2024 edition; MSRV 1.85 ([#1670])
10+
11+
[#1670]: https://github.com/RustCrypto/formats/pull/1670
12+
713
## 0.3.0 (2025-01-06)
814

915
NOTE: this release includes major breaking changes to the wire format, namely

serdect/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ description = """
44
Constant-time serde serializer/deserializer helpers for data that potentially
55
contains secrets (e.g. cryptographic keys)
66
"""
7-
version = "0.3.0"
7+
version = "0.4.0"
88
authors = ["RustCrypto Developers"]
99
license = "Apache-2.0 OR MIT"
1010
homepage = "https://github.com/RustCrypto/formats/tree/master/serdect"

0 commit comments

Comments
 (0)