summaryrefslogtreecommitdiffstats
path: root/Cargo.lock
diff options
context:
space:
mode:
authorNeal H. Walfield <neal@pep.foundation>2023-05-19 14:50:22 +0200
committerNeal H. Walfield <neal@pep.foundation>2023-05-19 15:10:13 +0200
commitb6fbba154655baaddd751817dd6bbb9f4e4c3e81 (patch)
treedbce4ebaba49db3e3d081a42a03d6985a796d04c /Cargo.lock
parent8bafb646cf865870598d30442ee2ae0461a9f2a2 (diff)
buffered-reader: Release v1.0.2.buffered-reader/v1.0.2buffered-reader-1.0.2
* Changes in 1.0.2 * Notable fixes - A parser bug was fixed. We classify this as a low-severity issue, because Rust correctly detects the out-of-bounds access and panics. If an attacker controls the input, they may be able to use this bug to cause a denial of service.
Diffstat (limited to 'Cargo.lock')
-rw-r--r--Cargo.lock2
1 files changed, 1 insertions, 1 deletions
diff --git a/Cargo.lock b/Cargo.lock
index 7eb2cddd..39a3a65e 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -215,7 +215,7 @@ dependencies = [
[[package]]
name = "buffered-reader"
-version = "1.0.1"
+version = "1.0.2"
dependencies = [
"bzip2",
"flate2",