dimpl 0.4.3

DTLS 1.2/1.3 implementation (Sans‑IO, Sync)
Documentation
1
2
3
4
5
6
# Temporary mitigation for the `time` advisory flagged by Dependabot.
# We cannot take `time` 0.3.47 yet because that upgrade needs Rust 1.88, so
# until our Rust MSRV moves from 1.85 to 1.88 we ban the affected `Rfc2822`
# format description in our own code. Remove this once we can bump `time` to
# 0.3.47 or newer.
disallowed-types = ["time::format_description::well_known::Rfc2822"]