summaryrefslogtreecommitdiffstats
path: root/vendor/digest/CHANGELOG.md
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2024-05-30 03:57:19 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2024-05-30 03:57:19 +0000
commita0b8f38ab54ac451646aa00cd5e91b6c76f22a84 (patch)
treefc451898ccaf445814e26b46664d78702178101d /vendor/digest/CHANGELOG.md
parentAdding debian version 1.71.1+dfsg1-2. (diff)
downloadrustc-a0b8f38ab54ac451646aa00cd5e91b6c76f22a84.tar.xz
rustc-a0b8f38ab54ac451646aa00cd5e91b6c76f22a84.zip
Merging upstream version 1.72.1+dfsg1.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'vendor/digest/CHANGELOG.md')
-rw-r--r--vendor/digest/CHANGELOG.md6
1 files changed, 6 insertions, 0 deletions
diff --git a/vendor/digest/CHANGELOG.md b/vendor/digest/CHANGELOG.md
index e03398bfc..1c8b9d18c 100644
--- a/vendor/digest/CHANGELOG.md
+++ b/vendor/digest/CHANGELOG.md
@@ -5,6 +5,12 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
+## 0.10.7 (2023-05-19)
+### Changed
+- Loosen `subtle` version requirement ([#1260])
+
+[#1260]: https://github.com/RustCrypto/traits/pull/1260
+
## 0.10.6 (2022-11-17)
### Added
- `Mac::verify_reset` and `Mac::verify_slice_reset` methods ([#1154])