summaryrefslogtreecommitdiffstats
path: root/Cargo.lock
diff options
context:
space:
mode:
authorNeal H. Walfield <neal@pep.foundation>2023-05-17 11:59:09 +0200
committerNeal H. Walfield <neal@pep.foundation>2023-05-17 11:59:09 +0200
commit01e6d7ffc4c5451e38cce9329665a5a128947b2d (patch)
tree1cec8c1984c62bddee8bbc629d79acae2e2b7a31 /Cargo.lock
parent39b89850c5585a916aea7115ce889e74042efe92 (diff)
buffered-reader: Release 1.2.0.buffered-reader/v1.2.0
* Changes in 1.2.0 ** Notable changes - BufferedReader::copy is like std::io::copy, but more efficient. * 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 5f98dfe1..9c041597 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -200,7 +200,7 @@ checksum = "cc0393ee6e938f1d845b0b7163b66f8ac93383a8a20aa64731ce04e5f59319fe"
[[package]]
name = "buffered-reader"
-version = "1.1.4"
+version = "1.2.0"
dependencies = [
"bzip2",
"flate2",