From ff02ad5b8f31a038cf5c53d240077c8b2a8ccb1b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 5 Jul 2021 08:03:07 +0000 Subject: [PATCH] Update input_buffer requirement from 0.4.0 to 0.5.0 Updates the requirements on [input_buffer](https://github.com/snapview/input_buffer) to permit the latest version. - [Release notes](https://github.com/snapview/input_buffer/releases) - [Commits](https://github.com/snapview/input_buffer/compare/v0.4.0...v0.5.0) --- updated-dependencies: - dependency-name: input_buffer 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 2ef26fc..93a97c5 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -27,7 +27,7 @@ byteorder = "1.3.2" bytes = "1.0" http = "0.2" httparse = "1.3.4" -input_buffer = "0.4.0" +input_buffer = "0.5.0" log = "0.4.8" rand = "0.8.0" sha-1 = "0.9"