From f67526e46dc29f0ff3b43e7bb762cc606c5753f3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 5 Jul 2022 13:04:34 +0000 Subject: [PATCH] Update buffered-reader requirement from 0.20.0 to 1.1.3 Updates the requirements on [buffered-reader](https://gitlab.com/sequoia-pgp/sequoia) to permit the latest version. - [Release notes](https://gitlab.com/sequoia-pgp/sequoia/tags) - [Commits](https://gitlab.com/sequoia-pgp/sequoia/compare/v0.20.0...buffered-reader/v1.1.3) --- updated-dependencies: - dependency-name: buffered-reader dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 829bc14..aa45602 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -17,7 +17,7 @@ exclude = ["testutils/"] serde = { version = "1.0.112", features = ["derive"] } serde_json = "1.0.55" byteorder = "1.3.4" -buffered-reader = "0.20.0" +buffered-reader = "1.1.3" [dev-dependencies] testcontainers = "0.11.0" \ No newline at end of file