From 73c43bd0e2a1883cd53626236fa74770283cfebe Mon Sep 17 00:00:00 2001 From: Aaron Bull Schaefer Date: Wed, 29 Nov 2023 09:40:12 -0800 Subject: [PATCH] Add information on rustix security issue See: - https://github.com/advisories/GHSA-c827-hfw6-qwvm --- CHANGELOG.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0eab668..e8b9537 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -16,6 +16,11 @@ The format is based on [Keep a Changelog][1], and this project adheres to - Bump MSRV to the Rust 1.70 release. +### Security + +- Fix moderate severity security issue with transient dependency rustix: + + ## [0.2.0] - 2023-07-25 ### Added